commit: 283972cc02649aada30e941185a82953528ea9bf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 23:09:38 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 23:09:48 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=283972cc
kde-apps/libkexiv2: Fix patch path
Improve DESCRIPTION.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/libkexiv2/libkexiv2-18.12.49.9999.ebuild | 5 ++++-
kde-apps/libkexiv2/libkexiv2-9999.ebuild | 7 +++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/kde-apps/libkexiv2/libkexiv2-18.12.49.9999.ebuild
b/kde-apps/libkexiv2/libkexiv2-18.12.49.9999.ebuild
index f54db1cbca..dcf78b3511 100644
--- a/kde-apps/libkexiv2/libkexiv2-18.12.49.9999.ebuild
+++ b/kde-apps/libkexiv2/libkexiv2-18.12.49.9999.ebuild
@@ -3,10 +3,11 @@
EAPI=6
+FRAMEWORKS_MINIMAL="5.53.0"
KDE_BLOCK_SLOT4="false"
inherit kde5
-DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
+DESCRIPTION="Wrapper around exiv2 library"
LICENSE="GPL-2+"
KEYWORDS=""
IUSE="+xmp"
@@ -16,3 +17,5 @@ DEPEND="
>=media-gfx/exiv2-0.25:=[xmp=]
"
RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-18.12.0-exiv2-0.27.patch" )
diff --git a/kde-apps/libkexiv2/libkexiv2-9999.ebuild
b/kde-apps/libkexiv2/libkexiv2-9999.ebuild
index f6dd04957d..e2ae1c3839 100644
--- a/kde-apps/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-apps/libkexiv2/libkexiv2-9999.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-FRAMEWORKS_MINIMAL="5.53.0"
KDE_BLOCK_SLOT4="false"
inherit kde5
-DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
+DESCRIPTION="Wrapper around exiv2 library"
LICENSE="GPL-2+"
KEYWORDS=""
IUSE="+xmp"
@@ -18,4 +17,4 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.patch" )
+PATCHES=( "${FILESDIR}/${PN}-18.12.0-exiv2-0.27.patch" )