summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-11-15 00:32:04 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-11-15 00:32:04 +0000
commitfcb4589e47413583e6bf1b63ef4653d7953bb060 (patch)
tree4aa30523324e8cf9517a3763bb985b2c34c28a25 /media-sound/amarok-utils
parent[kde-misc/openofficeorg-thumbnail] new ebuild, bug #293022 (diff)
downloadhistorical-fcb4589e47413583e6bf1b63ef4653d7953bb060.tar.gz
historical-fcb4589e47413583e6bf1b63ef4653d7953bb060.tar.bz2
historical-fcb4589e47413583e6bf1b63ef4653d7953bb060.zip
Remove old 2.1 ebuilds
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'media-sound/amarok-utils')
-rw-r--r--media-sound/amarok-utils/ChangeLog6
-rw-r--r--media-sound/amarok-utils/amarok-utils-2.1.1.ebuild52
-rw-r--r--media-sound/amarok-utils/amarok-utils-2.1.ebuild52
3 files changed, 5 insertions, 105 deletions
diff --git a/media-sound/amarok-utils/ChangeLog b/media-sound/amarok-utils/ChangeLog
index 9ceced83d201..35f724a15957 100644
--- a/media-sound/amarok-utils/ChangeLog
+++ b/media-sound/amarok-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amarok-utils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.8 2009/11/14 12:50:52 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.9 2009/11/15 00:32:04 tampakrap Exp $
+
+ 15 Nov 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+ -amarok-utils-2.1.ebuild, -amarok-utils-2.1.1.ebuild:
+ Remove old 2.1 ebuilds
*amarok-utils-2.2.1 (14 Nov 2009)
diff --git a/media-sound/amarok-utils/amarok-utils-2.1.1.ebuild b/media-sound/amarok-utils/amarok-utils-2.1.1.ebuild
deleted file mode 100644
index 54688f42c6d7..000000000000
--- a/media-sound/amarok-utils/amarok-utils-2.1.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.1.ebuild,v 1.1 2009/06/26 11:05:41 tampakrap Exp $
-
-EAPI="2"
-
-KMNAME="extragear/multimedia"
-KMMODULE="amarok"
-KDE_REQUIRED="never"
-inherit kde4-base
-
-DESCRIPTION="Various utility programs for Amarok."
-HOMEPAGE="http://amarok.kde.org/"
-SRC_URI="mirror://kde/stable/${PN/-utils/}/${PV}/src/${P/-utils/}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=media-libs/taglib-1.5
- >=media-libs/taglib-extras-0.1
- >=x11-libs/qt-core-4.4:4
- >=x11-libs/qt-dbus-4.4:4
-"
-RDEPEND="${DEPEND}
- !<media-sound/amarok-2.0.90:2
- !<media-sound/amarok-2.0.90:${SLOT}
-"
-
-S="${WORKDIR}/${P/-utils/}"
-
-src_prepare() {
- # Disable po processing
- sed -e "s:include(MacroOptionalAddSubdirectory)::" \
- -i "${S}/CMakeLists.txt" \
- || die "Removing include of MacroOptionalAddSubdirectory failed."
- sed -e "s:macro_optional_add_subdirectory( po )::" \
- -i "${S}/CMakeLists.txt" \
- || die "Removing include of MacroOptionalAddSubdirectory failed."
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DWITH_PLAYER=OFF
- -DWITH_UTILITIES=ON"
-
- kde4-base_src_configure
-}
diff --git a/media-sound/amarok-utils/amarok-utils-2.1.ebuild b/media-sound/amarok-utils/amarok-utils-2.1.ebuild
deleted file mode 100644
index bf6bd3aecd09..000000000000
--- a/media-sound/amarok-utils/amarok-utils-2.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.ebuild,v 1.3 2009/06/05 11:46:13 tampakrap Exp $
-
-EAPI="2"
-
-KMNAME="extragear/multimedia"
-KMMODULE="amarok"
-KDE_REQUIRED="never"
-inherit kde4-base
-
-DESCRIPTION="Various utility programs for Amarok."
-HOMEPAGE="http://amarok.kde.org/"
-SRC_URI="mirror://kde/stable/${PN/-utils/}/${PV}/src/${P/-utils/}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=media-libs/taglib-1.5
- >=media-libs/taglib-extras-0.1
- >=x11-libs/qt-core-4.4:4
- >=x11-libs/qt-dbus-4.4:4
-"
-RDEPEND="${DEPEND}
- !<media-sound/amarok-2.0.90:2
- !<media-sound/amarok-2.0.90:${SLOT}
-"
-
-S="${WORKDIR}/${P/-utils/}"
-
-src_prepare() {
- # Disable po processing
- sed -e "s:include(MacroOptionalAddSubdirectory)::" \
- -i "${S}/CMakeLists.txt" \
- || die "Removing include of MacroOptionalAddSubdirectory failed."
- sed -e "s:macro_optional_add_subdirectory( po )::" \
- -i "${S}/CMakeLists.txt" \
- || die "Removing include of MacroOptionalAddSubdirectory failed."
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DWITH_PLAYER=OFF
- -DWITH_UTILITIES=ON"
-
- kde4-base_src_configure
-}