diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:10:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:10:28 +0000 |
commit | 9025eb5c6fec76ea1662d25e957559d504e6aca7 (patch) | |
tree | ecdddc5a418f0a149b49ddadb3b7ebd56a284cea /sys-devel/cons | |
parent | Virtuals for perl-core (diff) | |
download | historical-9025eb5c6fec76ea1662d25e957559d504e6aca7.tar.gz historical-9025eb5c6fec76ea1662d25e957559d504e6aca7.tar.bz2 historical-9025eb5c6fec76ea1662d25e957559d504e6aca7.zip |
Virtuals for perl-core
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-devel/cons')
-rw-r--r-- | sys-devel/cons/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/cons/Manifest | 14 | ||||
-rw-r--r-- | sys-devel/cons/cons-2.2.0.ebuild | 6 |
3 files changed, 15 insertions, 12 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/Manifest b/sys-devel/cons/Manifest index 95e28aee98dc..79dc5365391b 100644 --- a/sys-devel/cons/Manifest +++ b/sys-devel/cons/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 00723f8a3065d38f257c2b36e5682d66 ChangeLog 895 -MD5 76538c4a4126088ae64a28ba06f29137 cons-2.2.0.ebuild 606 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 3e8c5576d6b6d935462542f2f61b9ac2 ChangeLog 995 +MD5 a1aa334272284503ea8d14de316893e1 cons-2.2.0.ebuild 609 MD5 edfa71105447060a26f34bccf832032d files/digest-cons-2.2.0 59 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCk0/etG5z4I8BtQoRAiDEAJ9o++Xl63cnh1jGZiS2LPMn6hOJLACeLWST -KmOGCV+fU0+pqXZoFDcy0u0= -=I/Hj +iD8DBQFD8KFatG5z4I8BtQoRAglYAJ9IE5S5SSMbCzt6niLYmFCh38o1RACfXT1j +gWzGBOCRrrMfxKI5QwCSGGg= +=sfDA -----END PGP SIGNATURE----- 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 |