diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:33:47 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:33:47 +0000 |
commit | 9e8381034f5935028e521b1e3c65b685c8449d4c (patch) | |
tree | ee422b5c604cd91446122a9bf52f31490652fb4a /kde-base/libkexiv2 | |
parent | [kde-base] Drop KDE SC 4.4.1 (diff) | |
download | gentoo-2-9e8381034f5935028e521b1e3c65b685c8449d4c.tar.gz gentoo-2-9e8381034f5935028e521b1e3c65b685c8449d4c.tar.bz2 gentoo-2-9e8381034f5935028e521b1e3c65b685c8449d4c.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/libkexiv2')
-rw-r--r-- | kde-base/libkexiv2/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.4.3.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index 67a56f2644d9..c549081d39c5 100644 --- a/kde-base/libkexiv2/ChangeLog +++ b/kde-base/libkexiv2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libkexiv2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.46 2010/03/31 23:20:17 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.47 2010/05/03 21:33:47 alexxy Exp $ + +*libkexiv2-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +libkexiv2-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -libkexiv2-4.3.4.ebuild, -libkexiv2-4.4.0.ebuild: diff --git a/kde-base/libkexiv2/libkexiv2-4.4.3.ebuild b/kde-base/libkexiv2/libkexiv2-4.4.3.ebuild new file mode 100644 index 000000000000..60541794ca44 --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.4.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.4.3.ebuild,v 1.1 2010/05/03 21:33:47 alexxy Exp $ + +EAPI="3" + +KMNAME="kdegraphics" +KMMODULE="libs/libkexiv2" +inherit kde4-meta + +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=media-gfx/exiv2-0.18 + media-libs/jpeg + media-libs/lcms +" +RDEPEND="${DEPEND}" |