diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 02:25:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 02:25:20 +0000 |
commit | 19eb2be3decbf3860984e2eb727416a00031ce20 (patch) | |
tree | 8090fe5a07ff6d6e73bc08cef61c84a52718f799 /net-p2p/lopster | |
parent | removed audiogalaxy clients, since the protocol/site is dead now (diff) | |
download | historical-19eb2be3decbf3860984e2eb727416a00031ce20.tar.gz historical-19eb2be3decbf3860984e2eb727416a00031ce20.tar.bz2 historical-19eb2be3decbf3860984e2eb727416a00031ce20.zip |
repoman'd
Diffstat (limited to 'net-p2p/lopster')
-rw-r--r-- | net-p2p/lopster/files/digest-lopster-1.0.1-r2 | 1 | ||||
-rw-r--r-- | net-p2p/lopster/files/digest-lopster-1.0.1.20020701 | 1 | ||||
-rw-r--r-- | net-p2p/lopster/lopster-1.0.1-r2.ebuild | 34 | ||||
-rw-r--r-- | net-p2p/lopster/lopster-1.0.1.20020701.ebuild | 46 | ||||
-rw-r--r-- | net-p2p/lopster/lopster-1.0.1.20020702.ebuild | 5 |
5 files changed, 3 insertions, 84 deletions
diff --git a/net-p2p/lopster/files/digest-lopster-1.0.1-r2 b/net-p2p/lopster/files/digest-lopster-1.0.1-r2 deleted file mode 100644 index 48523545d52a..000000000000 --- a/net-p2p/lopster/files/digest-lopster-1.0.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 536e31b0864e0f5af2fe50807225e797 lopster-1.0.1.tar.gz 554722 diff --git a/net-p2p/lopster/files/digest-lopster-1.0.1.20020701 b/net-p2p/lopster/files/digest-lopster-1.0.1.20020701 deleted file mode 100644 index 780e4ab0f7d8..000000000000 --- a/net-p2p/lopster/files/digest-lopster-1.0.1.20020701 +++ /dev/null @@ -1 +0,0 @@ -MD5 f37328cd207f2632d89cc64af011ea33 lopster-1.0.1.20020701.tar.bz2 536490 diff --git a/net-p2p/lopster/lopster-1.0.1-r2.ebuild b/net-p2p/lopster/lopster-1.0.1-r2.ebuild deleted file mode 100644 index b9ee88e305f0..000000000000 --- a/net-p2p/lopster/lopster-1.0.1-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1-r2.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A Napster Client using GTK" -SRC_URI="http://download.sourceforge.net/lopster/${A}" -HOMEPAGE="http://lopster.sourceforge.net" -SLOT="0" - -DEPEND="virtual/glibc nls? ( sys-devel/gettext ) - =x11-libs/gtk+-1.2* - virtual/x11" - -RDEPEND="virtual/glibc - =x11-libs/gtk+-1.2* - virtual/x11" - -src_compile() { - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - try ./configure --prefix=/usr --host=${CHOST} $myconf - try make - -} - -src_install () { - - try make DESTDIR=${D} gnulocaledir=/usr/share/locale install - dodoc AUTHORS BUGS COPYING README ChangeLog NEWS -} - diff --git a/net-p2p/lopster/lopster-1.0.1.20020701.ebuild b/net-p2p/lopster/lopster-1.0.1.20020701.ebuild deleted file mode 100644 index 0b2a3b68be5b..000000000000 --- a/net-p2p/lopster/lopster-1.0.1.20020701.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1.20020701.ebuild,v 1.1 2002/07/01 15:56:41 seemant Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="A Napster Client using GTK" -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar.bz2" -HOMEPAGE="http://lopster.sourceforge.net" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="=x11-libs/gtk+-1.2*" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - - ./autogen.sh - mv po/Makevars.template po/Makevars - - automake m4/Makefile - aclocal -I m4 - - cp configure.in configure.in.orig - sed "s:\(AM_GNU_GETTEXT\):\1([external]):" \ - configure.in.orig > configure.in - - myconf="--disable-nls" - - econf ${myconf} || die - - cp Makefile Makefile.orig - sed "s:^SUBDIRS.*:SUBDIRS = m4 src po:" \ - Makefile.orig > Makefile - - emake || die - -} - -src_install () { - - einstall || die - dodoc AUTHORS BUGS README ChangeLog NEWS TODO -} - diff --git a/net-p2p/lopster/lopster-1.0.1.20020702.ebuild b/net-p2p/lopster/lopster-1.0.1.20020702.ebuild index 7975548757e0..24b84ead1dd1 100644 --- a/net-p2p/lopster/lopster-1.0.1.20020702.ebuild +++ b/net-p2p/lopster/lopster-1.0.1.20020702.ebuild @@ -1,13 +1,14 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1.20020702.ebuild,v 1.1 2002/07/02 13:10:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1.20020702.ebuild,v 1.2 2002/07/17 02:25:20 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A Napster Client using GTK" -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="http://lopster.sourceforge.net" SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2*" |