diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 14:08:58 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 14:08:58 +0000 |
commit | 5362b8ee695cb39df1a8bbbb9f23c53f69e32cd6 (patch) | |
tree | 29060e3507d1825dae6ca3372a9e8e7c456e275f /dev-perl/Authen-PAM | |
parent | typo (diff) | |
download | historical-5362b8ee695cb39df1a8bbbb9f23c53f69e32cd6.tar.gz historical-5362b8ee695cb39df1a8bbbb9f23c53f69e32cd6.tar.bz2 historical-5362b8ee695cb39df1a8bbbb9f23c53f69e32cd6.zip |
conversion to eclasses
Diffstat (limited to 'dev-perl/Authen-PAM')
-rw-r--r-- | dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Authen-PAM/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Authen-PAM/files/digest-Authen-PAM-0.12-r2 | 1 |
3 files changed, 26 insertions, 1 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 new file mode 100644 index 000000000000..bed8e8e393dc --- /dev/null +++ b/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Tools Team <tools@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild,v 1.1 2002/05/05 14:08:57 seemant Exp $ + +# Inherit the perl-module.eclass functions +. /usr/portage/eclass/inherit.eclass || die +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="The Perl DBD:mysql Module" +SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz" + +DEPEND="virtual/glibc >=sys-devel/perl-5 sys-libs/pam" +LICENSE="Artistic | GPL-2" +SLOT="0" +export OPTIMIZE="$CFLAGS" diff --git a/dev-perl/Authen-PAM/ChangeLog b/dev-perl/Authen-PAM/ChangeLog index 7f1087357dea..b6aa781de4cf 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 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/ChangeLog,v 1.2 2002/05/04 02:45:39 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/ChangeLog,v 1.3 2002/05/05 14:08:57 seemant Exp $ + +*Authen-PAM-0.12-r2 (5 May 2002) + + 5 May 2002; Seemant Kulleen <seemant@gentoo.org> Authen-PAM-0.12-r2.ebuild + files/digest-Authen-PAM-0.12-r2 : + + Changed to use the perl-module eclass. *Authen-PAM-0.12-r1 (3 May 2002) diff --git a/dev-perl/Authen-PAM/files/digest-Authen-PAM-0.12-r2 b/dev-perl/Authen-PAM/files/digest-Authen-PAM-0.12-r2 new file mode 100644 index 000000000000..76ea7a6bae63 --- /dev/null +++ b/dev-perl/Authen-PAM/files/digest-Authen-PAM-0.12-r2 @@ -0,0 +1 @@ +MD5 eda35b6c3161c8ed2fa3b990a6cede3f Authen-PAM-0.12.tar.gz 25370 |