diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 65f23fa591b40aa410097713165d986c18541bfa (patch) | |
tree | 511c72b50399d2ce73e166154c218274d721b259 /kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.5.ebuild | |
parent | old (diff) | |
download | gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2 gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip |
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.5.ebuild')
-rw-r--r-- | kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.5.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.5.ebuild b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.5.ebuild deleted file mode 100644 index 7cce7a6f2171..000000000000 --- a/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.5.ebuild +++ /dev/null @@ -1,52 +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/kdebase-runtime-meta/kdebase-runtime-meta-4.3.5.ebuild,v 1.5 2010/06/21 15:53:40 scarabeus Exp $ - -EAPI="2" -inherit kde4-functions - -DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2" -SLOT="4.3" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="aqua +handbook kdeprefix semantic-desktop" - -RDEPEND=" - $(add_kdebase_dep drkonqi) - $(add_kdebase_dep kcmshell) - $(add_kdebase_dep kcontrol) - $(add_kdebase_dep kdebase-data) - $(add_kdebase_dep kdebase-desktoptheme) - $(add_kdebase_dep kdebase-kioslaves) - $(add_kdebase_dep kdebase-menu) - $(add_kdebase_dep kdebase-menu-icons) - $(add_kdebase_dep kdebugdialog) - $(add_kdebase_dep kdesu) - $(add_kdebase_dep keditfiletype) - $(add_kdebase_dep kfile) - $(add_kdebase_dep kglobalaccel) - $(add_kdebase_dep kiconfinder) - $(add_kdebase_dep kioclient) - $(add_kdebase_dep kmimetypefinder) - $(add_kdebase_dep knetattach) - $(add_kdebase_dep knewstuff) - $(add_kdebase_dep kpasswdserver) - $(add_kdebase_dep kquitapp) - $(add_kdebase_dep kstart) - $(add_kdebase_dep kstyles) - $(add_kdebase_dep ktimezoned) - $(add_kdebase_dep ktraderclient) - $(add_kdebase_dep kuiserver) - $(add_kdebase_dep kurifilter-plugins) - $(add_kdebase_dep kwalletd) - $(add_kdebase_dep plasma-runtime) - $(add_kdebase_dep renamedlg-plugins) - $(add_kdebase_dep solid-hardware) - $(add_kdebase_dep solidautoeject) - $(add_kdebase_dep soliduiserver) - handbook? ( $(add_kdebase_dep khelpcenter) ) - semantic-desktop? ( $(add_kdebase_dep nepomuk) ) - $(block_other_slots) -" |