summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/libkexiv2/libkexiv2-23.04.1.ebuild')
-rw-r--r--kde-apps/libkexiv2/libkexiv2-23.04.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde-apps/libkexiv2/libkexiv2-23.04.1.ebuild b/kde-apps/libkexiv2/libkexiv2-23.04.1.ebuild
deleted file mode 100644
index 47e57581c5b4..000000000000
--- a/kde-apps/libkexiv2/libkexiv2-23.04.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Wrapper around exiv2 library"
-SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-exiv2-0.28.patch.xz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+xmp"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=media-gfx/exiv2-0.25:=[xmp=]
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${WORKDIR}/${P}-exiv2-0.28.patch" ) # bug 906087