summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-04-04 21:46:03 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-04-04 21:46:03 +0000
commitcf64da7e238d7f10c8bcc25f0b346d612b31f57e (patch)
treeef81c786fd8d2097f8c6aec9169d8925fad20b91 /kde-base/kdeaddons
parentRemove old ebuild. (diff)
downloadgentoo-2-cf64da7e238d7f10c8bcc25f0b346d612b31f57e.tar.gz
gentoo-2-cf64da7e238d7f10c8bcc25f0b346d612b31f57e.tar.bz2
gentoo-2-cf64da7e238d7f10c8bcc25f0b346d612b31f57e.zip
Remove old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kdeaddons')
-rw-r--r--kde-base/kdeaddons/files/digest-kdeaddons-3.3.11
-rw-r--r--kde-base/kdeaddons/kdeaddons-3.3.1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-base/kdeaddons/files/digest-kdeaddons-3.3.1 b/kde-base/kdeaddons/files/digest-kdeaddons-3.3.1
deleted file mode 100644
index b34289419885..000000000000
--- a/kde-base/kdeaddons/files/digest-kdeaddons-3.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 69ec1deff7ae2d0c3602bb141ed4c546 kdeaddons-3.3.1.tar.bz2 1556965
diff --git a/kde-base/kdeaddons/kdeaddons-3.3.1.ebuild b/kde-base/kdeaddons/kdeaddons-3.3.1.ebuild
deleted file mode 100644
index 9b5e612b74e8..000000000000
--- a/kde-base/kdeaddons/kdeaddons-3.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.3.1.ebuild,v 1.10 2005/01/23 20:05:22 corsair Exp $
-
-inherit kde-dist flag-o-matic
-
-DESCRIPTION="KDE addon modules: plugins for konqueror, noatun etc"
-
-KEYWORDS="amd64 ~hppa sparc x86 alpha ppc ppc64"
-IUSE="arts sdl svga xmms esd"
-
-DEPEND="~kde-base/kdepim-${PV}
- ~kde-base/kdemultimedia-${PV}
- arts? ( ~kde-base/arts-${PV//3.3/1.3} )
- esd? ( media-sound/esound )
- sdl? ( >=media-libs/libsdl-1.2 )
- svga? ( media-libs/svgalib )
- xmms? ( media-sound/xmms )"
-
-use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest"
-
-use xmms || export ac_cv_have_xmms=no
-
-# Make vimpart use /usr/bin/kvim -- fixes bug 33257.
-# This should continue to apply to upcoming versions since it's
-# Gentoo-specific and won't go upstream.
-PATCHES="$FILESDIR/${PN}-3.2.0-kvim.diff"