From fe084f70614b0a5e54753a5d8226d4fd479b91a2 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 1 Jul 2012 12:52:39 +0000 Subject: Version bump, remove old. (Portage version: 2.2.0_alpha114/cvs/Linux x86_64) --- media-sound/tomahawk/ChangeLog | 8 +++- media-sound/tomahawk/tomahawk-0.5.0.ebuild | 72 ------------------------------ media-sound/tomahawk/tomahawk-0.5.1.ebuild | 72 ++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+), 73 deletions(-) delete mode 100644 media-sound/tomahawk/tomahawk-0.5.0.ebuild create mode 100644 media-sound/tomahawk/tomahawk-0.5.1.ebuild (limited to 'media-sound/tomahawk') diff --git a/media-sound/tomahawk/ChangeLog b/media-sound/tomahawk/ChangeLog index 18d6c2dbb6b8..1ab19dca87d7 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.13 2012/06/30 21:33:39 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.14 2012/07/01 12:52:39 johu Exp $ + +*tomahawk-0.5.1 (01 Jul 2012) + + 01 Jul 2012; Johannes Huber +tomahawk-0.5.1.ebuild, + -tomahawk-0.5.0.ebuild: + Version bump, remove old. *tomahawk-0.5.0 (30 Jun 2012) diff --git a/media-sound/tomahawk/tomahawk-0.5.0.ebuild b/media-sound/tomahawk/tomahawk-0.5.0.ebuild deleted file mode 100644 index 83b4e81a5f6a..000000000000 --- a/media-sound/tomahawk/tomahawk-0.5.0.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# 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.5.0.ebuild,v 1.1 2012/06/30 21:33:39 johu Exp $ - -EAPI=4 - -QT_MINIMAL="4.7.0" - -if [[ ${PV} != *9999* ]]; then - SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - GIT_ECLASS="git-2" - EGIT_REPO_URI="git://github.com/tomahawk-player/tomahawk.git" - KEYWORDS="" -fi - -inherit cmake-utils qt4-r2 ${GIT_ECLASS} - -DESCRIPTION="Qt playdar social music player" -HOMEPAGE="http://tomahawk-player.org/" - -LICENSE="GPL-3 BSD" -SLOT="0" -IUSE="debug fftw jabber libsamplerate twitter" - -DEPEND=" - app-crypt/qca - >=dev-cpp/clucene-2.3.3.4 - >=dev-libs/boost-1.41 - >=dev-libs/libattica-0.4.0 - dev-libs/qjson - dev-libs/quazip - >=media-libs/liblastfm-1.0.1 - media-libs/libechonest - >=media-libs/phonon-4.5.0 - media-libs/taglib - x11-libs/libX11 - >=x11-libs/qt-core-${QT_MINIMAL}:4 - >=x11-libs/qt-dbus-${QT_MINIMAL}:4 - >=x11-libs/qt-gui-${QT_MINIMAL}:4 - >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite] - >=x11-libs/qt-webkit-${QT_MINIMAL}:4 - fftw? ( sci-libs/fftw:3.0 ) - jabber? ( net-libs/jreen ) - libsamplerate? ( media-libs/libsamplerate ) - twitter? ( net-libs/qtweetlib ) -" -RDEPEND="${DEPEND} - app-crypt/qca-ossl -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with jabber Jreen) - $(cmake-utils_use_with twitter QTweetLib) - ) - - 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 -} diff --git a/media-sound/tomahawk/tomahawk-0.5.1.ebuild b/media-sound/tomahawk/tomahawk-0.5.1.ebuild new file mode 100644 index 000000000000..1e41cddf1c08 --- /dev/null +++ b/media-sound/tomahawk/tomahawk-0.5.1.ebuild @@ -0,0 +1,72 @@ +# 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.5.1.ebuild,v 1.1 2012/07/01 12:52:39 johu Exp $ + +EAPI=4 + +QT_MINIMAL="4.7.0" + +if [[ ${PV} != *9999* ]]; then + SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +else + GIT_ECLASS="git-2" + EGIT_REPO_URI="git://github.com/tomahawk-player/tomahawk.git" + KEYWORDS="" +fi + +inherit cmake-utils qt4-r2 ${GIT_ECLASS} + +DESCRIPTION="Qt playdar social music player" +HOMEPAGE="http://tomahawk-player.org/" + +LICENSE="GPL-3 BSD" +SLOT="0" +IUSE="debug fftw jabber libsamplerate twitter" + +DEPEND=" + app-crypt/qca + >=dev-cpp/clucene-2.3.3.4 + >=dev-libs/boost-1.41 + >=dev-libs/libattica-0.4.0 + dev-libs/qjson + dev-libs/quazip + >=media-libs/liblastfm-1.0.1 + media-libs/libechonest + >=media-libs/phonon-4.5.0 + media-libs/taglib + x11-libs/libX11 + >=x11-libs/qt-core-${QT_MINIMAL}:4 + >=x11-libs/qt-dbus-${QT_MINIMAL}:4 + >=x11-libs/qt-gui-${QT_MINIMAL}:4 + >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite] + >=x11-libs/qt-webkit-${QT_MINIMAL}:4 + fftw? ( sci-libs/fftw:3.0 ) + jabber? ( net-libs/jreen ) + libsamplerate? ( media-libs/libsamplerate ) + twitter? ( net-libs/qtweetlib ) +" +RDEPEND="${DEPEND} + app-crypt/qca-ossl +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with jabber Jreen) + $(cmake-utils_use_with twitter QTweetLib) + ) + + 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 +} -- cgit v1.2.3-65-gdbad