diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:14:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:14:24 +0000 |
commit | fa4a28f9c43c815bb1e3dc76fd62ec11337a0f4e (patch) | |
tree | 12f94ee96a01eb9ba54f838f776c1084279fce5c /dev-perl/Authen-PAM | |
parent | Change version scheme (diff) | |
download | gentoo-2-fa4a28f9c43c815bb1e3dc76fd62ec11337a0f4e.tar.gz gentoo-2-fa4a28f9c43c815bb1e3dc76fd62ec11337a0f4e.tar.bz2 gentoo-2-fa4a28f9c43c815bb1e3dc76fd62ec11337a0f4e.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Authen-PAM')
-rw-r--r-- | dev-perl/Authen-PAM/Authen-PAM-0.160.0.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Authen-PAM/ChangeLog | 9 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.160.0.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.160.0.ebuild new file mode 100644 index 000000000000..44354706f8ee --- /dev/null +++ b/dev-perl/Authen-PAM/Authen-PAM-0.160.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.160.0.ebuild,v 1.1 2011/09/01 13:14:24 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=NIKIP +MODULE_VERSION=0.16 +inherit perl-module + +DESCRIPTION="Interface to PAM library" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/pam" +DEPEND="${RDEPEND}" + +export OPTIMIZE="$CFLAGS" diff --git a/dev-perl/Authen-PAM/ChangeLog b/dev-perl/Authen-PAM/ChangeLog index b4327c08533e..f9648dbd48f1 100644 --- a/dev-perl/Authen-PAM/ChangeLog +++ b/dev-perl/Authen-PAM/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Authen-PAM -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/ChangeLog,v 1.31 2007/10/20 17:43:48 ian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/ChangeLog,v 1.32 2011/09/01 13:14:24 tove Exp $ + +*Authen-PAM-0.160.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +Authen-PAM-0.160.0.ebuild: + Change version scheme 20 Oct 2007; Christian Hartmann <ian@gentoo.org> Authen-PAM-0.16.ebuild: Fixed bug #190421 |