summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/lopster/ChangeLog6
-rw-r--r--net-p2p/lopster/files/digest-lopster-1.0.2_pre51
-rw-r--r--net-p2p/lopster/lopster-1.0.2_pre5.ebuild50
-rw-r--r--net-p2p/lopster/lopster-1.2.1.ebuild4
4 files changed, 7 insertions, 54 deletions
diff --git a/net-p2p/lopster/ChangeLog b/net-p2p/lopster/ChangeLog
index ac1c7862d8dd..5a7df336bbf8 100644
--- a/net-p2p/lopster/ChangeLog
+++ b/net-p2p/lopster/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/lopster
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/ChangeLog,v 1.13 2004/08/04 01:44:56 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/ChangeLog,v 1.14 2004/08/04 22:47:44 squinky86 Exp $
+
+ 04 Aug 2004; Jon Hood <squinky86@gentoo.org> -lopster-1.0.2_pre5.ebuild,
+ lopster-1.2.1.ebuild:
+ Stable on x86.
03 Aug 2004; Jon Hood <squinky86@gentoo.org> :
Upstream changed the package; fixing digests.
diff --git a/net-p2p/lopster/files/digest-lopster-1.0.2_pre5 b/net-p2p/lopster/files/digest-lopster-1.0.2_pre5
deleted file mode 100644
index a9a49fefbb5d..000000000000
--- a/net-p2p/lopster/files/digest-lopster-1.0.2_pre5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c4fbbf5c805833efdf939a97b12307fe lopster-1.0.1-dev5.12.tar.gz 751811
diff --git a/net-p2p/lopster/lopster-1.0.2_pre5.ebuild b/net-p2p/lopster/lopster-1.0.2_pre5.ebuild
deleted file mode 100644
index 6e355929bd0f..000000000000
--- a/net-p2p/lopster/lopster-1.0.2_pre5.ebuild
+++ /dev/null
@@ -1,50 +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/lopster/lopster-1.0.2_pre5.ebuild,v 1.8 2004/06/25 00:34:18 agriffis Exp $
-
-IUSE="nls"
-
-MY_P=${P/2_pre/1-dev}
-MY_P=${MY_P}.12
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A Napster Client using GTK"
-SRC_URI="http://lopster.sourceforge.net/download/${MY_P}.tar.gz"
-HOMEPAGE="http://lopster.sourceforge.net"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- aclocal -I m4
- cp po/Makevars.template po/Makevars
- autoconf
- automake
-# cp configure.in configure.in.orig
-# sed -e "s:^intl/Makefile::" \
-# -e "s:AM_GNU_GETTEXT::" \
-# configure.in.orig > configure.in
-
-# cp Makefile.am Makefile.am.orig
-# sed "s:SUBDIR.*:SUBDIRS = m4 src:" \
-# Makefile.am.orig > Makefile.am
-
- use nls || myconf="${myconf} --disable-nls"
-
- econf \
- --with-pthread \
- --with-zlib \
- ${myconf} || die "econf failed"
-
- emake || die
-}
-
-src_install () {
- einstall || die
- dodoc AUTHORS BUGS README ChangeLog NEWS TODO
-}
diff --git a/net-p2p/lopster/lopster-1.2.1.ebuild b/net-p2p/lopster/lopster-1.2.1.ebuild
index 0a413b4497d0..c6d9aff594b2 100644
--- a/net-p2p/lopster/lopster-1.2.1.ebuild
+++ b/net-p2p/lopster/lopster-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.1.ebuild,v 1.2 2004/07/09 01:42:52 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.1.ebuild,v 1.3 2004/08/04 22:47:44 squinky86 Exp $
IUSE="nls"
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lopster/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
DEPEND="=x11-libs/gtk+-1.2*"
RDEPEND="nls? ( sys-devel/gettext )"