diff options
author | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-06-23 13:57:18 -0400 |
---|---|---|
committer | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-06-23 13:57:18 -0400 |
commit | b7f85490ad47d9e33b290557598c4afd5dbfa0f4 (patch) | |
tree | 66f1631666961f863806c7d65b9896494eeb82b5 | |
parent | Deleted trailing empty line... (diff) | |
download | Armageddon-b7f85490ad47d9e33b290557598c4afd5dbfa0f4.tar.gz Armageddon-b7f85490ad47d9e33b290557598c4afd5dbfa0f4.tar.bz2 Armageddon-b7f85490ad47d9e33b290557598c4afd5dbfa0f4.zip |
Removing liblastfm and tomahawk, due to addition to the tree...
There is no reason for them to stay here...
-rw-r--r-- | media-libs/liblastfm/liblastfm-9999.ebuild | 29 | ||||
-rw-r--r-- | media-libs/liblastfm/metadata.xml | 9 | ||||
-rw-r--r-- | media-sound/tomahawk/metadata.xml | 18 | ||||
-rw-r--r-- | media-sound/tomahawk/tomahawk-9999.ebuild | 85 |
4 files changed, 0 insertions, 141 deletions
diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild deleted file mode 100644 index b32dae5..0000000 --- a/media-libs/liblastfm/liblastfm-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit cmake-utils git-2 - -DESCRIPTION="Collection of libraries to integrate Last.fm services" -HOMEPAGE="https://github.com/eartle/liblastfm" -EGIT_REPO_URI="git://github.com/eartle/${PN}.git - https://github.com/eartle/${PN}.git" -SRC_URI="" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="test" - -COMMON_DEPEND=" - !<media-libs/lastfmlib-0.4.0 - >=media-libs/libsamplerate-0.1.4 - sci-libs/fftw:3.0 - >=x11-libs/qt-core-4.5:4 - >=x11-libs/qt-sql-4.5:4" -DEPEND="${COMMON_DEPEND} - dev-lang/ruby - test? ( >=x11-libs/qt-test-4.5:4 )" -RDEPEND="${COMMON_DEPEND}" diff --git a/media-libs/liblastfm/metadata.xml b/media-libs/liblastfm/metadata.xml deleted file mode 100644 index 77f2d4b..0000000 --- a/media-libs/liblastfm/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>ThyArmageddon+Gentoo@Gmail.com</email> - <name>Elijah El Lazkani</name> - </maintainer> - <longdescription lang="en">liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. It is officially supported software developed by Last.fm staff.</longdescription> -</pkgmetadata> diff --git a/media-sound/tomahawk/metadata.xml b/media-sound/tomahawk/metadata.xml deleted file mode 100644 index 17ffa52..0000000 --- a/media-sound/tomahawk/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>kde</herd> - <maintainer> - <email>johu@gentoo.org</email> - <name>Johannes Huber</name> - </maintainer> - <maintainer> - <email>ThyArmageddon+Gentoo@Gmail.com</email> - <name>Elijah El Lazkani</name> - <description>Co-maintainer</description> - </maintainer> - <use> - <flag name="resolver">Resolver download and installation integration</flag> - <flag name="twitter">Enable twitter support</flag> - </use> -</pkgmetadata> diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild deleted file mode 100644 index 997ed1d..0000000 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ /dev/null @@ -1,85 +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-9999.ebuild,v 1.6 2012/04/06 08:44:31 scarabeus 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 +resolver twitter" - -DEPEND=" - app-crypt/qca - >=dev-cpp/clucene-2.3.3.4 - >=dev-libs/boost-1.41 - >=dev-libs/qjson-0.7.1 - >=media-libs/libechonest-1.1.10 - >=media-libs/liblastfm-1.0.0 - >=media-libs/phonon-4.5.0 - media-libs/taglib - >=x11-libs/qt-core-${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 - >=x11-libs/qt-xmlpatterns-${QT_MINIMAL}:4 - fftw? ( sci-libs/fftw:3.0 ) - jabber? ( net-libs/jreen ) - libsamplerate? ( media-libs/libsamplerate ) - resolver? ( - >=dev-libs/libattica-0.4.0 - >=dev-libs/quazip-0.4.3 - ) - twitter? ( net-libs/qtweetlib ) -" -RDEPEND="${DEPEND} - app-crypt/qca-ossl -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with jabber Jreen) - $(cmake-utils_use_with resolver LibAttica) - $(cmake-utils_use_with resolver QuaZip) - $(cmake-utils_use_with twitter QTweetLib) - -DINTERNAL_JREEN=OFF - ) - - 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 -} - -pkg_postinst() { - if ! use resolver; then - echo - elog "Information on how to get more resolvers for ${PN}" - elog "is available at ${HOMEPAGE}resolvers" - echo - fi -} |