diff options
author | 2009-06-04 13:38:39 +0000 | |
---|---|---|
committer | 2009-06-04 13:38:39 +0000 | |
commit | 7b3645f0396e2aaa41195222cfb79cabd224db79 (patch) | |
tree | 75e37cedb8992837a0ff76d100e73623090f8ba7 /kde-base/libkexiv2 | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-7b3645f0396e2aaa41195222cfb79cabd224db79.tar.gz gentoo-2-7b3645f0396e2aaa41195222cfb79cabd224db79.tar.bz2 gentoo-2-7b3645f0396e2aaa41195222cfb79cabd224db79.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/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.4.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index f3382466805b..7edcc6d70320 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.17 2009/06/03 17:59:27 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.18 2009/06/04 13:38:39 alexxy Exp $ + +*libkexiv2-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +libkexiv2-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -libkexiv2-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/libkexiv2/libkexiv2-4.2.4.ebuild b/kde-base/libkexiv2/libkexiv2-4.2.4.ebuild new file mode 100644 index 000000000000..b14661989f23 --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.2.4.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.4.ebuild,v 1.1 2009/06/04 13:38:39 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 ~x86" +IUSE="debug" + +DEPEND=" + media-gfx/exiv2 + media-libs/jpeg + media-libs/lcms +" +RDEPEND="${DEPEND}" |