summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-01 19:28:54 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-01 19:28:54 +0000
commitecfc35cd1ecc257eb0e40b3b10576ff6ae6dc676 (patch)
treecfac52ed872aa8627a8093c6c4caa020ef8282f1 /media-sound/gnomeradio/gnomeradio-1.7.ebuild
parentAdd patch from bug 266801 that actually applies, and edit ebuild to make sure... (diff)
downloadhistorical-ecfc35cd1ecc257eb0e40b3b10576ff6ae6dc676.tar.gz
historical-ecfc35cd1ecc257eb0e40b3b10576ff6ae6dc676.tar.bz2
historical-ecfc35cd1ecc257eb0e40b3b10576ff6ae6dc676.zip
old
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'media-sound/gnomeradio/gnomeradio-1.7.ebuild')
-rw-r--r--media-sound/gnomeradio/gnomeradio-1.7.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-sound/gnomeradio/gnomeradio-1.7.ebuild b/media-sound/gnomeradio/gnomeradio-1.7.ebuild
deleted file mode 100644
index 63eb6c30f18b..000000000000
--- a/media-sound/gnomeradio/gnomeradio-1.7.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/media-sound/gnomeradio/gnomeradio-1.7.ebuild,v 1.1 2007/08/21 20:54:53 drac Exp $
-
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="A GNOME2 radio tuner"
-HOMEPAGE="http://www.wh-hms.uni-ulm.de/~mfcn/gnomeradio"
-SRC_URI="http://www.wh-hms.uni-ulm.de/~mfcn/${PN}/packages/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="lirc"
-
-RDEPEND=">=gnome-extra/gnome-media-2.14
- >=media-libs/gst-plugins-base-0.10
- lirc? ( app-misc/lirc )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- app-text/scrollkeeper"
-
-DOCS="AUTHORS ChangeLog NEWS README* TODO"
-
-src_unpack() {
- gnome2_src_unpack
- epatch "${FILESDIR}"/${P}-trayicon.patch
- epatch "${FILESDIR}"/${P}-xml-description.patch
-}