johu 15/01/16 23:34:20 Modified: metadata.xml tomahawk-9999.ebuild ChangeLog Added: tomahawk-0.8.2.ebuild Removed: tomahawk-0.7.0.ebuild tomahawk-0.6.1.ebuild Log: Version bump, remove old, bug #528766. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.5 media-sound/tomahawk/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 19 Oct 2013 16:31:07 -0000 1.4 +++ metadata.xml 16 Jan 2015 23:34:20 -0000 1.5 @@ -7,8 +7,8 @@ <name>Johannes Huber</name> </maintainer> <use> + <flag name="hatchet">Enable support for the synchronisation through Hatchet</flag> <flag name="telepathy">Enable support for the real-time communication framework telepathy</flag> - <flag name="twitter">Enable twitter support</flag> </use> </pkgmetadata> 1.28 media-sound/tomahawk/tomahawk-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?r1=1.27&r2=1.28 Index: tomahawk-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- tomahawk-9999.ebuild 22 Jul 2014 18:37:57 -0000 1.27 +++ tomahawk-9999.ebuild 16 Jan 2015 23:34:20 -0000 1.28 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.27 2014/07/22 18:37:57 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.28 2015/01/16 23:34:20 johu Exp $ EAPI=5 @@ -21,25 +21,26 @@ LICENSE="GPL-3 BSD" SLOT="0" -IUSE="debug jabber kde qt5 telepathy" +IUSE="debug +hatchet jabber kde qt5 telepathy" REQUIRED_USE="telepathy? ( kde )" -# TODO -# qt5 use flag needs a lot of work: +# TODO +# qt5 use flag needs some work: # - deps with missing qt4/qt5 use flags # - does not build with in-tree only deps DEPEND=" app-crypt/qca:2 - >=dev-cpp/clucene-2.3.3.4 + dev-cpp/lucene++ dev-cpp/sparsehash - >=dev-libs/boost-1.41 + dev-libs/boost dev-libs/quazip >=media-libs/libechonest-2.2.0:= media-libs/liblastfm >=media-libs/taglib-1.8.0 >=net-libs/gnutls-3.2 x11-libs/libX11 + hatchet? ( dev-cpp/websocketpp ) jabber? ( net-libs/jreen ) !qt5? ( >=dev-libs/libattica-0.4.0 @@ -53,6 +54,7 @@ dev-qt/qtsvg:4 dev-qt/qtwebkit:4 media-libs/phonon[qt4] + telepathy? ( net-libs/telepathy-qt[qt4] ) ) qt5? ( dev-libs/qtkeychain[qt5] @@ -63,8 +65,8 @@ dev-qt/qtwidgets:5 kde-frameworks/attica:5 media-libs/phonon[qt5] + telepathy? ( net-libs/telepathy-qt[qt5] ) ) - telepathy? ( net-libs/telepathy-qt ) " RDEPEND="${DEPEND} app-crypt/qca-ossl @@ -75,6 +77,7 @@ src_configure() { local mycmakeargs=( -DWITH_CRASHREPORTER=OFF + $(cmake-utils_use_build hatchet) $(cmake-utils_use_with jabber Jreen) $(cmake-utils_use_with kde KDE4) $(cmake-utils_use_build !qt5 WITH_QT4) 1.42 media-sound/tomahawk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 31 Dec 2014 13:22:59 -0000 1.41 +++ ChangeLog 16 Jan 2015 23:34:20 -0000 1.42 @@ -1,6 +1,13 @@ # ChangeLog for media-sound/tomahawk -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.41 2014/12/31 13:22:59 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.42 2015/01/16 23:34:20 johu Exp $ + +*tomahawk-0.8.2 (16 Jan 2015) + + 16 Jan 2015; Johannes Huber <j...@gentoo.org> +tomahawk-0.8.2.ebuild, + -tomahawk-0.6.1.ebuild, -tomahawk-0.7.0.ebuild, metadata.xml, + tomahawk-9999.ebuild: + Version bump, remove old, bug #528766. 31 Dec 2014; Michael Palimaka <kensing...@gentoo.org> tomahawk-0.6.1.ebuild, tomahawk-0.7.0.ebuild: 1.1 media-sound/tomahawk/tomahawk-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.2.ebuild?rev=1.1&content-type=text/plain Index: tomahawk-0.8.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.2.ebuild,v 1.1 2015/01/16 23:34:20 johu Exp $ EAPI=5 KDE_REQUIRED="optional" inherit kde4-base ${GIT_ECLASS} if [[ ${PV} != *9999* ]]; then SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else GIT_ECLASS="git-r3" EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git" KEYWORDS="" fi DESCRIPTION="Multi-source social music player" HOMEPAGE="http://tomahawk-player.org/" LICENSE="GPL-3 BSD" SLOT="0" IUSE="debug +hatchet jabber kde qt5 telepathy" REQUIRED_USE="telepathy? ( kde )" # TODO # qt5 use flag needs some work: # - deps with missing qt4/qt5 use flags # - does not build with in-tree only deps DEPEND=" app-crypt/qca:2 dev-cpp/lucene++ dev-cpp/sparsehash dev-libs/boost dev-libs/quazip >=media-libs/libechonest-2.2.0:= media-libs/liblastfm >=media-libs/taglib-1.8.0 >=net-libs/gnutls-3.2 x11-libs/libX11 hatchet? ( dev-cpp/websocketpp ) jabber? ( net-libs/jreen ) !qt5? ( >=dev-libs/libattica-0.4.0 dev-libs/qjson dev-libs/qtkeychain[qt4] dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-qt/qtsvg:4 dev-qt/qtwebkit:4 media-libs/phonon[qt4] telepathy? ( net-libs/telepathy-qt[qt4] ) ) qt5? ( dev-libs/qtkeychain[qt5] dev-qt/designer:5 dev-qt/qtcore:5 dev-qt/qtsvg:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 kde-frameworks/attica:5 media-libs/phonon[qt5] telepathy? ( net-libs/telepathy-qt[qt5] ) ) " RDEPEND="${DEPEND} app-crypt/qca-ossl " DOCS=( AUTHORS ChangeLog README.md ) src_configure() { local mycmakeargs=( -DWITH_CRASHREPORTER=OFF $(cmake-utils_use_build hatchet) $(cmake-utils_use_with jabber Jreen) $(cmake-utils_use_with kde KDE4) $(cmake-utils_use_build !qt5 WITH_QT4) $(cmake-utils_use_with telepathy TelepathyQt) ) if [[ ${PV} != *9999* ]]; then mycmakeargs+=( -DBUILD_RELEASE=ON ) fi cmake-utils_src_configure } src_compile() { cmake-utils_src_compile } src_install() { cmake-utils_src_install }