Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 908431 | Differences between
and this patch

Collapse All | Expand All

(-)a/sys-auth/pam_xdg/Manifest (+1 lines)
Line 0 Link Here
1
DIST pam_xdg-0.8.1.tar.gz 7399 BLAKE2B a4078c66e2d5a5b6255a15915bd31de3d83e34f7504baa44243ba68508778e9d92bc2470a7377449ce63a38eeab42bfe0ca0444d57a4e6089962b3138d5b441d SHA512 403bb03dd359d8002fad244d3ad0426b877a6717db17cb5b8367ecbfae2a9d7826299679dd6f696fe032166f78bb986b76135ac2b407c00d2b688bd3965d5eda
(-)a/sys-auth/pam_xdg/metadata.xml (+22 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
4
  <longdescription lang="en">
5
    PAM module that manages XDG Base Directories
6
  </longdescription>
7
  <maintainer type="person" proxied="yes">
8
    <name>Alexis</name>
9
    <email>flexibeast@gmail.com</email>
10
  </maintainer>
11
  <maintainer type="project" proxied="proxy">
12
    <name>Proxy Maintainers</name>
13
    <email>proxy-maint@gentoo.org</email>
14
  </maintainer>
15
  <upstream>
16
    <maintainer status="active">
17
      <name>Steffen Nurpmeso</name>
18
      <email>steffen@sdaoden.eu</email>
19
    </maintainer>
20
    <bugs-to>mailto:steffen@sdaoden.eu</bugs-to>
21
  </upstream>
22
</pkgmetadata>
(-)a/sys-auth/pam_xdg/pam_xdg-0.8.1.ebuild (-1 / +22 lines)
Line 0 Link Here
0
- 
1
# Copyright 2023 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=8
5
6
inherit pam
7
8
DESCRIPTION="PAM module that manages XDG Base Directories"
9
HOMEPAGE="https://www.sdaoden.eu/code.html"
10
SRC_URI="https://ftp.sdaoden.eu/${P}.tar.gz"
11
12
LICENSE="ISC"
13
SLOT="0"
14
KEYWORDS="~amd64"
15
16
RDEPEND="sys-libs/pam"
17
DEPEND="${RDEPEND}"
18
19
src_install() {
20
	dopammod pam_xdg.so
21
	doman pam_xdg.8
22
}

Return to bug 908431