summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-04-04 11:01:29 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-04-04 11:01:29 +0000
commit9218a6d8ebb5d0256e8cb06e38593585fce48e06 (patch)
tree6011837416ec814b326e863f66c4dfdbbfe03725 /net-p2p
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-2-9218a6d8ebb5d0256e8cb06e38593585fce48e06.tar.gz
gentoo-2-9218a6d8ebb5d0256e8cb06e38593585fce48e06.tar.bz2
gentoo-2-9218a6d8ebb5d0256e8cb06e38593585fce48e06.zip
cleanup
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/xmule/files/digest-xmule-1.7.11
-rw-r--r--net-p2p/xmule/files/digest-xmule-1.7.21
-rw-r--r--net-p2p/xmule/files/digest-xmule-1.7.4b1
-rw-r--r--net-p2p/xmule/xmule-1.7.1.ebuild57
-rw-r--r--net-p2p/xmule/xmule-1.7.2.ebuild60
-rw-r--r--net-p2p/xmule/xmule-1.7.4b.ebuild61
6 files changed, 0 insertions, 181 deletions
diff --git a/net-p2p/xmule/files/digest-xmule-1.7.1 b/net-p2p/xmule/files/digest-xmule-1.7.1
deleted file mode 100644
index f4a88d883266..000000000000
--- a/net-p2p/xmule/files/digest-xmule-1.7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 86731915c20b02ee0ed72b853512ba16 xmule-1.7.1.tar.bz2 1479298
diff --git a/net-p2p/xmule/files/digest-xmule-1.7.2 b/net-p2p/xmule/files/digest-xmule-1.7.2
deleted file mode 100644
index 9a96e5fa6e5b..000000000000
--- a/net-p2p/xmule/files/digest-xmule-1.7.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ffe0ea37d28d7377f38550ffb14e936b xmule-1.7.2.tar.bz2 1216670
diff --git a/net-p2p/xmule/files/digest-xmule-1.7.4b b/net-p2p/xmule/files/digest-xmule-1.7.4b
deleted file mode 100644
index f33bd3700c91..000000000000
--- a/net-p2p/xmule/files/digest-xmule-1.7.4b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bd9ed9b6e4c86eefc07db7d22a070754 xmule-1.7.4b.tar.bz2 1169560
diff --git a/net-p2p/xmule/xmule-1.7.1.ebuild b/net-p2p/xmule/xmule-1.7.1.ebuild
deleted file mode 100644
index 907b38af6951..000000000000
--- a/net-p2p/xmule/xmule-1.7.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.7.1.ebuild,v 1.2 2004/01/06 03:39:39 avenj Exp $
-
-MY_P=${P//a}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="wxWindows based client for the eDonkey/eMule/lMule network"
-HOMEPAGE="http://www.xmule.org/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-IUSE="nls"
-
-DEPEND=">=x11-libs/wxGTK-2.4.1
- nls? ( sys-devel/gettext )
- >=sys-libs/zlib-1.2.1"
-
-pkg_setup() {
- # FIXME: Is this really how we want to do this ?
- GREP=`grep ' unicode' /var/db/pkg/x11-libs/wxGTK*/USE`
- if [ "${GREP}" != "" ]; then
- eerror "This package doesn't work with wxGTK"
- eerror "compiled with gtk2 and unicode in USE"
- eerror "Please re-compile wxGTK with -unicode"
- die "aborting..."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i 's/@datadir@/${DESTDIR}@datadir@/' Makefile.in
-}
-
-src_compile () {
- aclocal
- autoconf
- autoheader
- automake
-
- local myconf=
-
- use nls \
- || myconf="${myconf} --disable-nls"
-
- econf ${myconf} || die
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
-}
-
-src_install () {
- einstall mkinstalldirs=${S}/mkinstalldirs DESTDIR=${D} || die
-}
diff --git a/net-p2p/xmule/xmule-1.7.2.ebuild b/net-p2p/xmule/xmule-1.7.2.ebuild
deleted file mode 100644
index 5f20ceddf1ef..000000000000
--- a/net-p2p/xmule/xmule-1.7.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.7.2.ebuild,v 1.1 2004/02/01 19:36:11 mholzer Exp $
-
-MY_P=${P//a}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="wxWindows based client for the eDonkey/eMule/lMule network"
-HOMEPAGE="http://www.xmule.org/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-IUSE="nls"
-
-DEPEND=">=x11-libs/wxGTK-2.4.1
- nls? ( sys-devel/gettext )
- >=sys-libs/zlib-1.2.1"
-
-pkg_setup() {
- # FIXME: Is this really how we want to do this ?
- GREP=`grep ' unicode' /var/db/pkg/x11-libs/wxGTK*/USE`
- if [ "${GREP}" != "" ]; then
- eerror "This package doesn't work with wxGTK"
- eerror "compiled with gtk2 and unicode in USE"
- eerror "Please re-compile wxGTK with -unicode"
- die "aborting..."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i 's/@datadir@/${DESTDIR}@datadir@/' Makefile.in
- epatch ${FILESDIR}/ini2.patch
-}
-
-src_compile () {
- export WANT_AUTOCONF=2.5
- WANT_AUTOMAKE=1.7
- aclocal
- autoconf
- autoheader
- automake
-
- local myconf=
-
- use nls \
- || myconf="${myconf} --disable-nls"
-
- econf ${myconf} || die
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
-}
-
-src_install () {
- einstall mkinstalldirs=${S}/mkinstalldirs DESTDIR=${D} || die
-}
diff --git a/net-p2p/xmule/xmule-1.7.4b.ebuild b/net-p2p/xmule/xmule-1.7.4b.ebuild
deleted file mode 100644
index cd5a2d8052e3..000000000000
--- a/net-p2p/xmule/xmule-1.7.4b.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.7.4b.ebuild,v 1.1 2004/02/25 22:56:26 mholzer Exp $
-
-MY_P=${P//a}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="wxWindows based client for the eDonkey/eMule/lMule network"
-HOMEPAGE="http://www.xmule.org/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-IUSE="nls"
-
-DEPEND=">=x11-libs/wxGTK-2.4.1
- nls? ( sys-devel/gettext )
- >=sys-libs/zlib-1.2.1"
-
-pkg_setup() {
- # FIXME: Is this really how we want to do this ?
- GREP=`grep ' unicode' /var/db/pkg/x11-libs/wxGTK*/USE`
- if [ "${GREP}" != "" ]; then
- eerror "This package doesn't work with wxGTK"
- eerror "compiled with gtk2 and unicode in USE"
- eerror "Please re-compile wxGTK with -unicode"
- die "aborting..."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i 's/@datadir@/${DESTDIR}@datadir@/' Makefile.in
-}
-
-src_compile () {
- export WANT_AUTOCONF=2.5
- WANT_AUTOMAKE=1.7
- aclocal
- autoconf
- autoheader
- automake
-
- local myconf=
-
- use nls \
- || myconf="${myconf} --disable-nls"
-
- myconf="${myconf} --with-zlib=/tmp/zlib/"
-
- econf ${myconf} || die
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
-}
-
-src_install () {
- einstall mkinstalldirs=${S}/mkinstalldirs DESTDIR=${D} || die
-}