diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-03 16:31:05 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-03 16:31:05 +0000 |
commit | 6e9827de00edc0bb0a6fe077b16b9694ac2726f5 (patch) | |
tree | a0314490ab642a367b0f8019fb62003898871e78 /kde-base/libkexiv2 | |
parent | Keyword ~ppc64 wrt #337385 (diff) | |
download | historical-6e9827de00edc0bb0a6fe077b16b9694ac2726f5.tar.gz historical-6e9827de00edc0bb0a6fe077b16b9694ac2726f5.tar.bz2 historical-6e9827de00edc0bb0a6fe077b16b9694ac2726f5.zip |
KDE SC 4.5.3 Version bump
Package-Manager: portage-2.2.0_alpha3/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.5.3.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index 6a72295b96d5..bf9c05b736fe 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.61 2010/10/06 09:17:31 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.62 2010/11/03 16:30:23 scarabeus Exp $ + +*libkexiv2-4.5.3 (03 Nov 2010) + + 03 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +libkexiv2-4.5.3.ebuild: + Version bump *libkexiv2-4.5.2 (05 Oct 2010) diff --git a/kde-base/libkexiv2/libkexiv2-4.5.3.ebuild b/kde-base/libkexiv2/libkexiv2-4.5.3.ebuild new file mode 100644 index 000000000000..0dad3341da87 --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.5.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.5.3.ebuild,v 1.1 2010/11/03 16:30:23 scarabeus 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="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=media-gfx/exiv2-0.18 + media-libs/jpeg + media-libs/lcms:0 +" +RDEPEND="${DEPEND}" |