* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2011-04-10 1:15 Marc Schiffbauer
0 siblings, 0 replies; 11+ messages in thread
From: Marc Schiffbauer @ 2011-04-10 1:15 UTC (permalink / raw
To: gentoo-commits
commit: f519302c4fe2f65b0f814fe226101193d3254c87
Author: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
AuthorDate: Sun Apr 10 01:15:24 2011 +0000
Commit: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Sun Apr 10 01:15:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f519302c
[kde-base/libkexiv2] Fix 4.6.9999
---
kde-base/libkexiv2/libkexiv2-4.6.9999.ebuild | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-4.6.9999.ebuild b/kde-base/libkexiv2/libkexiv2-4.6.9999.ebuild
index f985e3c..a6e13fe 100644
--- a/kde-base/libkexiv2/libkexiv2-4.6.9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.6.9999.ebuild
@@ -4,9 +4,14 @@
EAPI=3
+if [[ ${PV} == *9999 ]]; then
+KDE_SCM="git"
+inherit kde4-base
+else
KMNAME="kdegraphics"
KMMODULE="libs/libkexiv2"
inherit kde4-meta
+fi
DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
HOMEPAGE="http://www.kipi-plugins.org"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2011-05-26 5:14 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 11+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26 5:14 UTC (permalink / raw
To: gentoo-commits
commit: 27e7c51fd3e4e10b56c31c437a3b527a74b26a6a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 04:40:30 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 04:40:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=27e7c51f
[kde-base/libkexiv2] 4.6.80 version bump.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/libkexiv2/libkexiv2-4.6.80.ebuild | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-4.6.80.ebuild b/kde-base/libkexiv2/libkexiv2-4.6.80.ebuild
new file mode 100644
index 0000000..27aa161
--- /dev/null
+++ b/kde-base/libkexiv2/libkexiv2-4.6.80.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_SCM="git"
+inherit "kde4-base"
+
+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.20
+ media-libs/lcms:0
+ virtual/jpeg
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2011-06-09 21:47 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2011-06-09 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 545be18aea0a2037945c0a398a2ca005c4fb7793
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Jun 9 21:47:42 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 21:47:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=545be18a
[kde-base/libkexiv2] remove duplicate file
(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/libkexiv2/libkexiv2-4.6.4.ebuild | 9 +++++++++
kde-base/libkexiv2/libkexiv2-4.6.49.9999.ebuild | 9 +++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-4.6.4.ebuild b/kde-base/libkexiv2/libkexiv2-4.6.4.ebuild
index 60e4c61..5ceb288 100644
--- a/kde-base/libkexiv2/libkexiv2-4.6.4.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.6.4.ebuild
@@ -27,3 +27,12 @@ DEPEND="
virtual/jpeg
"
RDEPEND="${DEPEND}"
+
+if [[ ${PV} != *9999 ]]; then
+src_install() {
+ kde4-meta_src_install
+
+ # why, oh why?!
+ rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}
+fi
diff --git a/kde-base/libkexiv2/libkexiv2-4.6.49.9999.ebuild b/kde-base/libkexiv2/libkexiv2-4.6.49.9999.ebuild
index a56f061..358f257 100644
--- a/kde-base/libkexiv2/libkexiv2-4.6.49.9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.6.49.9999.ebuild
@@ -27,3 +27,12 @@ DEPEND="
virtual/jpeg
"
RDEPEND="${DEPEND}"
+
+if [[ ${PV} != *9999 ]]; then
+src_install() {
+ kde4-meta_src_install
+
+ # why, oh why?!
+ rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}
+fi
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2012-10-13 22:33 Johannes Huber
0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2012-10-13 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 68ede43dcf728200f781c1d3f633da41b596ae8a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 22:31:50 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 22:31:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=68ede43d
[kde-base/libkexiv2] Drop HOMEPAGE + LICENSE, handled by eclass, bug #438088.
(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/libkexiv2/libkexiv2-4.9.49.9999.ebuild | 3 ---
kde-base/libkexiv2/libkexiv2-9999.ebuild | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-4.9.49.9999.ebuild b/kde-base/libkexiv2/libkexiv2-4.9.49.9999.ebuild
index 7446f76..057ce8a 100644
--- a/kde-base/libkexiv2/libkexiv2-4.9.49.9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.9.49.9999.ebuild
@@ -7,9 +7,6 @@ EAPI=4
inherit kde4-base
DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
-HOMEPAGE="http://www.kipi-plugins.org"
-
-LICENSE="GPL-2"
KEYWORDS=""
IUSE="debug"
diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild
index 7446f76..057ce8a 100644
--- a/kde-base/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild
@@ -7,9 +7,6 @@ EAPI=4
inherit kde4-base
DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
-HOMEPAGE="http://www.kipi-plugins.org"
-
-LICENSE="GPL-2"
KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2012-10-17 11:13 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2012-10-17 11:13 UTC (permalink / raw
To: gentoo-commits
commit: 84c2423b7e646a56b467097e92b3408d43ece70c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 11:10:57 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 11:11:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=84c2423b
[kde-base/libkexiv2] Require USE="xmp" for media-gfx/exiv2.
This fixes bug #437682.
Probable upstream commit: 0364c48d64a4f492600f94f539324b24321a3df7.
Package-Manager: portage-2.1.11.28
---
kde-base/libkexiv2/libkexiv2-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild
index 057ce8a..b1f3f37 100644
--- a/kde-base/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=media-gfx/exiv2-0.20
+ >=media-gfx/exiv2-0.20[xmp]
media-libs/lcms:0
virtual/jpeg
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2012-10-23 10:57 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2012-10-23 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 84d3efb620c9415d30796f9d76c748cc2177c1d2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 10:50:54 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 10:52:31 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=84d3efb6
[kde-base/libkexiv2] Upstream fixed build issue requiring USE="xmp" for media-gfx/exiv2.
Thanks to Jekyll Wu <adaptee <AT> gmail.com>.
This reverts commit 84c2423b7e646a56b467097e92b3408d43ece70c.
---
kde-base/libkexiv2/libkexiv2-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild
index b1f3f37..057ce8a 100644
--- a/kde-base/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=media-gfx/exiv2-0.20[xmp]
+ >=media-gfx/exiv2-0.20
media-libs/lcms:0
virtual/jpeg
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2013-07-30 19:42 Johannes Huber
0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2013-07-30 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 47444159cc8d5dc15ed682a566a7fa89f5ee92f1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 19:42:39 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 19:42:39 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=47444159
[kde-base/libkexiv2] Drop not needed dep by Nikoli <nikoli <AT> lavabit.com> wrt bug #478478.
Package-Manager: portage-2.2.0_alpha191
---
kde-base/libkexiv2/libkexiv2-4.10.97.ebuild | 1 -
kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild | 1 -
kde-base/libkexiv2/libkexiv2-9999.ebuild | 1 -
3 files changed, 3 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-4.10.97.ebuild b/kde-base/libkexiv2/libkexiv2-4.10.97.ebuild
index 5f1e0ac..25e261e 100644
--- a/kde-base/libkexiv2/libkexiv2-4.10.97.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.10.97.ebuild
@@ -12,7 +12,6 @@ IUSE="debug"
DEPEND="
>=media-gfx/exiv2-0.20
- media-libs/lcms:0
virtual/jpeg
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild b/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
index d3d5930..2daf2f1 100644
--- a/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
@@ -12,7 +12,6 @@ IUSE="debug"
DEPEND="
>=media-gfx/exiv2-0.20
- media-libs/lcms:0
virtual/jpeg
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild
index d3d5930..2daf2f1 100644
--- a/kde-base/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild
@@ -12,7 +12,6 @@ IUSE="debug"
DEPEND="
>=media-gfx/exiv2-0.20
- media-libs/lcms:0
virtual/jpeg
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2013-08-06 7:33 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2013-08-06 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 4ec80ba163528c29ba6813e67cb0baf9f98f2a0d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 6 07:30:26 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 6 07:30:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4ec80ba1
[kde-base/libkexiv2] Pin virtual/jpeg SLOT to 0.
Package-Manager: portage-2.1.13.5
---
kde-base/libkexiv2/libkexiv2-4.10.97.ebuild | 2 +-
kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild | 2 +-
kde-base/libkexiv2/libkexiv2-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-4.10.97.ebuild b/kde-base/libkexiv2/libkexiv2-4.10.97.ebuild
index 25e261e..d3b66a9 100644
--- a/kde-base/libkexiv2/libkexiv2-4.10.97.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.10.97.ebuild
@@ -12,6 +12,6 @@ IUSE="debug"
DEPEND="
>=media-gfx/exiv2-0.20
- virtual/jpeg
+ virtual/jpeg:0
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild b/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
index 2daf2f1..1576570 100644
--- a/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
@@ -12,6 +12,6 @@ IUSE="debug"
DEPEND="
>=media-gfx/exiv2-0.20
- virtual/jpeg
+ virtual/jpeg:0
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild
index 2daf2f1..1576570 100644
--- a/kde-base/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild
@@ -12,6 +12,6 @@ IUSE="debug"
DEPEND="
>=media-gfx/exiv2-0.20
- virtual/jpeg
+ virtual/jpeg:0
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2013-09-20 19:42 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2013-09-20 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 8b168d54689ebfdb1a050f3e38586f84e761d4cc
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 19:42:37 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 19:42:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8b168d54
[kde-base/libkexiv2] Introduce xmp useflag for bug 485332
Package-Manager: portage-2.2.6
---
kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild | 4 ++--
kde-base/libkexiv2/libkexiv2-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild b/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
index 1576570..30ab0c4 100644
--- a/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
@@ -8,10 +8,10 @@ inherit kde4-base
DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
KEYWORDS=""
-IUSE="debug"
+IUSE="debug +xmp"
DEPEND="
- >=media-gfx/exiv2-0.20
+ >=media-gfx/exiv2-0.20[xmp=]
virtual/jpeg:0
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild
index 1576570..30ab0c4 100644
--- a/kde-base/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild
@@ -8,10 +8,10 @@ inherit kde4-base
DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
KEYWORDS=""
-IUSE="debug"
+IUSE="debug +xmp"
DEPEND="
- >=media-gfx/exiv2-0.20
+ >=media-gfx/exiv2-0.20[xmp=]
virtual/jpeg:0
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2013-12-20 12:14 Johannes Huber
0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2013-12-20 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 80fb8b2d9287c31b051e63ef9b8011028e1a70ab
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 11:14:26 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 11:14:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=80fb8b2d
[kde-base/libkexiv2] Use subslot for media-gfx/exiv2
Package-Manager: portage-2.2.7
---
kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild | 2 +-
kde-base/libkexiv2/libkexiv2-4.12.49.9999.ebuild | 2 +-
kde-base/libkexiv2/libkexiv2-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild b/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
index 30ab0c4..35a5a15 100644
--- a/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.11.49.9999.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=""
IUSE="debug +xmp"
DEPEND="
- >=media-gfx/exiv2-0.20[xmp=]
+ >=media-gfx/exiv2-0.20:=[xmp=]
virtual/jpeg:0
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkexiv2/libkexiv2-4.12.49.9999.ebuild b/kde-base/libkexiv2/libkexiv2-4.12.49.9999.ebuild
index 30ab0c4..35a5a15 100644
--- a/kde-base/libkexiv2/libkexiv2-4.12.49.9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-4.12.49.9999.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=""
IUSE="debug +xmp"
DEPEND="
- >=media-gfx/exiv2-0.20[xmp=]
+ >=media-gfx/exiv2-0.20:=[xmp=]
virtual/jpeg:0
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild
index 30ab0c4..35a5a15 100644
--- a/kde-base/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=""
IUSE="debug +xmp"
DEPEND="
- >=media-gfx/exiv2-0.20[xmp=]
+ >=media-gfx/exiv2-0.20:=[xmp=]
virtual/jpeg:0
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/
@ 2014-10-18 15:02 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2014-10-18 15:02 UTC (permalink / raw
To: gentoo-commits
commit: e142e596896f6d4fab0efe53a10582563204bfe2
Author: Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Mon Oct 13 13:22:17 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 15:02:06 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e142e596
[kde-base/libkexiv2] added kf5 version
---
kde-base/libkexiv2/libkexiv2-9999.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild
new file mode 100644
index 0000000..4549bfc
--- /dev/null
+++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
+KEYWORDS=""
+IUSE="+xmp"
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep khtml)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep ktextwidgets)
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ >=media-gfx/exiv2-0.21:=[xmp=]
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-10-18 15:02 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 12:14 [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2014-10-18 15:02 Michael Palimaka
2013-09-20 19:42 Andreas Hüttel
2013-08-06 7:33 Michael Palimaka
2013-07-30 19:42 Johannes Huber
2012-10-23 10:57 Michael Palimaka
2012-10-17 11:13 Michael Palimaka
2012-10-13 22:33 Johannes Huber
2011-06-09 21:47 Andreas Hüttel
2011-05-26 5:14 Jorge Manuel B. S. Vicetto
2011-04-10 1:15 Marc Schiffbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox