diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-07 00:09:11 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-07 00:09:11 +0000 |
commit | dae537b542f52de4204488986b6e47cf723674dc (patch) | |
tree | 62c21d5370acd31c0998dc8e336665e048113c71 /kde-base/libkexiv2 | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-dae537b542f52de4204488986b6e47cf723674dc.tar.gz gentoo-2-dae537b542f52de4204488986b6e47cf723674dc.tar.bz2 gentoo-2-dae537b542f52de4204488986b6e47cf723674dc.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/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.2.3.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index 35526a43a6ab..5c3a544208e2 100644 --- a/kde-base/libkexiv2/ChangeLog +++ b/kde-base/libkexiv2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libkexiv2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.15 2009/04/17 06:25:04 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.16 2009/05/07 00:09:11 scarabeus Exp $ + +*libkexiv2-4.2.3 (07 May 2009) + + 07 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +libkexiv2-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -libkexiv2-4.2.1.ebuild, libkexiv2-4.2.2: diff --git a/kde-base/libkexiv2/libkexiv2-4.2.3.ebuild b/kde-base/libkexiv2/libkexiv2-4.2.3.ebuild new file mode 100644 index 000000000000..cc80d1dcfe13 --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.2.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.2.3.ebuild,v 1.1 2009/05/07 00:09:11 scarabeus Exp $ + +EAPI="2" + +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 ~x86" +IUSE="debug" + +DEPEND=" + media-gfx/exiv2 + media-libs/jpeg + media-libs/lcms +" +RDEPEND="${DEPEND}" |