diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:23:19 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:23:19 +0000 |
commit | b89568246d8c6fd6fcb41b58f1fccb0a74f61dce (patch) | |
tree | a37aba494bd2012622c26e1bcef1f8fa6c9a9e86 /kde-base/libkexiv2 | |
parent | [kde-base/superkaramba] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-b89568246d8c6fd6fcb41b58f1fccb0a74f61dce.tar.gz gentoo-2-b89568246d8c6fd6fcb41b58f1fccb0a74f61dce.tar.bz2 gentoo-2-b89568246d8c6fd6fcb41b58f1fccb0a74f61dce.zip |
[kde-base/libkexiv2] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/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.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index 58b0c9579050..d539290d4191 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.40 2010/01/25 17:16:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.41 2010/02/09 00:23:19 alexxy Exp $ + +*libkexiv2-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +libkexiv2-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *libkexiv2-4.3.5 (25 Jan 2010) diff --git a/kde-base/libkexiv2/libkexiv2-4.4.0.ebuild b/kde-base/libkexiv2/libkexiv2-4.4.0.ebuild new file mode 100644 index 000000000000..b8f7b0d2fd16 --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:23:19 alexxy 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 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=media-gfx/exiv2-0.18 + media-libs/jpeg + media-libs/lcms +" +RDEPEND="${DEPEND}" |