summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-03-10 10:42:41 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-03-10 10:42:41 +0000
commitba211fa708be7a00ea9d56bd5387361a06116bf7 (patch)
tree9a1f6c22f27acb6b5bc2165acbcec1fce3b16f45 /media-sound/cantata
parentremove old (diff)
downloadgentoo-2-ba211fa708be7a00ea9d56bd5387361a06116bf7.tar.gz
gentoo-2-ba211fa708be7a00ea9d56bd5387361a06116bf7.tar.bz2
gentoo-2-ba211fa708be7a00ea9d56bd5387361a06116bf7.zip
Remove old.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-sound/cantata')
-rw-r--r--media-sound/cantata/ChangeLog6
-rw-r--r--media-sound/cantata/cantata-0.8.1.ebuild34
-rw-r--r--media-sound/cantata/cantata-0.8.2.ebuild40
-rw-r--r--media-sound/cantata/cantata-0.8.3.1.ebuild62
-rw-r--r--media-sound/cantata/cantata-0.9.1.ebuild62
5 files changed, 5 insertions, 199 deletions
diff --git a/media-sound/cantata/ChangeLog b/media-sound/cantata/ChangeLog
index 5fb617a0f6b0..6994f4c72ec7 100644
--- a/media-sound/cantata/ChangeLog
+++ b/media-sound/cantata/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/cantata
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.12 2013/03/02 21:53:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.13 2013/03/10 10:42:40 kensington Exp $
+
+ 10 Mar 2013; Michael Palimaka <kensington@gentoo.org> -cantata-0.8.1.ebuild,
+ -cantata-0.8.2.ebuild, -cantata-0.8.3.1.ebuild, -cantata-0.9.1.ebuild:
+ Remove old.
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cantata-0.8.3.1.ebuild,
cantata-0.9.1.ebuild, cantata-0.9.2.ebuild:
diff --git a/media-sound/cantata/cantata-0.8.1.ebuild b/media-sound/cantata/cantata-0.8.1.ebuild
deleted file mode 100644
index 67b147d7df55..000000000000
--- a/media-sound/cantata/cantata-0.8.1.ebuild
+++ /dev/null
@@ -1,34 +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/cantata/cantata-0.8.1.ebuild,v 1.1 2012/07/26 22:10:34 johu Exp $
-
-EAPI=4
-
-KDE_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="Cantata is a client for the music player daemon (MPD)"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=147733"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde"
-
-DEPEND="
- media-libs/speex
- media-libs/taglib
- media-libs/taglib-extras
- media-sound/mpg123
- virtual/ffmpeg
-"
-RDEPEND=${DEPEND}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_want kde KDE_SUPPORT)
- )
-
- kde4-base_src_configure
-}
diff --git a/media-sound/cantata/cantata-0.8.2.ebuild b/media-sound/cantata/cantata-0.8.2.ebuild
deleted file mode 100644
index 4573b590a596..000000000000
--- a/media-sound/cantata/cantata-0.8.2.ebuild
+++ /dev/null
@@ -1,40 +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/cantata/cantata-0.8.2.ebuild,v 1.2 2012/08/01 12:36:09 johu Exp $
-
-EAPI=4
-
-KDE_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="Cantata is a client for the music player daemon (MPD)"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=147733"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="ffmpeg kde mpg123 mtp taglib"
-
-DEPEND="
- media-libs/speex
- ffmpeg? ( virtual/ffmpeg )
- mpg123? ( media-sound/mpg123 )
- mtp? ( media-libs/libmtp )
- taglib? ( media-libs/taglib )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep oxygen-icons)
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable ffmpeg)
- $(cmake-utils_use_enable mpg123)
- $(cmake-utils_use_enable mtp)
- $(cmake-utils_use_enable taglib)
- $(cmake-utils_use_want kde KDE_SUPPORT)
- )
-
- kde4-base_src_configure
-}
diff --git a/media-sound/cantata/cantata-0.8.3.1.ebuild b/media-sound/cantata/cantata-0.8.3.1.ebuild
deleted file mode 100644
index 95a004febaf4..000000000000
--- a/media-sound/cantata/cantata-0.8.3.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.3.1.ebuild,v 1.3 2013/03/02 21:53:52 hwoarang Exp $
-
-EAPI=5
-KDE_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="A featureful and configurable Qt4 client for the music player daemon (MPD)"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=147733"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde mtp phonon replaygain webkit"
-REQUIRED_USE="mtp? ( kde )"
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
- kde? (
- media-libs/taglib[asf,mp4]
- media-libs/taglib-extras
- mtp? ( media-libs/libmtp )
- )
- phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
- replaygain? (
- media-libs/speex
- media-libs/taglib[asf,mp4]
- media-libs/taglib-extras
- media-sound/mpg123
- virtual/ffmpeg
- )
- webkit? ( dev-qt/qtwebkit:4 )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep oxygen-icons)
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable kde)
- $(cmake-utils_use_enable phonon)
- $(cmake-utils_use_enable replaygain FFMPEG)
- $(cmake-utils_use_enable replaygain MPG123)
- $(cmake-utils_use_enable replaygain SPEEXDSP)
- $(cmake-utils_use_enable mtp)
- )
-
- # kde fails to build without taglib
- # taglib is required to enable replaygain
- if use kde || use replaygain; then
- mycmakeargs+=(
- -DENABLE_TAGLIB=ON
- -DENABLE_TAGLIB_EXTRAS=ON
- )
- fi
-
- kde4-base_src_configure
-}
diff --git a/media-sound/cantata/cantata-0.9.1.ebuild b/media-sound/cantata/cantata-0.9.1.ebuild
deleted file mode 100644
index 1aadd81a2690..000000000000
--- a/media-sound/cantata/cantata-0.9.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.1.ebuild,v 1.2 2013/03/02 21:53:52 hwoarang Exp $
-
-EAPI=5
-KDE_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="A featureful and configurable Qt4 client for the music player daemon (MPD)"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=147733"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde mtp phonon replaygain webkit"
-REQUIRED_USE="mtp? ( kde )"
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
- kde? (
- media-libs/taglib[asf,mp4]
- media-libs/taglib-extras
- mtp? ( media-libs/libmtp )
- )
- phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
- replaygain? (
- media-libs/speex
- media-libs/taglib[asf,mp4]
- media-libs/taglib-extras
- media-sound/mpg123
- virtual/ffmpeg
- )
- webkit? ( dev-qt/qtwebkit:4 )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep oxygen-icons)
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable kde)
- $(cmake-utils_use_enable phonon)
- $(cmake-utils_use_enable replaygain FFMPEG)
- $(cmake-utils_use_enable replaygain MPG123)
- $(cmake-utils_use_enable replaygain SPEEXDSP)
- $(cmake-utils_use_enable mtp)
- )
-
- # kde fails to build without taglib
- # taglib is required to enable replaygain
- if use kde || use replaygain; then
- mycmakeargs+=(
- -DENABLE_TAGLIB=ON
- -DENABLE_TAGLIB_EXTRAS=ON
- )
- fi
-
- kde4-base_src_configure
-}