summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 02:18:36 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 02:18:36 +0000
commitc02893e9b140756acc1661e4a26c627c7abab0be (patch)
treea07375e4046da47e02eddc9a128fc6fec68309d1 /kde-base/noatun-plugins
parentSpring cleaning. (diff)
downloadgentoo-2-c02893e9b140756acc1661e4a26c627c7abab0be.tar.gz
gentoo-2-c02893e9b140756acc1661e4a26c627c7abab0be.tar.bz2
gentoo-2-c02893e9b140756acc1661e4a26c627c7abab0be.zip
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r--kde-base/noatun-plugins/ChangeLog7
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.5.ebuild32
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild40
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild40
4 files changed, 6 insertions, 113 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog
index b416c7eeb987..5e74c9fa014f 100644
--- a/kde-base/noatun-plugins/ChangeLog
+++ b/kde-base/noatun-plugins/ChangeLog
@@ -1,6 +1,11 @@
# 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.80 2008/01/31 15:28:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.81 2008/02/17 02:18:36 ingmar Exp $
+
+ 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -noatun-plugins-3.5.5.ebuild, -noatun-plugins-3.5.6.ebuild,
+ -noatun-plugins-3.5.7.ebuild:
+ Spring cleaning
31 Jan 2008; Brent Baude <ranger@gentoo.org> noatun-plugins-3.5.8.ebuild:
Marking noatun-plugins-3.5.8 ppc for bug 207634
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.5.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.5.ebuild
deleted file mode 100644
index 296aaa5458b2..000000000000
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 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.5.ebuild,v 1.8 2006/12/11 11:36:45 kloeri Exp $
-KMNAME=kdeaddons
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit db-use kde-meta
-
-DESCRIPTION="Various plugins for Noatun."
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="arts sdl berkdb"
-
-DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/noatun)
- arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) )
- sdl? ( >=media-libs/libsdl-1.2 )
- berkdb? ( =sys-libs/db-4* )"
-
-RDEPEND="${DEPEND}"
-
-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
-}
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild
deleted file mode 100644
index 6c103964b693..000000000000
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 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.6.ebuild,v 1.3 2007/04/25 15:37:03 carlo Exp $
-KMNAME=kdeaddons
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit db-use kde-meta
-
-DESCRIPTION="Various plugins for Noatun."
-KEYWORDS="~alpha ~amd64 ~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
-}
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild
deleted file mode 100644
index 0c93e4ab0ede..000000000000
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 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.7.ebuild,v 1.8 2007/08/11 16:43:39 armin76 Exp $
-KMNAME=kdeaddons
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit db-use kde-meta
-
-DESCRIPTION="Various plugins for Noatun."
-KEYWORDS="alpha amd64 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
-}