diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lopster/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/lopster/files/digest-lopster-1.2.2 | 3 | ||||
-rw-r--r-- | net-p2p/lopster/lopster-1.2.2-r3.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/lopster/lopster-1.2.2.ebuild | 35 |
4 files changed, 7 insertions, 41 deletions
diff --git a/net-p2p/lopster/ChangeLog b/net-p2p/lopster/ChangeLog index 13d825b2fc1c..24d074be2ec4 100644 --- a/net-p2p/lopster/ChangeLog +++ b/net-p2p/lopster/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/lopster # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/ChangeLog,v 1.27 2007/02/10 18:46:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/ChangeLog,v 1.28 2007/05/15 13:11:54 armin76 Exp $ + + 15 May 2007; Raúl Porcel <armin76@gentoo.org> -lopster-1.2.2.ebuild, + lopster-1.2.2-r3.ebuild: + alpha stable wrt #155156 and drop old 10 Feb 2007; Raúl Porcel <armin76@gentoo.org> -files/1.2.2-bugfixes-1.patch, -lopster-1.2.0.ebuild, diff --git a/net-p2p/lopster/files/digest-lopster-1.2.2 b/net-p2p/lopster/files/digest-lopster-1.2.2 deleted file mode 100644 index a392f9bf73e9..000000000000 --- a/net-p2p/lopster/files/digest-lopster-1.2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ae857116eddd01f1f7d2769908a142c0 lopster-1.2.2.tar.gz 630325 -RMD160 60b236962d3b3cf998a56aa7b087381349b9e610 lopster-1.2.2.tar.gz 630325 -SHA256 3154b57c2fa13ff9006b5b5dce6120ac9f539e934247dee319941939c8d74d42 lopster-1.2.2.tar.gz 630325 diff --git a/net-p2p/lopster/lopster-1.2.2-r3.ebuild b/net-p2p/lopster/lopster-1.2.2-r3.ebuild index baf40319659c..ea68a73a202c 100644 --- a/net-p2p/lopster/lopster-1.2.2-r3.ebuild +++ b/net-p2p/lopster/lopster-1.2.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.2-r3.ebuild,v 1.4 2007/02/03 20:34:14 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.2-r3.ebuild,v 1.5 2007/05/15 13:11:54 armin76 Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/lopster/${P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86" RDEPEND="=x11-libs/gtk+-1.2* nls? ( sys-devel/gettext ) diff --git a/net-p2p/lopster/lopster-1.2.2.ebuild b/net-p2p/lopster/lopster-1.2.2.ebuild deleted file mode 100644 index 3460fb547fbc..000000000000 --- a/net-p2p/lopster/lopster-1.2.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.2.ebuild,v 1.8 2005/09/16 04:28:14 agriffis Exp $ - -IUSE="nls vorbis zlib flac" - -DESCRIPTION="A Napster Client using GTK" -HOMEPAGE="http://lopster.sourceforge.net" -SRC_URI="mirror://sourceforge/lopster/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86" - -DEPEND="=x11-libs/gtk+-1.2*" -RDEPEND="nls? ( sys-devel/gettext ) - zlib? ( sys-libs/zlib ) - flac? ( media-libs/flac ) - vorbis? ( >=media-libs/libvorbis-1.0 )" - -src_compile() { - econf \ - --with-pthread \ - `use_enable nls` \ - `use_with zlib` \ - `use_with flac` \ - `use_with vorbis ogg` || die "econf failed" - - emake || die -} - -src_install () { - einstall || die - dodoc AUTHORS BUGS README ChangeLog NEWS TODO -} |