diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-01 11:20:25 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-01 11:20:25 +0000 |
commit | 6f73a75da973a12c3841cac6827f694e4433094c (patch) | |
tree | 2672b39faca2e457e0db90b0ca85b1013bc8a7ac /kde-base/libkexiv2 | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-6f73a75da973a12c3841cac6827f694e4433094c.tar.gz gentoo-2-6f73a75da973a12c3841cac6827f694e4433094c.tar.bz2 gentoo-2-6f73a75da973a12c3841cac6827f694e4433094c.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/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.3.4.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index 41dca82363f3..3c5e8bc537b4 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.32 2009/11/30 06:54:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.33 2009/12/01 11:20:25 wired Exp $ + +*libkexiv2-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> +libkexiv2-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> libkexiv2-4.3.3.ebuild: Marked ppc/ppc64 stable for bug #292455. diff --git a/kde-base/libkexiv2/libkexiv2-4.3.4.ebuild b/kde-base/libkexiv2/libkexiv2-4.3.4.ebuild new file mode 100644 index 000000000000..505d567ca749 --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.3.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.3.4.ebuild,v 1.1 2009/12/01 11:20:25 wired 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" +IUSE="debug" + +DEPEND=" + >=media-gfx/exiv2-0.18 + media-libs/jpeg + media-libs/lcms +" +RDEPEND="${DEPEND}" |