summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-06-05 15:17:21 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-06-05 15:17:21 +0000
commit1cf83001fee851d771c7a4fd9c044de0aaeda58a (patch)
tree234afefca279116c3fddecb95de1e930274961c4 /dev-perl/Authen-PAM
parentVersion bump from CPAN, includes new/missing deps (diff)
downloadhistorical-1cf83001fee851d771c7a4fd9c044de0aaeda58a.tar.gz
historical-1cf83001fee851d771c7a4fd9c044de0aaeda58a.tar.bz2
historical-1cf83001fee851d771c7a4fd9c044de0aaeda58a.zip
Version bump from CPAN; Corrected DESCRIPTIONs
Diffstat (limited to 'dev-perl/Authen-PAM')
-rw-r--r--dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild4
-rw-r--r--dev-perl/Authen-PAM/Authen-PAM-0.12-r3.ebuild4
-rw-r--r--dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild20
-rw-r--r--dev-perl/Authen-PAM/ChangeLog9
-rw-r--r--dev-perl/Authen-PAM/Manifest6
5 files changed, 36 insertions, 7 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild
index a6622041888b..7bb3afb20dab 100644
--- a/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild
+++ b/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild,v 1.12 2003/02/13 10:56:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild,v 1.13 2003/06/05 15:17:21 mcummings Exp $
inherit perl-module
S=${WORKDIR}/${P}
-DESCRIPTION="The Perl DBD:mysql Module"
+DESCRIPTION="Interface to PAM library"
SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz"
HOMEPAGE="http://www.cs.kuleuven.ac.be/~pelov/pam/"
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.12-r3.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.12-r3.ebuild
index 4dd0df3b112e..63a53fc70355 100644
--- a/dev-perl/Authen-PAM/Authen-PAM-0.12-r3.ebuild
+++ b/dev-perl/Authen-PAM/Authen-PAM-0.12-r3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.12-r3.ebuild,v 1.4 2003/02/13 10:56:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.12-r3.ebuild,v 1.5 2003/06/05 15:17:21 mcummings Exp $
inherit perl-module
S=${WORKDIR}/${P}
-DESCRIPTION="The Perl DBD:mysql Module"
+DESCRIPTION="Interface to PAM library"
SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz"
HOMEPAGE="http://www.cs.kuleuven.ac.be/~pelov/pam/"
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild
new file mode 100644
index 000000000000..06b07d002441
--- /dev/null
+++ b/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild,v 1.1 2003/06/05 15:17:21 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Interface to PAM library"
+SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz"
+HOMEPAGE="http://www.cs.kuleuven.ac.be/~pelov/pam/"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ~ppc ~sparc ~alpha"
+
+DEPEND="${DEPEND}
+ sys-libs/pam"
+
+
+export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Authen-PAM/ChangeLog b/dev-perl/Authen-PAM/ChangeLog
index 96a52e899858..57db5ab02a9b 100644
--- a/dev-perl/Authen-PAM/ChangeLog
+++ b/dev-perl/Authen-PAM/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/Authen-PAM
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/ChangeLog,v 1.10 2003/04/03 22:39:09 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/ChangeLog,v 1.11 2003/06/05 15:17:21 mcummings Exp $
+
+*Authen-PAM-0.14 (05 Jun 2003)
+
+ 05 Jun 2003; Michael Cummings <mcummings@gentoo.org>
+ Authen-PAM-0.12-r2.ebuild, Authen-PAM-0.12-r3.ebuild,
+ Authen-PAM-0.14.ebuild:
+ Version bump from CPAN; Corrected DESCRIPTIONs
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/dev-perl/Authen-PAM/Manifest b/dev-perl/Authen-PAM/Manifest
index 08627c6470d6..92145216512e 100644
--- a/dev-perl/Authen-PAM/Manifest
+++ b/dev-perl/Authen-PAM/Manifest
@@ -1,5 +1,7 @@
-MD5 58221388588f197b488f080322546610 Authen-PAM-0.12-r2.ebuild 570
-MD5 cc70dacb1c3d5d92c590678319bb1ffe Authen-PAM-0.12-r3.ebuild 569
+MD5 cb971183251202f84be7094241bd50a6 Authen-PAM-0.12-r2.ebuild 569
+MD5 b5c1f58119b577123f98f1338a00f8c4 Authen-PAM-0.12-r3.ebuild 568
MD5 cb12927f78eb25e386620bd1e0b83a10 ChangeLog 1321
+MD5 e6e72cbe30b33b68c3d2cdaf6a5af026 Authen-PAM-0.14.ebuild 463
MD5 4b0917f39e9fb8c7f5d73febcc2f2f8e files/digest-Authen-PAM-0.12-r2 66
MD5 4b0917f39e9fb8c7f5d73febcc2f2f8e files/digest-Authen-PAM-0.12-r3 66
+MD5 6249ef33dd089241a20b9b36c1c6f56f files/digest-Authen-PAM-0.14 66