diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-01-18 18:44:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-01-18 18:44:43 +0000 |
commit | 328ac85c7f9b45b70dea84a9235440a9d58d2d7b (patch) | |
tree | d8901fe3e3fd9d7c6ae8cb01395bd39a29602553 /net-misc/streamtuner | |
parent | Dropped keyword for alpha, bug #254875 (diff) | |
download | gentoo-2-328ac85c7f9b45b70dea84a9235440a9d58d2d7b.tar.gz gentoo-2-328ac85c7f9b45b70dea84a9235440a9d58d2d7b.tar.bz2 gentoo-2-328ac85c7f9b45b70dea84a9235440a9d58d2d7b.zip |
old. typo.
(Portage version: 2.1.6.6/cvs/Linux 2.6.28-gentoo i686)
Diffstat (limited to 'net-misc/streamtuner')
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.99.99-r3.ebuild | 50 | ||||
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.99.99-r4.ebuild | 4 |
2 files changed, 2 insertions, 52 deletions
diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r3.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r3.ebuild deleted file mode 100644 index 838360e6e86c..000000000000 --- a/net-misc/streamtuner/streamtuner-0.99.99-r3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r3.ebuild,v 1.1 2008/05/13 06:10:24 drac Exp $ - -EAPI=1 - -GCONF_DEBUG=no - -inherit gnome2 eutils - -DESCRIPTION="Stream directory browser for browsing internet radio streams" -HOMEPAGE="http://www.nongnu.org/streamtuner" -SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz - http://savannah.nongnu.org/download/${PN}/${P}-pygtk-2.6.diff" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="python +shout +xiph" - -RDEPEND=">=x11-libs/gtk+-2.4 - net-misc/curl - app-text/scrollkeeper - xiph? ( dev-libs/libxml2 ) - >=media-libs/taglib-1.2 - python? ( dev-python/pygtk ) - x11-misc/xdg-utils" -DEPEND="${RDEPEND} - dev-util/pkgconfig - !media-plugins/streamtuner-xiph - !media-plugins/streamtuner-local - !media-plugins/streamtuner-live365 - !media-plugins/streamtuner-python" - -DOCS="AUTHORS NEWS README TODO" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo.patch \ - "${FILESDIR}"/${P}-shoutcast.patch \ - "${DISTDIR}"/${P}-pygtk-2.6.diff -} - -src_compile() { - # live365 causes parse errors at connect time. - econf --disable-live365 $(use_enable python) \ - $(use_enable shout shoutcast) $(use_enable xiph) - emake || die "emake failed." -} diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r4.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r4.ebuild index 81e0374df8e5..bdc6b46476c2 100644 --- a/net-misc/streamtuner/streamtuner-0.99.99-r4.ebuild +++ b/net-misc/streamtuner/streamtuner-0.99.99-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r4.ebuild,v 1.2 2009/01/18 18:38:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r4.ebuild,v 1.3 2009/01/18 18:44:43 ssuominen Exp $ EAPI=1 GCONF_DEBUG=no @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} pkg_setup() { # live365 causes parse errors at connect time. - G2CONF="-disable-live365 $(use_enable python) + G2CONF="--disable-live365 $(use_enable python) $(use_enable shout shoutcast) $(use_enable xiph)" } |