summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-04-06 22:32:13 +0000
committerJohannes Huber <johu@gentoo.org>2012-04-06 22:32:13 +0000
commit011df4c8c6f1e891b336704a0498c6ae65e5455d (patch)
tree1038843ee51d295fb918267bfaa10df8f757307f /media-sound/tomahawk
parentVersion bump, remove old. (diff)
downloadgentoo-2-011df4c8c6f1e891b336704a0498c6ae65e5455d.tar.gz
gentoo-2-011df4c8c6f1e891b336704a0498c6ae65e5455d.tar.bz2
gentoo-2-011df4c8c6f1e891b336704a0498c6ae65e5455d.zip
Version bump, remove old.
(Portage version: 2.2.0_alpha99/cvs/Linux i686)
Diffstat (limited to 'media-sound/tomahawk')
-rw-r--r--media-sound/tomahawk/ChangeLog8
-rw-r--r--media-sound/tomahawk/tomahawk-0.4.1.ebuild (renamed from media-sound/tomahawk/tomahawk-0.3.3.ebuild)11
2 files changed, 14 insertions, 5 deletions
diff --git a/media-sound/tomahawk/ChangeLog b/media-sound/tomahawk/ChangeLog
index 6e6220ae3828..f6a654cbf437 100644
--- a/media-sound/tomahawk/ChangeLog
+++ b/media-sound/tomahawk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/tomahawk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.9 2012/04/06 08:44:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.10 2012/04/06 22:32:13 johu Exp $
+
+*tomahawk-0.4.1 (06 Apr 2012)
+
+ 06 Apr 2012; Johannes Huber <johu@gentoo.org> +tomahawk-0.4.1.ebuild,
+ -tomahawk-0.3.3.ebuild:
+ Version bump, remove old.
06 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> tomahawk-9999.ebuild:
Fix mycmakeargs to be local.
diff --git a/media-sound/tomahawk/tomahawk-0.3.3.ebuild b/media-sound/tomahawk/tomahawk-0.4.1.ebuild
index 37c6f28f18a2..29cd0a81875b 100644
--- a/media-sound/tomahawk/tomahawk-0.3.3.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.3.3.ebuild,v 1.2 2011/12/08 13:07:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.4.1.ebuild,v 1.1 2012/04/06 22:32:13 johu Exp $
EAPI=4
@@ -25,6 +25,7 @@ SLOT="0"
IUSE="debug fftw jabber libsamplerate +resolver twitter"
DEPEND="
+ app-crypt/qca
>=dev-cpp/clucene-2.3.3.4
>=dev-libs/boost-1.41
>=dev-libs/qjson-0.7.1
@@ -45,14 +46,16 @@ DEPEND="
)
twitter? ( net-libs/qtweetlib )
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ app-crypt/qca-ossl
+"
PATCHES=(
"${FILESDIR}/${PN}-0.3.2-remove-quazip.patch"
)
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
$(cmake-utils_use_with jabber Jreen)
$(cmake-utils_use_with resolver LibAttica)
$(cmake-utils_use_with resolver QuaZip)