summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-11-15 00:27:31 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-11-15 00:27:31 +0000
commit662d70f98923f40c03be7f423d9cf7fc4a063e9f (patch)
treec86ff275c0e27df63787eb0bf20ddfea8dd92f0a /media-sound
parentremove older versions (diff)
downloadgentoo-2-662d70f98923f40c03be7f423d9cf7fc4a063e9f.tar.gz
gentoo-2-662d70f98923f40c03be7f423d9cf7fc4a063e9f.tar.bz2
gentoo-2-662d70f98923f40c03be7f423d9cf7fc4a063e9f.zip
Remove old 2.1 ebuilds and deprecated patch
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amarok/ChangeLog6
-rw-r--r--media-sound/amarok/amarok-2.1.1.ebuild87
-rw-r--r--media-sound/amarok/amarok-2.1.ebuild87
-rw-r--r--media-sound/amarok/files/disable_bindings_test.patch12
4 files changed, 5 insertions, 187 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog
index 4719a2c67d43..848dba628a2f 100644
--- a/media-sound/amarok/ChangeLog
+++ b/media-sound/amarok/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amarok
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.346 2009/11/14 15:20:30 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.347 2009/11/15 00:27:26 tampakrap Exp $
+
+ 15 Nov 2009; Theo Chatzimichos <tampakrap@gentoo.org> -amarok-2.1.ebuild,
+ -amarok-2.1.1.ebuild, -files/disable_bindings_test.patch:
+ Remove old 2.1 ebuilds and deprecated patch
14 Nov 2009; Theo Chatzimichos <tampakrap@gentoo.org> amarok-2.2.0.ebuild,
amarok-2.2.1.ebuild, +files/amarok-qtscriptcheck.patch:
diff --git a/media-sound/amarok/amarok-2.1.1.ebuild b/media-sound/amarok/amarok-2.1.1.ebuild
deleted file mode 100644
index f29c731c75fa..000000000000
--- a/media-sound/amarok/amarok-2.1.1.ebuild
+++ /dev/null
@@ -1,87 +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/amarok-2.1.1.ebuild,v 1.2 2009/07/22 16:11:11 ssuominen Exp $
-
-EAPI="2"
-
-KDE_LINGUAS="bg ca cs da de el en_GB es et eu fr gl he is it ja km ku lt lv nb
-nds nl nn pa pl pt pt_BR ro ru sl sv th tr uk wa zh_CN zh_TW"
-OPENGL_REQUIRED="optional"
-KMNAME="extragear/multimedia"
-inherit kde4-base
-
-DESCRIPTION="Advanced audio player based on KDE framework."
-HOMEPAGE="http://amarok.kde.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="cdda daap debug ipod mp3tunes mtp +semantic-desktop"
-
-# ipod requires gdk enabled and also gtk compiled in libgpod
-DEPEND="
- >=app-misc/strigi-0.5.7
- || (
- >=dev-db/mysql-5.0.76-r1[embedded,-minimal]
- >=dev-db/mysql-community-5.0.77-r1[embedded,-minimal]
- )
- >=media-libs/taglib-1.5
- >=media-libs/taglib-extras-0.1[kde]
- >=kde-base/kdelibs-${KDE_MINIMAL}[opengl?,semantic-desktop?]
- sys-libs/zlib
- >=x11-libs/qtscriptgenerator-0.1.0
- cdda? (
- >=kde-base/libkcddb-${KDE_MINIMAL}
- >=kde-base/libkcompactdisc-${KDE_MINIMAL}
- )
- ipod? (
- >=media-libs/libgpod-0.7.0[gtk]
- )
- mp3tunes? (
- dev-libs/glib:2
- dev-libs/libxml2
- dev-libs/openssl
- net-libs/loudmouth
- net-misc/curl
- x11-libs/qt-core[glib]
- )
- mtp? ( >=media-libs/libmtp-0.3.0 )
-"
-RDEPEND="${DEPEND}
- >=kde-base/phonon-kde-${KDE_MINIMAL}
- >=media-sound/amarok-utils-${PV}
- semantic-desktop? ( >=kde-base/nepomuk-${KDE_MINIMAL} )
-"
-
-PATCHES=( "${FILESDIR}/disable_bindings_test.patch" )
-
-src_configure() {
- # Workaround for problems related to libmysqld.so and collection plugin not
- # being found on some architectures when --as-needed is not used.
- append-ldflags -Wl,--as-needed
-
- mycmakeargs="${mycmakeargs}
- -DWITH_PLAYER=ON
- -DWITH_UTILITIES=OFF
- -DWITH_Libgcrypt=OFF
- $(cmake-utils_use_with ipod Ipod)
- $(cmake-utils_use_with ipod Gdk)
- $(cmake-utils_use_with mtp Mtp)
- $(cmake-utils_use_with mp3tunes MP3TUNES)"
-# $(cmake-utils_use_with semantic-desktop Nepomuk)
-# $(cmake-utils_use_with semantic-desktop Soprano)"
-
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- if use daap; then
- echo
- elog "You have installed amarok with daap support."
- elog "You may be interested in installing www-servers/mongrel as well."
- echo
- fi
-}
diff --git a/media-sound/amarok/amarok-2.1.ebuild b/media-sound/amarok/amarok-2.1.ebuild
deleted file mode 100644
index fdd0534fbac0..000000000000
--- a/media-sound/amarok/amarok-2.1.ebuild
+++ /dev/null
@@ -1,87 +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/amarok-2.1.ebuild,v 1.3 2009/07/22 16:11:11 ssuominen Exp $
-
-EAPI="2"
-
-KDE_LINGUAS="bg ca cs da de el en_GB es et eu fr gl he is it ja km ku lt lv nb
-nds nl nn pa pl pt pt_BR ro ru sl sv th tr uk wa zh_CN zh_TW"
-OPENGL_REQUIRED="optional"
-KMNAME="extragear/multimedia"
-inherit kde4-base
-
-DESCRIPTION="Advanced audio player based on KDE framework."
-HOMEPAGE="http://amarok.kde.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="cdda daap debug ipod mp3tunes mtp +semantic-desktop"
-
-# ipod requires gdk enabled and also gtk compiled in libgpod
-DEPEND="
- >=app-misc/strigi-0.5.7
- || (
- >=dev-db/mysql-5.0.76-r1[embedded,-minimal]
- >=dev-db/mysql-community-5.0.77-r1[embedded,-minimal]
- )
- >=media-libs/taglib-1.5
- >=media-libs/taglib-extras-0.1[kde]
- >=kde-base/kdelibs-${KDE_MINIMAL}[opengl?,semantic-desktop?]
- sys-libs/zlib
- >=x11-libs/qtscriptgenerator-0.1.0
- cdda? (
- >=kde-base/libkcddb-${KDE_MINIMAL}
- >=kde-base/libkcompactdisc-${KDE_MINIMAL}
- )
- ipod? (
- >=media-libs/libgpod-0.7.0[gtk]
- )
- mp3tunes? (
- dev-libs/glib:2
- dev-libs/libxml2
- dev-libs/openssl
- net-libs/loudmouth
- net-misc/curl
- x11-libs/qt-core[glib]
- )
- mtp? ( >=media-libs/libmtp-0.3.0 )
-"
-RDEPEND="${DEPEND}
- >=kde-base/phonon-kde-${KDE_MINIMAL}
- >=media-sound/amarok-utils-${PV}
- semantic-desktop? ( >=kde-base/nepomuk-${KDE_MINIMAL} )
-"
-
-PATCHES=( "${FILESDIR}/disable_bindings_test.patch" )
-
-src_configure() {
- # Workaround for problems related to libmysqld.so and collection plugin not
- # being found on some architectures when --as-needed is not used.
- append-ldflags -Wl,--as-needed
-
- mycmakeargs="${mycmakeargs}
- -DWITH_PLAYER=ON
- -DWITH_UTILITIES=OFF
- -DWITH_Libgcrypt=OFF
- $(cmake-utils_use_with ipod Ipod)
- $(cmake-utils_use_with ipod Gdk)
- $(cmake-utils_use_with mtp Mtp)
- $(cmake-utils_use_with mp3tunes MP3TUNES)"
-# $(cmake-utils_use_with semantic-desktop Nepomuk)
-# $(cmake-utils_use_with semantic-desktop Soprano)"
-
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- if use daap; then
- echo
- elog "You have installed amarok with daap support."
- elog "You may be interested in installing www-servers/mongrel as well."
- echo
- fi
-}
diff --git a/media-sound/amarok/files/disable_bindings_test.patch b/media-sound/amarok/files/disable_bindings_test.patch
deleted file mode 100644
index 27194a883959..000000000000
--- a/media-sound/amarok/files/disable_bindings_test.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- CMakeLists.txt 2009-03-24 16:51:54.000000000 +0200
-+++ CMakeLists.txt2 2009-03-24 17:06:57.000000000 +0200
-@@ -38,9 +38,6 @@
-
- macro_log_feature( KDE4_FOUND "kdelibs" "The toolkit Amarok uses to build" "http://www.kde.org" TRUE "4.2.0" "" )
-
-- find_package( QtScriptQtBindings REQUIRED )
-- macro_log_feature( QTSCRIPTQTBINDINGS_FOUND "qtscript-qt" "QtScript Qt Bindings" "http://code.google.com/p/qtscriptgenerator/" TRUE "" "" )
--
- add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-
- find_package(MySQLAmarok REQUIRED)