summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-03 11:10:02 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-03 11:10:02 +0000
commit10b3983f79f254f8dc22da02d5f3d90f391d3b7b (patch)
tree6f9dc87fe48099f2728bdad836ccac18900e102f /sys-auth/pam_require
parentCleanup due #63939 (diff)
downloadgentoo-2-10b3983f79f254f8dc22da02d5f3d90f391d3b7b.tar.gz
gentoo-2-10b3983f79f254f8dc22da02d5f3d90f391d3b7b.tar.bz2
gentoo-2-10b3983f79f254f8dc22da02d5f3d90f391d3b7b.zip
Cleanup due #63939
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-auth/pam_require')
-rw-r--r--sys-auth/pam_require/ChangeLog9
-rw-r--r--sys-auth/pam_require/metadata.xml3
-rw-r--r--sys-auth/pam_require/pam_require-0.6.ebuild26
3 files changed, 7 insertions, 31 deletions
diff --git a/sys-auth/pam_require/ChangeLog b/sys-auth/pam_require/ChangeLog
index 6cef17e031f2..7bf7e4536568 100644
--- a/sys-auth/pam_require/ChangeLog
+++ b/sys-auth/pam_require/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_require
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/ChangeLog,v 1.6 2009/11/03 17:35:35 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/ChangeLog,v 1.7 2013/02/03 11:10:01 pacho Exp $
+
+ 03 Feb 2013; Pacho Ramos <pacho@gentoo.org> -pam_require-0.6.ebuild,
+ metadata.xml:
+ Cleanup due #63939
03 Nov 2009; Raúl Porcel <armin76@gentoo.org> pam_require-0.7.ebuild:
Add ~ia64 wrt #282971
@@ -32,4 +36,3 @@
05 Dec 2004; Christian Parpart <trapni@gentoo.org> +metadata.xml,
+pam_require-0.6.ebuild:
initial import
-
diff --git a/sys-auth/pam_require/metadata.xml b/sys-auth/pam_require/metadata.xml
index 937a6926e23f..fc75c070a287 100644
--- a/sys-auth/pam_require/metadata.xml
+++ b/sys-auth/pam_require/metadata.xml
@@ -2,7 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>trapni@gentoo.org</email>
- <description>ebuild maintaince</description>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>
diff --git a/sys-auth/pam_require/pam_require-0.6.ebuild b/sys-auth/pam_require/pam_require-0.6.ebuild
deleted file mode 100644
index fefcd4771b70..000000000000
--- a/sys-auth/pam_require/pam_require-0.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/pam_require-0.6.ebuild,v 1.4 2008/09/16 15:32:28 trapni Exp $
-
-inherit eutils pam
-
-DESCRIPTION="Allows you to require a special group or user to access a service."
-HOMEPAGE="http://www.splitbrain.org/Programming/C/pam_require/"
-SRC_URI="http://www.splitbrain.org/Programming/C/pam_require/${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="virtual/pam"
-
-src_compile() {
- ./configure --prefix=/ || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dopammod "${S}/pam_require.so"
-
- dodoc AUTHORS ChangeLog NEWS README
-}