summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-04 03:16:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-04 03:16:46 +0000
commit9eed1026097217a118391a70349985eaf824c165 (patch)
tree506a8d9391f751792dfecf579c83c8806f4dd6f5 /kde-base/noatun-plugins
parentRemove old versions. (diff)
downloadgentoo-2-9eed1026097217a118391a70349985eaf824c165.tar.gz
gentoo-2-9eed1026097217a118391a70349985eaf824c165.tar.bz2
gentoo-2-9eed1026097217a118391a70349985eaf824c165.zip
Remove old versions.
(Portage version: 2.1.2-r7)
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.23
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.2.ebuild36
3 files changed, 5 insertions, 40 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog
index 167d066b274d..75cd76a9c1d0 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.63 2007/01/18 16:11:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.64 2007/02/04 03:16:46 flameeyes Exp $
+
+ 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
+ -noatun-plugins-3.5.2.ebuild:
+ Remove old versions.
18 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
noatun-plugins-3.5.6.ebuild:
diff --git a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.2 b/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.2
deleted file mode 100644
index 7340d982c9e0..000000000000
--- a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 affb74174c6e3eda2c0748d6c052c8ff kdeaddons-3.5.2.tar.bz2 1640284
-RMD160 bc2ce1f93b34fcb2c7662da22edf4894c6524a12 kdeaddons-3.5.2.tar.bz2 1640284
-SHA256 2a3eea9ff6b550b90d3f51d4862f7d7b992182ac225fdac0684cc16fb990c2ec kdeaddons-3.5.2.tar.bz2 1640284
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.2.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.2.ebuild
deleted file mode 100644
index dc55032d5a69..000000000000
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.2.ebuild
+++ /dev/null
@@ -1,36 +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.2.ebuild,v 1.10 2006/09/26 22:08:27 deathwing00 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* ) )"
-
-RDEPEND="${DEPEND}"
-
-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
-}