summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-06 03:26:07 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-06 03:26:07 +0000
commit62fe2d9a9f476deee55c980b16055e0fe429a959 (patch)
treeb91fc8c3f8cd5d5b69c85b1204d4407fa0ff61aa /kde-base/noatun-plugins
parentStable on x86; bug #121413 (diff)
downloadhistorical-62fe2d9a9f476deee55c980b16055e0fe429a959.tar.gz
historical-62fe2d9a9f476deee55c980b16055e0fe429a959.tar.bz2
historical-62fe2d9a9f476deee55c980b16055e0fe429a959.zip
Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r--kde-base/noatun-plugins/ChangeLog6
-rw-r--r--kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.01
-rw-r--r--kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.11
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.0.ebuild34
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.1.ebuild34
5 files changed, 5 insertions, 71 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog
index 84f4077c0566..2f8133f51781 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.37 2006/03/28 04:46:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.38 2006/04/06 03:21:02 flameeyes Exp $
+
+ 06 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -noatun-plugins-3.5.0.ebuild, -noatun-plugins-3.5.1.ebuild:
+ Removed old 3.5.0/3.5.1 packages.
28 Mar 2006; Aron Griffis <agriffis@gentoo.org>
noatun-plugins-3.5.0.ebuild, noatun-plugins-3.5.1.ebuild,
diff --git a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.0 b/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.0
deleted file mode 100644
index 002f9b8c7e9b..000000000000
--- a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a61bcb10580208c3abb8c47aed198597 kdeaddons-3.5.0.tar.bz2 1618786
diff --git a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.1 b/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.1
deleted file mode 100644
index 9938fafced38..000000000000
--- a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cbd2a6f65ae7338736d93b72bfdf5ae3 kdeaddons-3.5.1.tar.bz2 1618807
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.0.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.0.ebuild
deleted file mode 100644
index 6e3e8804ee1b..000000000000
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.0.ebuild
+++ /dev/null
@@ -1,34 +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.0.ebuild,v 1.6 2006/03/28 04:46:50 agriffis Exp $
-KMNAME=kdeaddons
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="Various plugins for noatun"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-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.3*
- =sys-libs/db-4.2* ) )"
-
-src_compile() {
- local myconf="$(use_with sdl)"
-
- if use berkdb; then
- if has_version "=sys-libs/db-4.3*"; then
- myconf="${myconf} --with-berkeley-db --with-db-lib=db_cxx-4.3
- --with-extra-includes=/usr/include/db4.3"
- elif has_version "=sys-libs/db-4.2*"; then
- myconf="${myconf} --with-berkeley-db --with-db-lib=db_cxx-4.2
- --with-extra-includes=/usr/include/db4.2"
- fi
- else
- myconf="${myconf} --without-berkeley-db"
- fi
-
- kde-meta_src_compile
-}
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.1.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.1.ebuild
deleted file mode 100644
index 57da0836538c..000000000000
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.1.ebuild
+++ /dev/null
@@ -1,34 +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.1.ebuild,v 1.2 2006/03/28 04:46:50 agriffis Exp $
-KMNAME=kdeaddons
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="Various plugins for noatun"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-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.3*
- =sys-libs/db-4.2* ) )"
-
-src_compile() {
- local myconf="$(use_with sdl)"
-
- if use berkdb; then
- if has_version "=sys-libs/db-4.3*"; then
- myconf="${myconf} --with-berkeley-db --with-db-lib=db_cxx-4.3
- --with-extra-includes=/usr/include/db4.3"
- elif has_version "=sys-libs/db-4.2*"; then
- myconf="${myconf} --with-berkeley-db --with-db-lib=db_cxx-4.2
- --with-extra-includes=/usr/include/db4.2"
- fi
- else
- myconf="${myconf} --without-berkeley-db"
- fi
-
- kde-meta_src_compile
-}