Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 867542 Details for
Bug 908431
sys-auth/pam_xdg-0.8.1: New package.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sys-auth/pam_xdg-0.8.1: New package
0001-sys-auth-pam_xdg-Add.patch (text/plain), 2.60 KB, created by
Alexis
on 2023-08-10 09:24:10 UTC
(
hide
)
Description:
sys-auth/pam_xdg-0.8.1: New package
Filename:
MIME Type:
Creator:
Alexis
Created:
2023-08-10 09:24:10 UTC
Size:
2.60 KB
patch
obsolete
>From f4ddb19bcf55619b0fd13ba15006e999770d8693 Mon Sep 17 00:00:00 2001 >From: Alexis <flexibeast@gmail.com> >Date: Tue, 13 Jun 2023 18:06:50 +1000 >Subject: [PATCH] sys-auth/pam_xdg: Add. > >Signed-off-by: Alexis <flexibeast@gmail.com> >--- > sys-auth/pam_xdg/Manifest | 1 + > sys-auth/pam_xdg/metadata.xml | 22 ++++++++++++++++++++++ > sys-auth/pam_xdg/pam_xdg-0.8.1.ebuild | 22 ++++++++++++++++++++++ > 3 files changed, 45 insertions(+) > create mode 100644 sys-auth/pam_xdg/Manifest > create mode 100644 sys-auth/pam_xdg/metadata.xml > create mode 100644 sys-auth/pam_xdg/pam_xdg-0.8.1.ebuild > >diff --git a/sys-auth/pam_xdg/Manifest b/sys-auth/pam_xdg/Manifest >new file mode 100644 >index 000000000..95605bbfe >--- /dev/null >+++ b/sys-auth/pam_xdg/Manifest >@@ -0,0 +1 @@ >+DIST pam_xdg-0.8.1.tar.gz 7399 BLAKE2B a4078c66e2d5a5b6255a15915bd31de3d83e34f7504baa44243ba68508778e9d92bc2470a7377449ce63a38eeab42bfe0ca0444d57a4e6089962b3138d5b441d SHA512 403bb03dd359d8002fad244d3ad0426b877a6717db17cb5b8367ecbfae2a9d7826299679dd6f696fe032166f78bb986b76135ac2b407c00d2b688bd3965d5eda >diff --git a/sys-auth/pam_xdg/metadata.xml b/sys-auth/pam_xdg/metadata.xml >new file mode 100644 >index 000000000..5b9c53879 >--- /dev/null >+++ b/sys-auth/pam_xdg/metadata.xml >@@ -0,0 +1,22 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> >+<pkgmetadata> >+ <longdescription lang="en"> >+ PAM module that manages XDG Base Directories >+ </longdescription> >+ <maintainer type="person" proxied="yes"> >+ <name>Alexis</name> >+ <email>flexibeast@gmail.com</email> >+ </maintainer> >+ <maintainer type="project" proxied="proxy"> >+ <name>Proxy Maintainers</name> >+ <email>proxy-maint@gentoo.org</email> >+ </maintainer> >+ <upstream> >+ <maintainer status="active"> >+ <name>Steffen Nurpmeso</name> >+ <email>steffen@sdaoden.eu</email> >+ </maintainer> >+ <bugs-to>mailto:steffen@sdaoden.eu</bugs-to> >+ </upstream> >+</pkgmetadata> >diff --git a/sys-auth/pam_xdg/pam_xdg-0.8.1.ebuild b/sys-auth/pam_xdg/pam_xdg-0.8.1.ebuild >new file mode 100644 >index 000000000..ab02982b0 >--- /dev/null >+++ b/sys-auth/pam_xdg/pam_xdg-0.8.1.ebuild >@@ -0,0 +1,22 @@ >+# Copyright 2023 Gentoo Authors >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=8 >+ >+inherit pam >+ >+DESCRIPTION="PAM module that manages XDG Base Directories" >+HOMEPAGE="https://www.sdaoden.eu/code.html" >+SRC_URI="https://ftp.sdaoden.eu/${P}.tar.gz" >+ >+LICENSE="ISC" >+SLOT="0" >+KEYWORDS="~amd64" >+ >+RDEPEND="sys-libs/pam" >+DEPEND="${RDEPEND}" >+ >+src_install() { >+ dopammod pam_xdg.so >+ doman pam_xdg.8 >+} >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 908431
:
863760
|
864003
| 867542