summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-06-14 11:41:12 +0000
committerChris Reffett <creffett@gentoo.org>2014-06-14 11:41:12 +0000
commitd836dd6ce7df25fda23fecc5787cc53591fb7fa5 (patch)
tree5d29281bf237215561e5a1d7c507a2f72ed192c6 /media-sound/audex
parentversion bump, bug #512210 (diff)
downloadgentoo-2-d836dd6ce7df25fda23fecc5787cc53591fb7fa5.tar.gz
gentoo-2-d836dd6ce7df25fda23fecc5787cc53591fb7fa5.tar.bz2
gentoo-2-d836dd6ce7df25fda23fecc5787cc53591fb7fa5.zip
Bump wrt bug 513172
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 28DB029C)
Diffstat (limited to 'media-sound/audex')
-rw-r--r--media-sound/audex/ChangeLog9
-rw-r--r--media-sound/audex/audex-0.78.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/media-sound/audex/ChangeLog b/media-sound/audex/ChangeLog
index 3da27c2c38ff..ca400e933ab0 100644
--- a/media-sound/audex/ChangeLog
+++ b/media-sound/audex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/audex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audex/ChangeLog,v 1.15 2013/09/17 18:04:36 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audex/ChangeLog,v 1.16 2014/06/14 11:41:12 creffett Exp $
+
+*audex-0.78 (14 Jun 2014)
+
+ 14 Jun 2014; Chris Reffett <creffett@gentoo.org> +audex-0.78.ebuild:
+ Bump wrt bug 513172
*audex-0.77_beta1 (17 Sep 2013)
diff --git a/media-sound/audex/audex-0.78.ebuild b/media-sound/audex/audex-0.78.ebuild
new file mode 100644
index 000000000000..58cee7fa8428
--- /dev/null
+++ b/media-sound/audex/audex-0.78.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audex/audex-0.78.ebuild,v 1.1 2014/06/14 11:41:12 creffett Exp $
+
+EAPI=5
+
+KDE_LINGUAS="bs cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
+pl pt pt_BR ru sk sv tr ug uk zh_CN"
+inherit kde4-base
+
+MY_PV=${PV/_beta/b}
+DESCRIPTION="KDE 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="debug"
+
+DEPEND="
+ $(add_kdebase_dep libkcddb)
+ $(add_kdebase_dep libkcompactdisc)
+ app-arch/xz-utils
+ media-sound/cdparanoia
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"