summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 14:18:06 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 14:18:06 +0000
commitfebb987da8eb024899f52e30c0a33149d42dddc1 (patch)
treeb06e96d2d0b4b7312032947b91ca8659e4c546d3 /kde-base/noatun-plugins
parentRemoved old versions. (diff)
downloadgentoo-2-febb987da8eb024899f52e30c0a33149d42dddc1.tar.gz
gentoo-2-febb987da8eb024899f52e30c0a33149d42dddc1.tar.bz2
gentoo-2-febb987da8eb024899f52e30c0a33149d42dddc1.zip
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
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.8.ebuild40
2 files changed, 5 insertions, 41 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog
index 78d70ab6faa0..5360e2585cf3 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.89 2008/05/18 21:25:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.90 2008/06/07 14:18:06 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ -noatun-plugins-3.5.8.ebuild:
+ Removed old versions.
18 May 2008; Markus Meier <maekke@gentoo.org> noatun-plugins-3.5.9.ebuild:
amd64/x86 stable, bug #221063
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.8.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.8.ebuild
deleted file mode 100644
index bcbe4aa0bad8..000000000000
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.8.ebuild
+++ /dev/null
@@ -1,40 +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.8.ebuild,v 1.7 2008/03/04 06:56:37 jer Exp $
-KMNAME=kdeaddons
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-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="$(deprange-dual $PV $MAXKDEVER kde-base/noatun)
- arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) )
- 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
-}