summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-25 14:28:25 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-25 14:28:25 +0000
commit3f0fd154fd028255b5d734a054e759df196c5e74 (patch)
tree027e3e705385e13aeeb9c3947f72eb29b2ca3e29 /net-nntp/ubh
parentdev-perl/MIME-Base64 => perl-core/MIME-Base64 migration (diff)
downloadgentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.tar.gz
gentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.tar.bz2
gentoo-2-3f0fd154fd028255b5d734a054e759df196c5e74.zip
dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-nntp/ubh')
-rw-r--r--net-nntp/ubh/ChangeLog5
-rw-r--r--net-nntp/ubh/ubh-2.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-nntp/ubh/ChangeLog b/net-nntp/ubh/ChangeLog
index b5318d177f54..210624517be0 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.3 2005/05/16 16:43:50 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/ubh/ChangeLog,v 1.4 2005/05/25 14:27:51 mcummings Exp $
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org> ubh-2.5.ebuild:
+ dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration
16 May 2005; Sven Wegener <swegener@gentoo.org> ubh-2.5.ebuild:
Added error checking to src_install.
diff --git a/net-nntp/ubh/ubh-2.5.ebuild b/net-nntp/ubh/ubh-2.5.ebuild
index a63db4ceddac..99db72868058 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
# 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.2 2005/05/16 16:43:50 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/ubh/ubh-2.5.ebuild,v 1.3 2005/05/25 14:27:51 mcummings Exp $
DESCRIPTION="The Usenet Binary Harvester"
HOMEPAGE="http://ubh.sourceforge.net/"
@@ -12,7 +12,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~amd64"
DEPEND=">=dev-perl/libnet-1.0607
>=dev-perl/News-Newsrc-1.07
>=dev-perl/IO-stringy-1.220
- >=dev-perl/MIME-Base64-2.12
+ >=perl-core/MIME-Base64-2.12
>=dev-perl/MailTools-1.15
>=dev-perl/MIME-tools-5.411
>=dev-perl/string-crc32-1.2"