diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:01:30 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:01:30 +0000 |
commit | 206fc3ba59ee83b7cf3f062063b827cc36c8ec47 (patch) | |
tree | 078e95a02d3c17fb3dd08669590a6d419d3ef7b1 /net-nntp/ubh | |
parent | Added ~mips to git-1.1.6 as per bug #108215. (diff) | |
download | historical-206fc3ba59ee83b7cf3f062063b827cc36c8ec47.tar.gz historical-206fc3ba59ee83b7cf3f062063b827cc36c8ec47.tar.bz2 historical-206fc3ba59ee83b7cf3f062063b827cc36c8ec47.zip |
Virtuals for perl-core
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-nntp/ubh')
-rw-r--r-- | net-nntp/ubh/ChangeLog | 7 | ||||
-rw-r--r-- | net-nntp/ubh/Manifest | 12 | ||||
-rw-r--r-- | net-nntp/ubh/ubh-2.5.ebuild | 8 |
3 files changed, 15 insertions, 12 deletions
diff --git a/net-nntp/ubh/ChangeLog b/net-nntp/ubh/ChangeLog index 81f807c47ee6..5f2ced7ca160 100644 --- a/net-nntp/ubh/ChangeLog +++ b/net-nntp/ubh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nntp/ubh -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/ubh/ChangeLog,v 1.5 2005/12/30 12:04:55 mcummings Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/ubh/ChangeLog,v 1.6 2006/02/13 15:01:30 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> ubh-2.5.ebuild: + Virtuals for perl-core 30 Dec 2005; <mcumming@gentoo.org> ubh-2.5.ebuild: Migrating libnet to perl-core diff --git a/net-nntp/ubh/Manifest b/net-nntp/ubh/Manifest index 5ae49d0fd822..cedb5cf49d52 100644 --- a/net-nntp/ubh/Manifest +++ b/net-nntp/ubh/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 f5092410cf6e8f302dc2ad47dae7145b ChangeLog 1009 +MD5 0d510af56793715ebf95a37f2b143600 ChangeLog 1106 MD5 bd527c8aa86e8984f3685bfdea693cd3 files/digest-ubh-2.5 58 MD5 6c9b25c9beb7c85e06060bfb93f81d75 metadata.xml 289 -MD5 b390a553182125557219c7d8746c4cac ubh-2.5.ebuild 802 +MD5 c070ceb5e5e5a6edd00f7b2b6fa93e35 ubh-2.5.ebuild 808 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDtSJwtG5z4I8BtQoRAv5gAJ9Np+cd/eO7ZTu4+l1k/E2nzfT0yQCfbzfc -L2ZpX/hihEEMaeebF4hvbAk= -=fiba +iD8DBQFD8J9AtG5z4I8BtQoRAhejAJ9lIVidAtt/PRqnArIqVC+9Vl/MJACfUDSl +7Bl3Iv71ZbUFHO0FT0h68as= +=BEAB -----END PGP SIGNATURE----- diff --git a/net-nntp/ubh/ubh-2.5.ebuild b/net-nntp/ubh/ubh-2.5.ebuild index d71e947a3641..e6ac6e3f75a1 100644 --- a/net-nntp/ubh/ubh-2.5.ebuild +++ b/net-nntp/ubh/ubh-2.5.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/net-nntp/ubh/ubh-2.5.ebuild,v 1.4 2005/12/30 12:04:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/ubh/ubh-2.5.ebuild,v 1.5 2006/02/13 15:01:30 mcummings Exp $ DESCRIPTION="The Usenet Binary Harvester" HOMEPAGE="http://ubh.sourceforge.net/" @@ -9,10 +9,10 @@ LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc ~sparc ~amd64" -DEPEND=">=perl-core/libnet-1.0607 +DEPEND=">=virtual/perl-libnet-1.0607 >=dev-perl/News-Newsrc-1.07 >=dev-perl/IO-stringy-1.220 - >=perl-core/MIME-Base64-2.12 + >=virtual/perl-MIME-Base64-2.12 >=dev-perl/MailTools-1.15 >=dev-perl/MIME-tools-5.411 >=dev-perl/string-crc32-1.2" |