summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-07-06 02:29:48 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-07-06 02:29:48 +0000
commit7993b03b0c9d79db06f40dccf1db68893bafa8ba (patch)
treea8509d3f943e7291aba8cb6e3f9f6d73f4a39ec2 /media-sound/kzenexplorer/kzenexplorer-0.6.ebuild
parentUgly hack to get around a 32-bit userland with ppc64 kernel on ppc64. Will be... (diff)
downloadgentoo-2-7993b03b0c9d79db06f40dccf1db68893bafa8ba.tar.gz
gentoo-2-7993b03b0c9d79db06f40dccf1db68893bafa8ba.tar.bz2
gentoo-2-7993b03b0c9d79db06f40dccf1db68893bafa8ba.zip
version bump to 0.6
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound/kzenexplorer/kzenexplorer-0.6.ebuild')
-rw-r--r--media-sound/kzenexplorer/kzenexplorer-0.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/media-sound/kzenexplorer/kzenexplorer-0.6.ebuild b/media-sound/kzenexplorer/kzenexplorer-0.6.ebuild
new file mode 100644
index 000000000000..3773cf92a4a7
--- /dev/null
+++ b/media-sound/kzenexplorer/kzenexplorer-0.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kzenexplorer/kzenexplorer-0.6.ebuild,v 1.1 2005/07/06 02:29:48 vanquirius Exp $
+
+inherit kde eutils
+need-kde 3.3
+
+DESCRIPTION="A QT frontend for libnjb and its supported players."
+HOMEPAGE="http://kzenexplorer.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${DEPEND}
+ >=media-libs/libnjb-2.0
+ >=media-libs/taglib-1.3"