summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-06-29 12:12:50 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-06-29 12:12:50 +0000
commit8f647f8038681b2288f365c929873252961f3d9f (patch)
tree2b5cd53ded0e41f5d5e108e5a4bbe9cfc3a4927a /media-sound/kradio/kradio-0.3.0_alpha2.ebuild
parentQA: IUSE, need-kde after R/DEPEND (Manifest recommit) (diff)
downloadgentoo-2-8f647f8038681b2288f365c929873252961f3d9f.tar.gz
gentoo-2-8f647f8038681b2288f365c929873252961f3d9f.tar.bz2
gentoo-2-8f647f8038681b2288f365c929873252961f3d9f.zip
QA: inherit kde-base -> inherit kde, need-kde after R/DEPEND
Diffstat (limited to 'media-sound/kradio/kradio-0.3.0_alpha2.ebuild')
-rw-r--r--media-sound/kradio/kradio-0.3.0_alpha2.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/kradio/kradio-0.3.0_alpha2.ebuild b/media-sound/kradio/kradio-0.3.0_alpha2.ebuild
index 29cd1c06a8d2..77d458136afd 100644
--- a/media-sound/kradio/kradio-0.3.0_alpha2.ebuild
+++ b/media-sound/kradio/kradio-0.3.0_alpha2.ebuild
@@ -1,22 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-0.3.0_alpha2.ebuild,v 1.4 2004/06/25 00:08:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-0.3.0_alpha2.ebuild,v 1.5 2004/06/29 12:12:50 carlo Exp $
-inherit kde-base
-need-kde 3
+inherit kde
S=${WORKDIR}/${P/_al/-al}
-MY_PATCH="ksimus-patch-0.3.6-2"
DESCRIPTION="kradio is a radio tuner application for KDE"
HOMEPAGE="http://kradio.sourceforge.net/"
-KEYWORDS="~x86"
-SRC_URI="mirror://sourceforge/${PN}/${P/_al/-al}.tar.gz"
+SRC_URI="mirror://sourceforge/kradio/${P/_al/-al}.tar.gz"
-LICENSE="GPL-2"
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
IUSE="lirc"
DEPEND="lirc? ( app-misc/lirc )
media-libs/libsndfile"
+need-kde 3
+MY_PATCH="ksimus-patch-0.3.6-2" \ No newline at end of file