diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:34:20 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:34:20 +0000 |
commit | 40b733d684cf083c1ccbd9a4a63fe0cbc00d0b88 (patch) | |
tree | 0b1a79e141650000f5cca5122b66abef0b5a3cc0 /kde-base/kicker | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-40b733d684cf083c1ccbd9a4a63fe0cbc00d0b88.tar.gz gentoo-2-40b733d684cf083c1ccbd9a4a63fe0cbc00d0b88.tar.bz2 gentoo-2-40b733d684cf083c1ccbd9a4a63fe0cbc00d0b88.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kicker')
-rw-r--r-- | kde-base/kicker/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kicker/kicker-3.5.5.ebuild | 36 | ||||
-rw-r--r-- | kde-base/kicker/kicker-3.5.6.ebuild | 36 | ||||
-rw-r--r-- | kde-base/kicker/kicker-3.5.7.ebuild | 36 |
4 files changed, 5 insertions, 109 deletions
diff --git a/kde-base/kicker/ChangeLog b/kde-base/kicker/ChangeLog index 4b4f274537ec..0be363069586 100644 --- a/kde-base/kicker/ChangeLog +++ b/kde-base/kicker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kicker # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker/ChangeLog,v 1.90 2008/01/31 15:27:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker/ChangeLog,v 1.91 2008/02/17 02:34:20 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kicker-3.5.5.ebuild, + -kicker-3.5.6.ebuild, -kicker-3.5.7.ebuild: + Spring cleaning 31 Jan 2008; Brent Baude <ranger@gentoo.org> kicker-3.5.8.ebuild: Marking kicker-3.5.8 ppc for bug 207634 diff --git a/kde-base/kicker/kicker-3.5.5.ebuild b/kde-base/kicker/kicker-3.5.5.ebuild deleted file mode 100644 index c301c409662f..000000000000 --- a/kde-base/kicker/kicker-3.5.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker/kicker-3.5.5.ebuild,v 1.10 2007/03/08 20:24:46 caleb Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-03.tar.bz2" - -DESCRIPTION="Kicker is the KDE application starter panel and is also capable of some useful applets and extensions." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility xcomposite" - -RDEPEND=" -$(deprange $PV $MAXKDEVER kde-base/libkonq) -$(deprange $PV $MAXKDEVER kde-base/kdebase-data) - x11-libs/libXau - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXtst - xcomposite? ( x11-libs/libXcomposite )" - -DEPEND="${RDEPEND}" - -KMCOPYLIB="libkonq libkonq" -KMEXTRACTONLY="libkonq - kdm/kfrontend/themer/" -KMCOMPILEONLY="kdmlib/" - -src_compile() { - myconf="$myconf $(use_with xcomposite composite)" - kde-meta_src_compile -} diff --git a/kde-base/kicker/kicker-3.5.6.ebuild b/kde-base/kicker/kicker-3.5.6.ebuild deleted file mode 100644 index a1843b65bfbd..000000000000 --- a/kde-base/kicker/kicker-3.5.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker/kicker-3.5.6.ebuild,v 1.2 2007/03/08 20:24:46 caleb Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-03.tar.bz2" - -DESCRIPTION="Kicker is the KDE application starter panel and is also capable of some useful applets and extensions." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="kdehiddenvisibility xcomposite" - -RDEPEND=" -$(deprange $PV $MAXKDEVER kde-base/libkonq) -$(deprange $PV $MAXKDEVER kde-base/kdebase-data) - x11-libs/libXau - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXtst - xcomposite? ( x11-libs/libXcomposite )" - -DEPEND="${RDEPEND}" - -KMCOPYLIB="libkonq libkonq" -KMEXTRACTONLY="libkonq - kdm/kfrontend/themer/" -KMCOMPILEONLY="kdmlib/" - -src_compile() { - myconf="$myconf $(use_with xcomposite composite)" - kde-meta_src_compile -} diff --git a/kde-base/kicker/kicker-3.5.7.ebuild b/kde-base/kicker/kicker-3.5.7.ebuild deleted file mode 100644 index 1b2f814d197b..000000000000 --- a/kde-base/kicker/kicker-3.5.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker/kicker-3.5.7.ebuild,v 1.7 2007/08/11 16:52:22 armin76 Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-03.tar.bz2" - -DESCRIPTION="Kicker is the KDE application starter panel and is also capable of some useful applets and extensions." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility xcomposite" - -RDEPEND=" -$(deprange $PV $MAXKDEVER kde-base/libkonq) -$(deprange $PV $MAXKDEVER kde-base/kdebase-data) - x11-libs/libXau - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXtst - xcomposite? ( x11-libs/libXcomposite )" - -DEPEND="${RDEPEND}" - -KMCOPYLIB="libkonq libkonq" -KMEXTRACTONLY="libkonq - kdm/kfrontend/themer/" -KMCOMPILEONLY="kdmlib/" - -src_compile() { - myconf="$myconf $(use_with xcomposite composite)" - kde-meta_src_compile -} |