diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 15:38:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 15:38:29 +0000 |
commit | 97b1560c9212639a41bef7ced2746107fb82769c (patch) | |
tree | a0378ff9e3097dc0c8f87216a92a7337aebbde1b /dev-perl/Crypt-Twofish | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-97b1560c9212639a41bef7ced2746107fb82769c.tar.gz gentoo-2-97b1560c9212639a41bef7ced2746107fb82769c.tar.bz2 gentoo-2-97b1560c9212639a41bef7ced2746107fb82769c.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Crypt-Twofish')
-rw-r--r-- | dev-perl/Crypt-Twofish/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Crypt-Twofish/ChangeLog b/dev-perl/Crypt-Twofish/ChangeLog index 4eec7971caed..ca8dd0818af4 100644 --- a/dev-perl/Crypt-Twofish/ChangeLog +++ b/dev-perl/Crypt-Twofish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-Twofish -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.7 2006/08/17 21:13:59 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.8 2007/01/15 15:38:29 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Crypt-Twofish-2.12.ebuild: + Ebuild maintenance 17 Aug 2006; Michael Cummings <mcummings@gentoo.org> Crypt-Twofish-2.12.ebuild: diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild index d0ea50c3bfdf..14d30491bce4 100644 --- a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild +++ b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild,v 1.7 2006/08/17 21:13:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild,v 1.8 2007/01/15 15:38:29 mcummings Exp $ inherit perl-module DESCRIPTION="The Twofish Encryption Algorithm" -HOMEPAGE="http://search.cpan.org/~ams/${P}/" +HOMEPAGE="http://search.cpan.org/~ams/" SRC_URI="mirror://cpan/authors/id/A/AM/AMS/${P}.tar.gz" LICENSE="Artistic" @@ -15,4 +15,3 @@ IUSE="" SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |