summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2011-02-05 01:41:10 +0000
committerTimo Gurr <tgurr@gentoo.org>2011-02-05 01:41:10 +0000
commit92035ec9551c287b1f97c32b3bfa5c7cac70869e (patch)
tree453ebfe950d1d9ead26812e7a79cdf9680e60bdc /media-sound/audex/audex-0.74_beta1.ebuild
parentFix incorrect slot for x11-libs/libwnck (in the gnome overlay) (diff)
downloadgentoo-2-92035ec9551c287b1f97c32b3bfa5c7cac70869e.tar.gz
gentoo-2-92035ec9551c287b1f97c32b3bfa5c7cac70869e.tar.bz2
gentoo-2-92035ec9551c287b1f97c32b3bfa5c7cac70869e.zip
Version bump to audex-0.74_beta1, remove old.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audex/audex-0.74_beta1.ebuild')
-rw-r--r--media-sound/audex/audex-0.74_beta1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-sound/audex/audex-0.74_beta1.ebuild b/media-sound/audex/audex-0.74_beta1.ebuild
new file mode 100644
index 000000000000..23bcedc68f76
--- /dev/null
+++ b/media-sound/audex/audex-0.74_beta1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audex/audex-0.74_beta1.ebuild,v 1.1 2011/02/05 01:41:10 tgurr Exp $
+
+EAPI=3
+
+KDE_LINGUAS="cs da de en_GB eo es fr ga it ja km lt mai nds nl pt pt_BR ru sv tr uk"
+inherit kde4-base
+
+MY_PV=${PV/_beta/b}
+DESCRIPTION="KDE4 based CDDA extraction tool"
+HOMEPAGE="http://kde.maniatek.com/audex/"
+SRC_URI="http://kde.maniatek.com/${PN}/files/${PN}-${MY_PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_kdebase_dep libkcddb)
+ $(add_kdebase_dep libkcompactdisc)
+ app-arch/xz-utils
+ media-sound/cdparanoia
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"