summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-12-05 16:58:30 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2012-12-05 16:58:30 +0000
commitb9d227823671a4217d7d0f9e194c5108eacc548e (patch)
tree8d57d37d8c5552901a88ade2d47df6941892d5aa /kde-base/libkexiv2/libkexiv2-4.9.4.ebuild
parentStable for HPPA (bug #444546). (diff)
downloadgentoo-2-b9d227823671a4217d7d0f9e194c5108eacc548e.tar.gz
gentoo-2-b9d227823671a4217d7d0f9e194c5108eacc548e.tar.bz2
gentoo-2-b9d227823671a4217d7d0f9e194c5108eacc548e.zip
[kde-base] Add KDE SC 4.9.4
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'kde-base/libkexiv2/libkexiv2-4.9.4.ebuild')
-rw-r--r--kde-base/libkexiv2/libkexiv2-4.9.4.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/libkexiv2/libkexiv2-4.9.4.ebuild b/kde-base/libkexiv2/libkexiv2-4.9.4.ebuild
new file mode 100644
index 000000000000..c925a140fd48
--- /dev/null
+++ b/kde-base/libkexiv2/libkexiv2-4.9.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.9.4.ebuild,v 1.1 2012/12/05 16:58:24 alexxy Exp $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ >=media-gfx/exiv2-0.20
+ media-libs/lcms:0
+ virtual/jpeg
+"
+RDEPEND="${DEPEND}"