summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-08-19 07:42:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-08-19 07:42:35 +0000
commit79a67603dd94bbdbd85e727b7f15469656b0fccf (patch)
treed8f6643a6441f0d13293d3df74dfec2e5b6f2ff9 /media-sound/gqradio/gqradio-1.9.2.ebuild
parentRe-added kworldwatch to allow for clean deinstallation. Fixes bug 189352. (diff)
downloadhistorical-79a67603dd94bbdbd85e727b7f15469656b0fccf.tar.gz
historical-79a67603dd94bbdbd85e727b7f15469656b0fccf.tar.bz2
historical-79a67603dd94bbdbd85e727b7f15469656b0fccf.zip
Remove USE flags gnome and nls which didn't do anything but installed .desktop file to invalid location. Remove COPYING and INSTALL from dodoc.
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'media-sound/gqradio/gqradio-1.9.2.ebuild')
-rw-r--r--media-sound/gqradio/gqradio-1.9.2.ebuild35
1 files changed, 10 insertions, 25 deletions
diff --git a/media-sound/gqradio/gqradio-1.9.2.ebuild b/media-sound/gqradio/gqradio-1.9.2.ebuild
index 7252ddac2ad5..d1ff53c5643a 100644
--- a/media-sound/gqradio/gqradio-1.9.2.ebuild
+++ b/media-sound/gqradio/gqradio-1.9.2.ebuild
@@ -1,37 +1,22 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gqradio/gqradio-1.9.2.ebuild,v 1.2 2005/09/04 21:47:07 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gqradio/gqradio-1.9.2.ebuild,v 1.3 2007/08/19 07:42:35 drac Exp $
-IUSE="nls gnome"
-
-DESCRIPTION="GQradio is an FM radio tuner app from the people who brought you GQmpeg."
+DESCRIPTION="An FM radio tuner app from the people who brought you GQmpeg."
HOMEPAGE="http://gqmpeg.sourceforge.net/radio.html"
SRC_URI="mirror://sourceforge/gqmpeg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE=""
-DEPEND=">=x11-libs/gtk+-2.4.0"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
- use nls || myconf="--disable-nls"
-
- econf ${myconf} || die
- emake || die
-}
+RDEPEND=">=x11-libs/gtk+-2.4"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext"
src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README SKIN-SPECS TODO
-
- use gnome && ( \
- insinto /usr/share/gnome/apps/Multimedia
- doins ${FILESDIR}/gqmpeg.desktop
- )
-
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README SKIN-SPECS TODO
}