diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 20:56:05 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 20:56:05 +0000 |
commit | a4d007bc4d0426c21219a46746901bb995c182b8 (patch) | |
tree | 73b15c31e2089871feb8aeede24a71c53fdac147 /kde-base/kdegraphics-meta/kdegraphics-meta-4.3.3.ebuild | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-a4d007bc4d0426c21219a46746901bb995c182b8.tar.gz gentoo-2-a4d007bc4d0426c21219a46746901bb995c182b8.tar.bz2 gentoo-2-a4d007bc4d0426c21219a46746901bb995c182b8.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdegraphics-meta/kdegraphics-meta-4.3.3.ebuild')
-rw-r--r-- | kde-base/kdegraphics-meta/kdegraphics-meta-4.3.3.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-base/kdegraphics-meta/kdegraphics-meta-4.3.3.ebuild b/kde-base/kdegraphics-meta/kdegraphics-meta-4.3.3.ebuild new file mode 100644 index 000000000000..5900b7ab3248 --- /dev/null +++ b/kde-base/kdegraphics-meta/kdegraphics-meta-4.3.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-meta/kdegraphics-meta-4.3.3.ebuild,v 1.1 2009/11/02 20:56:05 wired Exp $ + +EAPI="2" +inherit kde4-functions + +DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="4.3" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="kdeprefix" + +RDEPEND=" + $(add_kdebase_dep gwenview) + $(add_kdebase_dep kamera) + $(add_kdebase_dep kcolorchooser) + $(add_kdebase_dep kdegraphics-strigi-analyzer) + $(add_kdebase_dep kgamma) + $(add_kdebase_dep kolourpaint) + $(add_kdebase_dep kruler) + $(add_kdebase_dep ksaneplugin) + $(add_kdebase_dep ksnapshot) + $(add_kdebase_dep libkdcraw) + $(add_kdebase_dep libkexiv2) + $(add_kdebase_dep libkipi) + $(add_kdebase_dep libksane) + $(add_kdebase_dep okular) + $(add_kdebase_dep svgpart) + $(add_kdebase_dep thumbnailers) + $(block_other_slots) +" |