diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-11-08 14:48:15 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-11-08 14:48:15 +0000 |
commit | 3f327c271fd49c766b6073607e92e7d47c399099 (patch) | |
tree | 4029d19c9fd44153362184e3a9214b8a2ef1a6f6 /kde-base/libkexiv2 | |
parent | Version bump, thank Nikoli for this job. (diff) | |
download | historical-3f327c271fd49c766b6073607e92e7d47c399099.tar.gz historical-3f327c271fd49c766b6073607e92e7d47c399099.tar.bz2 historical-3f327c271fd49c766b6073607e92e7d47c399099.zip |
Replaced media-libs/jpeg dep with virtual/jpeg as requested in the dev ml.
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'kde-base/libkexiv2')
-rw-r--r-- | kde-base/libkexiv2/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.4.5-r1.ebuild | 23 | ||||
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.5.3.ebuild | 4 |
3 files changed, 32 insertions, 3 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index bf9c05b736fe..4e0bdad602a2 100644 --- a/kde-base/libkexiv2/ChangeLog +++ b/kde-base/libkexiv2/ChangeLog @@ -1,6 +1,12 @@ # 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.62 2010/11/03 16:30:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.63 2010/11/08 14:48:15 jmbsvicetto Exp $ + +*libkexiv2-4.4.5-r1 (08 Nov 2010) + + 08 Nov 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +libkexiv2-4.4.5-r1.ebuild, libkexiv2-4.5.3.ebuild: + Replaced media-libs/jpeg dep with virtual/jpeg as requested in the dev ml. *libkexiv2-4.5.3 (03 Nov 2010) diff --git a/kde-base/libkexiv2/libkexiv2-4.4.5-r1.ebuild b/kde-base/libkexiv2/libkexiv2-4.4.5-r1.ebuild new file mode 100644 index 000000000000..29a2624b8456 --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.4.5-r1.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.5-r1.ebuild,v 1.1 2010/11/08 14:48:15 jmbsvicetto 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/lcms:0 + virtual/jpeg +" +RDEPEND="${DEPEND}" diff --git a/kde-base/libkexiv2/libkexiv2-4.5.3.ebuild b/kde-base/libkexiv2/libkexiv2-4.5.3.ebuild index 0dad3341da87..fe59095ab3de 100644 --- a/kde-base/libkexiv2/libkexiv2-4.5.3.ebuild +++ b/kde-base/libkexiv2/libkexiv2-4.5.3.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.5.3.ebuild,v 1.2 2010/11/08 14:48:15 jmbsvicetto Exp $ EAPI="3" @@ -17,7 +17,7 @@ IUSE="debug" DEPEND=" >=media-gfx/exiv2-0.18 - media-libs/jpeg media-libs/lcms:0 + virtual/jpeg " RDEPEND="${DEPEND}" |