diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 13:27:43 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 13:27:43 +0000 |
commit | f65ff99b3523404c902f3ccdc3b55eece9356007 (patch) | |
tree | 47cdb511a0f61c9ab6e27f475c93180350f0077f /dev-perl/IP-Anonymous | |
parent | Version bump (diff) | |
download | historical-f65ff99b3523404c902f3ccdc3b55eece9356007.tar.gz historical-f65ff99b3523404c902f3ccdc3b55eece9356007.tar.bz2 historical-f65ff99b3523404c902f3ccdc3b55eece9356007.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/IP-Anonymous')
-rw-r--r-- | dev-perl/IP-Anonymous/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/IP-Anonymous/IP-Anonymous-0.40.0.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/IP-Anonymous/ChangeLog b/dev-perl/IP-Anonymous/ChangeLog index 6634e895739c..08e9a8095134 100644 --- a/dev-perl/IP-Anonymous/ChangeLog +++ b/dev-perl/IP-Anonymous/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/IP-Anonymous -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Anonymous/ChangeLog,v 1.2 2007/12/27 14:13:56 ticho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Anonymous/ChangeLog,v 1.3 2011/08/30 13:22:13 tove Exp $ + +*IP-Anonymous-0.40.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +IP-Anonymous-0.40.0.ebuild: + Change version scheme 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> IP-Anonymous-0.04.ebuild: Stable on x86. diff --git a/dev-perl/IP-Anonymous/IP-Anonymous-0.40.0.ebuild b/dev-perl/IP-Anonymous/IP-Anonymous-0.40.0.ebuild new file mode 100644 index 000000000000..5e468f1bb784 --- /dev/null +++ b/dev-perl/IP-Anonymous/IP-Anonymous-0.40.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/IP-Anonymous/IP-Anonymous-0.40.0.ebuild,v 1.1 2011/08/30 13:22:13 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JTK +MODULE_VERSION=0.04 +inherit perl-module + +DESCRIPTION="Perl port of Crypto-PAn to provide anonymous IP addresses" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Crypt-Rijndael" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |