diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-27 16:26:43 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-27 16:26:43 +0000 |
commit | 782d5c568572d4a7befe1bb32377274cc8b0f3f4 (patch) | |
tree | 30e00d72a71b068aae11b8f9926e698aa513d84c /dev-perl/tie-encryptedhash | |
parent | Change version scheme (diff) | |
download | gentoo-2-782d5c568572d4a7befe1bb32377274cc8b0f3f4.tar.gz gentoo-2-782d5c568572d4a7befe1bb32377274cc8b0f3f4.tar.bz2 gentoo-2-782d5c568572d4a7befe1bb32377274cc8b0f3f4.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/tie-encryptedhash')
-rw-r--r-- | dev-perl/tie-encryptedhash/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/tie-encryptedhash/ChangeLog b/dev-perl/tie-encryptedhash/ChangeLog index 8555db42a1bc..9ccfafd967a5 100644 --- a/dev-perl/tie-encryptedhash/ChangeLog +++ b/dev-perl/tie-encryptedhash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/tie-encryptedhash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.17 2011/04/24 15:51:07 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.18 2011/08/27 16:26:43 tove Exp $ + +*tie-encryptedhash-1.240.0 (27 Aug 2011) + + 27 Aug 2011; Torsten Veller <tove@gentoo.org> + +tie-encryptedhash-1.240.0.ebuild: + Change version scheme 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> tie-encryptedhash-1.24.ebuild: diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0.ebuild new file mode 100644 index 000000000000..0bae0b0ee961 --- /dev/null +++ b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0.ebuild,v 1.1 2011/08/27 16:26:43 tove Exp $ + +EAPI=4 + +MY_PN=Tie-EncryptedHash +MODULE_AUTHOR=VIPUL +MODULE_VERSION=1.24 +inherit perl-module + +DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields." + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND="dev-perl/Crypt-Blowfish + dev-perl/Crypt-DES + dev-perl/crypt-cbc" +DEPEND="${RDEPEND}" + +SRC_TEST=do |