diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-19 19:00:01 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-19 19:00:01 +0000 |
commit | 977dfe51b0b7b0b90972b8701ddb5a5e230732fa (patch) | |
tree | 52bcc53b1180a8395344f9d4fc87f9d3a7cf4029 /kde-base/kdebindings-meta/kdebindings-meta-4.5.1.ebuild | |
parent | Moving over from science overlay, resolving bug 269472 (diff) | |
download | gentoo-2-977dfe51b0b7b0b90972b8701ddb5a5e230732fa.tar.gz gentoo-2-977dfe51b0b7b0b90972b8701ddb5a5e230732fa.tar.bz2 gentoo-2-977dfe51b0b7b0b90972b8701ddb5a5e230732fa.zip |
Say bye to kde-4.5.1
Diffstat (limited to 'kde-base/kdebindings-meta/kdebindings-meta-4.5.1.ebuild')
-rw-r--r-- | kde-base/kdebindings-meta/kdebindings-meta-4.5.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-base/kdebindings-meta/kdebindings-meta-4.5.1.ebuild b/kde-base/kdebindings-meta/kdebindings-meta-4.5.1.ebuild deleted file mode 100644 index badcccd03920..000000000000 --- a/kde-base/kdebindings-meta/kdebindings-meta-4.5.1.ebuild +++ /dev/null @@ -1,27 +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/kdebindings-meta/kdebindings-meta-4.5.1.ebuild,v 1.3 2010/09/19 04:20:56 abcd Exp $ - -EAPI="3" -inherit kde4-functions - -DESCRIPTION="KDE bindings - merge this to pull in all kdebindings-derived packages" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2" -SLOT="4.5" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="aqua csharp java kdeprefix perl python ruby" - -RDEPEND=" - $(add_kdebase_dep smoke) - csharp? ( $(add_kdebase_dep kdebindings-csharp) ) - java? ( $(add_kdebase_dep krossjava) ) - perl? ( $(add_kdebase_dep kdebindings-perl) ) - python? ( - $(add_kdebase_dep krosspython) - $(add_kdebase_dep pykde4) - ) - ruby? ( $(add_kdebase_dep kdebindings-ruby) ) - $(block_other_slots) -" |