summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-23 16:01:31 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-23 16:01:31 +0000
commitb51d66108d5b90470d75fb825efde5dfc93b8a11 (patch)
tree20b12d9c8e6dc4d08e07ba913085c703c9f1adcb
parentReplacing einfo with elog (diff)
downloadgentoo-2-b51d66108d5b90470d75fb825efde5dfc93b8a11.tar.gz
gentoo-2-b51d66108d5b90470d75fb825efde5dfc93b8a11.tar.bz2
gentoo-2-b51d66108d5b90470d75fb825efde5dfc93b8a11.zip
Drop old
(Portage version: 2.1.2-r2)
-rw-r--r--net-p2p/mnet/ChangeLog7
-rw-r--r--net-p2p/mnet/files/digest-mnet-0.6.2.3401
-rw-r--r--net-p2p/mnet/files/digest-mnet-0.6.2.3832
-rw-r--r--net-p2p/mnet/mnet-0.6.2.340.ebuild37
4 files changed, 7 insertions, 40 deletions
diff --git a/net-p2p/mnet/ChangeLog b/net-p2p/mnet/ChangeLog
index f62385ee2861..719dea773268 100644
--- a/net-p2p/mnet/ChangeLog
+++ b/net-p2p/mnet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/mnet
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mnet/ChangeLog,v 1.19 2004/12/29 20:26:29 ciaranm Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mnet/ChangeLog,v 1.20 2007/01/23 16:01:31 armin76 Exp $
+
+ 23 Jan 2007; Raúl Porcel <armin76@gentoo.org> -mnet-0.6.2.340.ebuild:
+ Drop old
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/net-p2p/mnet/files/digest-mnet-0.6.2.340 b/net-p2p/mnet/files/digest-mnet-0.6.2.340
deleted file mode 100644
index 65f0a14b57fa..000000000000
--- a/net-p2p/mnet/files/digest-mnet-0.6.2.340
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c612bb70fc7e60d246e211894c6299c Mnet-0.6.2.340-STABLE-src.tar.gz 5723051
diff --git a/net-p2p/mnet/files/digest-mnet-0.6.2.383 b/net-p2p/mnet/files/digest-mnet-0.6.2.383
index dc376aa9636d..2c4a46a5c686 100644
--- a/net-p2p/mnet/files/digest-mnet-0.6.2.383
+++ b/net-p2p/mnet/files/digest-mnet-0.6.2.383
@@ -1 +1,3 @@
MD5 be3737cdcb582aca7f829b7a2d5ea2dd Mnet-0.6.2.383-STABLE-src.tar.gz 5725706
+RMD160 3143dfffe41068359196511f336da9f5de2bc063 Mnet-0.6.2.383-STABLE-src.tar.gz 5725706
+SHA256 d0d1320ba8e89a1b20cb5f337c850202f15ad0729e6f73236822851998e7a3f4 Mnet-0.6.2.383-STABLE-src.tar.gz 5725706
diff --git a/net-p2p/mnet/mnet-0.6.2.340.ebuild b/net-p2p/mnet/mnet-0.6.2.340.ebuild
deleted file mode 100644
index f57c25da02be..000000000000
--- a/net-p2p/mnet/mnet-0.6.2.340.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mnet/mnet-0.6.2.340.ebuild,v 1.5 2004/07/03 12:14:54 kloeri Exp $
-
-IUSE="gtk"
-S=${WORKDIR}/${PN}
-DESCRIPTION="Mnet is a universal file space. It is formed by an emergent network of autonomous nodes which self-organize to make the network robust and efficient."
-SRC_URI="mirror://sourceforge/${PN}/${P/m/M}-STABLE-src.tar.gz"
-RESTRICT="nomirror"
-HOMEPAGE="http://mnet.sourceforge.net/"
-
-DEPEND="dev-lang/python"
-RDEPEND="virtual/libc
- dev-lang/python
- gtk? ( dev-python/wxpython )"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86"
-SLOT="0"
-
-src_compile() {
- EXTSRCDIR="${WORKDIR}/extsrc/" MNETDIR="${S}" make build
-}
-
-src_install() {
- dodoc COPYING CREDITS ChangeLog overview.txt hackerdocs/*
- dobin Mnet.sh
- rm Mnet.sh COPYING CREDITS ChangeLog overview.txt hackerdocs/*
- dodir /usr/share/mnet
- cp -r ${S}/* ${D}/usr/share/mnet
- insinto /etc/env.d
- doins ${FILESDIR}/96mnet
-}
-
-pkg_postinst() {
- einfo "If this is the first time Mnet is merged, please run 'env-update'"
- einfo "and 'source /etc/profile', otherwise execute 'Mnet.sh'"
-}