diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-11-15 00:32:04 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-11-15 00:32:04 +0000 |
commit | d63e8d5371376425373be1daef8c54e2946c282b (patch) | |
tree | 3d859686825cd49f449abb6d97e361c9ab0f9fbd /media-sound/amarok-utils/amarok-utils-2.1.ebuild | |
parent | [kde-misc/openofficeorg-thumbnail] new ebuild, bug #293022 (diff) | |
download | gentoo-2-d63e8d5371376425373be1daef8c54e2946c282b.tar.gz gentoo-2-d63e8d5371376425373be1daef8c54e2946c282b.tar.bz2 gentoo-2-d63e8d5371376425373be1daef8c54e2946c282b.zip |
Remove old 2.1 ebuilds
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/amarok-utils/amarok-utils-2.1.ebuild')
-rw-r--r-- | media-sound/amarok-utils/amarok-utils-2.1.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
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 -} |