summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kicker/kicker-3.5.10-r3.ebuild')
-rw-r--r--kde-base/kicker/kicker-3.5.10-r3.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-base/kicker/kicker-3.5.10-r3.ebuild b/kde-base/kicker/kicker-3.5.10-r3.ebuild
deleted file mode 100644
index 9003c835..00000000
--- a/kde-base/kicker/kicker-3.5.10-r3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker/kicker-3.5.10-r1.ebuild,v 1.7 2009/07/08 14:06:56 alexxy Exp $
-
-EAPI="2"
-KMNAME=kdebase
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdebase-3.5-patchset-13.tar.bz2"
-
-DESCRIPTION="Kicker is the KDE application starter panel, also capable of some useful applets and extensions."
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kdehiddenvisibility xcomposite"
-
-DEPEND=">=kde-apps/libkonq-${PV}:${SLOT}
- >=kde-apps/kdebase-data-${PV}:${SLOT}
- x11-libs/libXfixes
- x11-libs/libXrender
- x11-libs/libXtst
- xcomposite? ( x11-libs/libXcomposite )"
-RDEPEND="${DEPEND}
- >=kde-base/kmenuedit-${PV}:${SLOT}"
-
-KMCOPYLIB="libkonq libkonq"
-KMEXTRACTONLY="libkonq
- kdm/kfrontend/themer/"
-KMCOMPILEONLY="kdmlib/"
-
-PATCHES=( "${FILESDIR}/${KMNAME}_${PN}-p13-r886334.patch"
- "${FILESDIR}/${P}-konsole_ssh_bookmark.patch" )
-
-src_compile() {
- myconf="$myconf $(use_with xcomposite composite)"
- kde-meta_src_compile
-}