diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:12:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:12:19 +0000 |
commit | 2cd1a965e40d7977d8f2e7bc4a8b146880198f1a (patch) | |
tree | a93af736b8e74ac74401f0afe87ecfd1c4068388 /sys-devel | |
parent | Virtuals for perl-core (diff) | |
download | gentoo-2-2cd1a965e40d7977d8f2e7bc4a8b146880198f1a.tar.gz gentoo-2-2cd1a965e40d7977d8f2e7bc4a8b146880198f1a.tar.bz2 gentoo-2-2cd1a965e40d7977d8f2e7bc4a8b146880198f1a.zip |
Virtuals for perl-core
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/cons/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/cons/cons-2.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/cons/ChangeLog b/sys-devel/cons/ChangeLog index be5df381832a..bff922b6d303 100644 --- a/sys-devel/cons/ChangeLog +++ b/sys-devel/cons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/cons -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/ChangeLog,v 1.10 2005/05/24 16:01:05 mcummings Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/ChangeLog,v 1.11 2006/02/13 15:10:28 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> cons-2.2.0.ebuild: + Virtuals for perl-core 24 May 2005; Michael Cummings <mcummings@gentoo.org> cons-2.2.0.ebuild: dev-perl/Digest-MD5 => perl-core/Digest-MD5 diff --git a/sys-devel/cons/cons-2.2.0.ebuild b/sys-devel/cons/cons-2.2.0.ebuild index ec1d94bfdffc..1e33c1affb61 100644 --- a/sys-devel/cons/cons-2.2.0.ebuild +++ b/sys-devel/cons/cons-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/cons-2.2.0.ebuild,v 1.12 2005/05/24 16:01:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/cons-2.2.0.ebuild,v 1.13 2006/02/13 15:10:28 mcummings Exp $ DESCRIPTION="Extensible perl-based build utility" SRC_URI="http://www.dsmit.com/cons/stable/${P}.tgz" @@ -12,7 +12,7 @@ KEYWORDS="x86 ppc ~sparc alpha" IUSE="" DEPEND="dev-lang/perl - perl-core/Digest-MD5" + virtual/perl-Digest-MD5" src_install() { dobin cons |