summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-10-12 23:21:50 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-10-12 23:21:50 +0000
commitd6961adf0d82eb70f63dce326069544541e2e70b (patch)
tree24b8a17c54acecbd4086450ecaa0a509460918c3 /kde-base/noatun-plugins
parentStable for HPPA (bug #288042). (diff)
downloadhistorical-d6961adf0d82eb70f63dce326069544541e2e70b.tar.gz
historical-d6961adf0d82eb70f63dce326069544541e2e70b.tar.bz2
historical-d6961adf0d82eb70f63dce326069544541e2e70b.zip
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r--kde-base/noatun-plugins/ChangeLog6
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog
index e3d7ba015678..df81b9cf292c 100644
--- a/kde-base/noatun-plugins/ChangeLog
+++ b/kde-base/noatun-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/noatun-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.96 2009/07/12 13:05:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.97 2009/10/12 23:15:02 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org>
+ -noatun-plugins-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Jul 2009; Raúl Porcel <armin76@gentoo.org>
noatun-plugins-3.5.10.ebuild:
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild
deleted file mode 100644
index 76228e0466cb..000000000000
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild,v 1.8 2008/05/18 21:25:53 maekke Exp $
-KMNAME=kdeaddons
-EAPI="1"
-inherit db-use kde-meta
-
-DESCRIPTION="Various plugins for Noatun."
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="arts sdl berkdb"
-
-DEPEND="|| ( >=kde-base/noatun-${PV}:${SLOT} >=kde-base/kdemultimedia-${PV}:${SLOT} )
- arts? ( >=kde-base/arts-${PV}:${SLOT} )
- sdl? ( >=media-libs/libsdl-1.2 )
- berkdb? ( =sys-libs/db-4* )"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- kde_pkg_setup
- if use sdl && ! built_with_use media-libs/libsdl X ; then
- eerror "media-libs/libsdl is not build with X support."
- die "Please reemerge media-libs/libsdl with USE=\"X\"."
- fi
-}
-
-src_compile() {
- local myconf="$(use_with sdl)"
-
- if use berkdb; then
- dblib="$(db_libname)"
- myconf="${myconf} --with-berkeley-db --with-db-lib=${dblib/-/_cxx-}
- --with-extra-includes=${ROOT}$(db_includedir)"
- else
- myconf="${myconf} --without-berkeley-db"
- fi
-
- kde-meta_src_compile
-}