summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-15 15:39:41 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-15 15:39:41 +0000
commited343581868b3929b85d92728648e08b17995ebb (patch)
tree589ceea694e27c3b7a9edc1d0809e379c65128e9 /dev-perl/Crypt-Twofish
parentneed localmount (diff)
downloadhistorical-ed343581868b3929b85d92728648e08b17995ebb.tar.gz
historical-ed343581868b3929b85d92728648e08b17995ebb.tar.bz2
historical-ed343581868b3929b85d92728648e08b17995ebb.zip
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Crypt-Twofish')
-rw-r--r--dev-perl/Crypt-Twofish/ChangeLog8
-rw-r--r--dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild7
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}"