summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
commit031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch)
treeee1b081d58989215ab12530f6cd38e58277a1649 /net-p2p
parentRemove masked for removal packages (diff)
downloadgentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip
Remove masked for removal packages
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/imule/Manifest2
-rw-r--r--net-p2p/imule/imule-2.3.2.3-r1.ebuild65
-rw-r--r--net-p2p/imule/imule-2.3.2.3.ebuild51
-rw-r--r--net-p2p/imule/metadata.xml14
-rw-r--r--net-p2p/microdc/Manifest1
-rw-r--r--net-p2p/microdc/metadata.xml4
-rw-r--r--net-p2p/microdc/microdc-0.11.0.ebuild26
7 files changed, 0 insertions, 163 deletions
diff --git a/net-p2p/imule/Manifest b/net-p2p/imule/Manifest
deleted file mode 100644
index 8b9cdfbb520c..000000000000
--- a/net-p2p/imule/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST 2015-03-22_nodes.dat 57832 SHA256 0c7f7f7afe875f1a1c5dc0bfaf960a9f24e51f1eeec42b8dc8a538c62362b7cb SHA512 fd1a1cf2f9f0084bb1e0a802c994308e62a58ebe14b3455b1e86c7b419dcbc206ef982a01ea163c5810d0f79a2388b4a1b4672e73f63a9034e8967d667c3a817 WHIRLPOOL 10ed68cadc4834aa0230679013436f8c91aa5240de1972a6619e357d99d63fdb606f781db341a171b79f03a50c80ef942159a5b0f8f3f095a2a62d6886dc8a36
-DIST iMule-2.3.2.3-src.tbz 13143310 SHA256 f5d1657ce34893b305cb1e8ec163274661926dc9116dccf0d41ce31f0693be43 SHA512 5db856db83e8300faa399922f05b552670a4c9947e3e778031f8904a1a91fe6b02e067bfa2f96883d16c74899d6b713bbd58210529071c0c71202134b41276c9 WHIRLPOOL 93c73028119875b4ec00278849ff11f1cdd0af32af02cac9b98d836f79bc84bb03df18096294c0316e04b39f87e44a973d93a17ad651f9156bac8c1888b006e8
diff --git a/net-p2p/imule/imule-2.3.2.3-r1.ebuild b/net-p2p/imule/imule-2.3.2.3-r1.ebuild
deleted file mode 100644
index f10db5a35436..000000000000
--- a/net-p2p/imule/imule-2.3.2.3-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-WX_GTK_VER="2.8"
-inherit wxwidgets
-
-MY_PN="iMule"
-
-DESCRIPTION="P2P sharing software which connects through I2P and Kad networks"
-# New homepage has a few resources and a working nodes.dat file users need
-# in order to get iMule to work
-HOMEPAGE="http://echelon.i2p/imule"
-SRC_URI="https://dev.gentoo.org/~zlg/extra/net-p2p/imule/${MY_PN}-${PV}-src.tbz https://dev.gentoo.org/~zlg/extra/net-p2p/imule/2015-03-22_nodes.dat"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="webserver static-libs nls"
-RESTRICT="mirror"
-
-# wxGTK 2.8 is required; later versions result in failed compile
-# Other versions indicated are from the tarball's INSTALL file
-DEPEND="x11-libs/wxGTK:2.8
- net-p2p/i2p
- >=net-libs/libupnp-1.6.6
- sys-devel/flex
- sys-apps/texinfo
- >=dev-libs/crypto++-5.1
- !net-p2p/amule"
-RDEPEND="x11-libs/wxGTK:2.8 net-p2p/i2p"
-
-S="${WORKDIR}/${MY_PN}-${PV}-src"
-
-src_unpack() {
- default
- cp "${DISTDIR}"/2015-03-22_nodes.dat "${WORKDIR}"
-}
-
-src_configure() {
- WX_GTK_VER="2.8" need-wxwidgets unicode
- # Enabling imulecmd results in a compilation error.
- econf --with-wx-config=${WX_CONFIG} \
- --enable-imule-daemon \
- --enable-alc \
- --enable-alcc \
- --enable-optimize \
- --disable-debug \
- $(use_enable nls) \
- $(use_enable webserver) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- insinto /usr/share/${PN}
- newins "${WORKDIR}"/2015-03-22_nodes.dat nodes.dat
-}
-
-pkg_postinst() {
- elog "iMule will not function without a valid 'nodes.dat' file and"
- elog "an I2P router running."
- elog "A nodes.dat file can be found in /usr/share/imule. It can"
- elog "be copied to ~/.iMule/nodes.dat for convenience."
-}
diff --git a/net-p2p/imule/imule-2.3.2.3.ebuild b/net-p2p/imule/imule-2.3.2.3.ebuild
deleted file mode 100644
index 13741da93b79..000000000000
--- a/net-p2p/imule/imule-2.3.2.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-WX_GTK_VER="2.8"
-inherit wxwidgets
-
-MY_PN="iMule"
-
-DESCRIPTION="P2P sharing software which connects through I2P and Kad network"
-# New homepage has a few resources and a working nodes.dat file users need
-# in order to get iMule to work
-HOMEPAGE="http://echelon.i2p/imule"
-SRC_URI="http://echelon.i2p/imule/${PV}/${MY_PN}-${PV}-src.tbz https://dev.gentoo.org/~zlg/extra/net-p2p/imule/2015-03-22_nodes.dat"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="webserver static-libs nls"
-
-# wxGTK 2.8 is required; later versions result in failed compile
-# Other versions indicated are from the tarball's INSTALL file
-DEPEND="x11-libs/wxGTK:2.8
- net-p2p/i2p
- >=net-libs/libupnp-1.6.6
- sys-devel/flex
- sys-apps/texinfo
- >=dev-libs/crypto++-5.1"
-RDEPEND="x11-libs/wxGTK:2.8 net-p2p/i2p"
-
-S="${WORKDIR}/${MY_PN}-${PV}-src"
-
-src_configure() {
- WX_GTK_VER="2.8" need-wxwidgets unicode
- # Enabling imulecmd results in a compilation error.
- econf --with-wx-config=${WX_CONFIG} \
- --enable-imule-daemon \
- --enable-alc \
- --enable-alcc \
- --enable-optimize \
- --disable-debug \
- $(use_enable nls) \
- $(use_enable webserver) \
- $(use_enable static-libs static)
-}
-
-pkg_postinst() {
- elog "iMule will not function without a valid 'nodes.dat' file and"
- elog "an I2P router running."
- elog "The nodes.dat file can be found at http://echelon.i2p/imule."
-}
diff --git a/net-p2p/imule/metadata.xml b/net-p2p/imule/metadata.xml
deleted file mode 100644
index fd70f962e84d..000000000000
--- a/net-p2p/imule/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>java@gentoo.org</email>
-<name>Java</name>
-</maintainer>
-<longdescription>A P2P file-sharing application designed to work on top of the I2P or Kad network stacks.</longdescription>
-<use>
-<flag name="nls">Adds Native Language Support using GNU gettext.</flag>
-<flag name="static-libs">Builds a statically-linked application.</flag>
-<flag name="webserver">Enables a webserver to administer remotely.</flag>
-</use>
-</pkgmetadata>
diff --git a/net-p2p/microdc/Manifest b/net-p2p/microdc/Manifest
deleted file mode 100644
index 9f5da18fe149..000000000000
--- a/net-p2p/microdc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST microdc-0.11.0.tar.gz 517879 SHA256 57e12a6cfdf1feb5c526f4bfc9b250bb25c652e1ed81db28c9db1ab64af67b7e SHA512 9b1ce566246792662d825d19041dbd82494746c3dd5656927a9f8c5898f47be19473833b07fe4ff84836f256e4db8c6ffc50903df94c8c6262d63a5833c937c4 WHIRLPOOL d8e817a83753201d6211cbe127c2418c233774de30827a13907540a3c58726f97afb0a48b6e4c83fa6cc76ed6fb1012febdb9a253faf87e4acd6fe978c698ade
diff --git a/net-p2p/microdc/metadata.xml b/net-p2p/microdc/metadata.xml
deleted file mode 100644
index 097975e3adc2..000000000000
--- a/net-p2p/microdc/metadata.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>
diff --git a/net-p2p/microdc/microdc-0.11.0.ebuild b/net-p2p/microdc/microdc-0.11.0.ebuild
deleted file mode 100644
index 185bb022f167..000000000000
--- a/net-p2p/microdc/microdc-0.11.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="A small command-line based Direct Connect client"
-HOMEPAGE="http://www.nongnu.org/microdc/"
-SRC_URI="http://savannah.nongnu.org/download/microdc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-DEPEND="sys-libs/ncurses
- >=sys-libs/readline-4
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf $(use_enable nls) || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README doc/*
-}