summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-02-15 15:10:39 +0000
committerSamuli Suominen <drac@gentoo.org>2008-02-15 15:10:39 +0000
commitebd68f21f46f8b26538c84f2aa8bd6cdad69cfcb (patch)
treebc7e1d46300cc8278e392ba8a83f137a57f54082 /net-misc/streamtuner
parentbye (diff)
downloadgentoo-2-ebd68f21f46f8b26538c84f2aa8bd6cdad69cfcb.tar.gz
gentoo-2-ebd68f21f46f8b26538c84f2aa8bd6cdad69cfcb.tar.bz2
gentoo-2-ebd68f21f46f8b26538c84f2aa8bd6cdad69cfcb.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/streamtuner')
-rw-r--r--net-misc/streamtuner/streamtuner-0.12.4.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/streamtuner/streamtuner-0.12.4.ebuild b/net-misc/streamtuner/streamtuner-0.12.4.ebuild
deleted file mode 100644
index 88394af74720..000000000000
--- a/net-misc/streamtuner/streamtuner-0.12.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.6 2007/07/12 15:51:00 gustavoz Exp $
-
-IUSE=""
-
-inherit gnome2 eutils
-
-DESCRIPTION="Stream directory browser for browsing internet radio streams"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.nongnu.org/streamtuner/"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc amd64 ~sparc"
-LICENSE="BSD"
-
-RDEPEND=">=x11-libs/gtk+-2.2.2
- >=net-misc/curl-7.10.8
- >=app-text/scrollkeeper-0.3.0"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # sandbox errors work around
- gnome2_omf_fix ${S}/help/C/Makefile.in
-}