summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 09:58:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 09:59:10 +0200
commit420336464e757748fd3f7b63bdb565f3529b203c (patch)
tree86716785497ba3ecabdff61dd9c2aecb29e92723 /kde-apps/libkgeomap
parentdev-lang/vala: p.masked bump to 0.45.3 (diff)
downloadgentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.gz
gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.bz2
gentoo-420336464e757748fd3f7b63bdb565f3529b203c.zip
kde-apps: Drop KDE Applications 18.12.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkgeomap')
-rw-r--r--kde-apps/libkgeomap/Manifest1
-rw-r--r--kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest
index 9cca348a6315..6f23f7714f58 100644
--- a/kde-apps/libkgeomap/Manifest
+++ b/kde-apps/libkgeomap/Manifest
@@ -1,2 +1 @@
-DIST libkgeomap-18.12.3.tar.xz 151100 BLAKE2B 6c5cfda368ffe690800b00d3d3793a98e25d8dc21bcba1ee6235b5fbd02a1db41a7550746d477f6a3bd2737495fde792628c43f1639f865a825b7c7ab4a34acb SHA512 71db447c2c98d76343bff63e7e83c097e863935f88afb00870e343eb57c6a5d796c96e5d99d35a7b9ede4a2517debc4c71060507d41f59f5d4b0fa2fc7d83f86
DIST libkgeomap-19.04.3.tar.xz 150832 BLAKE2B d64c4a38b2afba99b23867e5a969715b65d7b0e03bae90f83c07d3651c167c6f50301fcfd34933db388c8147579efa68b349cabc26423f1af18b35b658d88c40 SHA512 130c8fe69303b275cce708a00a6b51ea4680e48bd504fc8cf6491271fe273a4db768628089f0fa9edf83c383bc6c7afdee5a7853e2ff884133c8854754f0acd6
diff --git a/kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild b/kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild
deleted file mode 100644
index 81deaec50a65..000000000000
--- a/kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
-HOMEPAGE="https://www.digikam.org/"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_kdeapps_dep marble 'kde' '' '5=')
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtgui)
- >=dev-qt/qtwebkit-5.212.0_pre20180120:5
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- use test && local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true )
-
- kde5_src_configure
-}