summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-12-30 11:50:12 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-12-30 11:50:12 +0000
commit8566afbcf3db2abcf411030929320a1429bd1318 (patch)
treea9b670b22a0e5acc593e3588fd1d5e7349f290c4 /dev-db/mtop
parentMoving libnet to perl-core (diff)
downloadhistorical-8566afbcf3db2abcf411030929320a1429bd1318.tar.gz
historical-8566afbcf3db2abcf411030929320a1429bd1318.tar.bz2
historical-8566afbcf3db2abcf411030929320a1429bd1318.zip
Migrating libnet to perl-core
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-db/mtop')
-rw-r--r--dev-db/mtop/ChangeLog5
-rw-r--r--dev-db/mtop/Manifest10
-rw-r--r--dev-db/mtop/mtop-0.6.6.ebuild4
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-db/mtop/ChangeLog b/dev-db/mtop/ChangeLog
index 96854978b37e..b94cdd44ed67 100644
--- a/dev-db/mtop/ChangeLog
+++ b/dev-db/mtop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mtop
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.6 2005/11/28 12:17:42 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.7 2005/12/30 11:50:12 mcummings Exp $
+
+ 30 Dec 2005; <mcumming@gentoo.org> mtop-0.6.6.ebuild:
+ Migrating libnet to perl-core
28 Nov 2005; <mcumming@gentoo.org> mtop-0.6.6.ebuild:
Switched from perl-module to perl-app eclass
diff --git a/dev-db/mtop/Manifest b/dev-db/mtop/Manifest
index 9f85a591c88e..ae61df16d520 100644
--- a/dev-db/mtop/Manifest
+++ b/dev-db/mtop/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 279eca5a43b6fe659ef5e661a5939c20 ChangeLog 732
+MD5 d95fa4f560c108e4f42a08c5fd8bd63f ChangeLog 821
MD5 c6c3f43a75962f05aa2139baeb6a1da5 files/digest-mtop-0.6.6 61
MD5 a2a9fdc7d010a7c04c96cb3b7c05f06b metadata.xml 158
-MD5 4ef1582cb1ff82fe68aa4e064a4d266c mtop-0.6.6.ebuild 839
+MD5 8fcd1c79b937ae1bd74650bb2a14fd8b mtop-0.6.6.ebuild 840
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDivVutG5z4I8BtQoRAqC6AJsGlvAWlC2I5XTjct60Zie5r0Ml0wCfY36D
-QoqDxWHnrtC3DCCyUzmxNWU=
-=+TC9
+iD8DBQFDtR79tG5z4I8BtQoRAiBKAKCBDYe52BpYnJaAzL4LoF85FezYywCfX+xS
+YfbyrWjNRVsdUf0+XcI+ZWs=
+=zIX4
-----END PGP SIGNATURE-----
diff --git a/dev-db/mtop/mtop-0.6.6.ebuild b/dev-db/mtop/mtop-0.6.6.ebuild
index 024bebfd90ac..d1347e3e422a 100644
--- a/dev-db/mtop/mtop-0.6.6.ebuild
+++ b/dev-db/mtop/mtop-0.6.6.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/dev-db/mtop/mtop-0.6.6.ebuild,v 1.6 2005/11/28 12:17:42 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.7 2005/12/30 11:50:12 mcummings Exp $
inherit perl-app
@@ -14,7 +14,7 @@ IUSE=""
DEPEND="dev-perl/Curses
dev-perl/DBI
dev-perl/DBD-mysql
- dev-perl/libnet"
+ perl-core/libnet"
src_compile() {
perl-app_src_prep || die "Perl module preparation failed."