summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-18 16:40:49 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-18 16:40:49 +0000
commit736579e673562df308463acfc282f9bc2220794b (patch)
tree121b3d8b84d916a9bffac8935a8578fc784fcb5c /kde-base/kdeaddons/kdeaddons-3.5.3.ebuild
parentRemove old versions. (diff)
downloadgentoo-2-736579e673562df308463acfc282f9bc2220794b.tar.gz
gentoo-2-736579e673562df308463acfc282f9bc2220794b.tar.bz2
gentoo-2-736579e673562df308463acfc282f9bc2220794b.zip
Remove old versions.
(Portage version: 2.1.2_rc2) (Signed Manifest commit)
Diffstat (limited to 'kde-base/kdeaddons/kdeaddons-3.5.3.ebuild')
-rw-r--r--kde-base/kdeaddons/kdeaddons-3.5.3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-base/kdeaddons/kdeaddons-3.5.3.ebuild b/kde-base/kdeaddons/kdeaddons-3.5.3.ebuild
deleted file mode 100644
index c1293395fcb3..000000000000
--- a/kde-base/kdeaddons/kdeaddons-3.5.3.ebuild
+++ /dev/null
@@ -1,33 +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/kdeaddons/kdeaddons-3.5.3.ebuild,v 1.5 2006/11/13 15:37:11 flameeyes Exp $
-
-inherit db-use kde-dist
-
-DESCRIPTION="KDE addon modules: Plugins for Konqueror, Noatun,..."
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="arts berkdb sdl"
-
-DEPEND="~kde-base/kdepim-${PV}
- ~kde-base/kdemultimedia-${PV}
- ~kde-base/kdegames-${PV}
- arts? ( ~kde-base/arts-${PV} )
- sdl? ( >=media-libs/libsdl-1.2 )
- berkdb? ( =sys-libs/db-4* )
- !kde-misc/metabar"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- local myconf="$(use_with sdl) --without-xmms"
-
- 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_src_compile
-}