summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-09-17 18:04:36 +0000
committerJohannes Huber <johu@gentoo.org>2013-09-17 18:04:36 +0000
commit3d1f8e4530a64b11caeb1aee8021e7515b4b2160 (patch)
treefef3459f4e340078fabc49fff3af40d3d3f070e4 /media-sound
parentVersion bump wrt bug #485072. Remove old. (diff)
downloadgentoo-2-3d1f8e4530a64b11caeb1aee8021e7515b4b2160.tar.gz
gentoo-2-3d1f8e4530a64b11caeb1aee8021e7515b4b2160.tar.bz2
gentoo-2-3d1f8e4530a64b11caeb1aee8021e7515b4b2160.zip
Version bump wrt bug #485060. Remove old.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/audex/ChangeLog11
-rw-r--r--media-sound/audex/audex-0.77_beta1.ebuild (renamed from media-sound/audex/audex-0.74_beta1.ebuild)15
-rw-r--r--media-sound/audex/files/audex-0.74_beta1-gcc47.patch11
3 files changed, 15 insertions, 22 deletions
diff --git a/media-sound/audex/ChangeLog b/media-sound/audex/ChangeLog
index a5c4ba3a57a3..3da27c2c38ff 100644
--- a/media-sound/audex/ChangeLog
+++ b/media-sound/audex/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/audex
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audex/ChangeLog,v 1.14 2012/05/02 17:59:13 johu Exp $
+# 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 $
+
+*audex-0.77_beta1 (17 Sep 2013)
+
+ 17 Sep 2013; Johannes Huber <johu@gentoo.org> +audex-0.77_beta1.ebuild,
+ -audex-0.74_beta1.ebuild, -files/audex-0.74_beta1-gcc47.patch:
+ Version bump wrt bug #485060. Remove old.
02 May 2012; Johannes Huber <johu@gentoo.org>
+files/audex-0.74_beta1-gcc47.patch, audex-0.74_beta1.ebuild:
@@ -73,4 +79,3 @@
30 Apr 2009; Timo Gurr <tgurr@gentoo.org> +metadata.xml,
+audex-0.70_beta1.ebuild:
Initial ebuild.
-
diff --git a/media-sound/audex/audex-0.74_beta1.ebuild b/media-sound/audex/audex-0.77_beta1.ebuild
index 067621390bf7..647aeb9b9946 100644
--- a/media-sound/audex/audex-0.74_beta1.ebuild
+++ b/media-sound/audex/audex-0.77_beta1.ebuild
@@ -1,21 +1,22 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.3 2012/05/02 17:59:13 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audex/audex-0.77_beta1.ebuild,v 1.1 2013/09/17 18:04:36 johu Exp $
-EAPI=4
+EAPI=5
-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"
+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="KDE4 based CDDA extraction tool"
+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=""
+IUSE="debug"
DEPEND="
$(add_kdebase_dep libkcddb)
@@ -26,5 +27,3 @@ DEPEND="
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${MY_PV}"
-
-PATCHES=( "${FILESDIR}/${P}-gcc47.patch" )
diff --git a/media-sound/audex/files/audex-0.74_beta1-gcc47.patch b/media-sound/audex/files/audex-0.74_beta1-gcc47.patch
deleted file mode 100644
index fb877a587281..000000000000
--- a/media-sound/audex/files/audex-0.74_beta1-gcc47.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- trunk/playground/multimedia/audex/utils/hashlist.cpp 2012/03/23 23:49:44 1286829
-+++ trunk/playground/multimedia/audex/utils/hashlist.cpp 2012/03/23 23:51:20 1286830
-@@ -18,6 +18,8 @@
-
- #include "hashlist.h"
-
-+#include <unistd.h>
-+
- Hashlist::Hashlist() {
-
- }