summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 19:54:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 18:39:11 +0200
commitf84fcbb5131013f9494b9024ec746f68fcbdad36 (patch)
treeda178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/libkgeomap
parentprofiles: Mask legacy KDE Applications for removal (diff)
downloadgentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz
gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2
gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/libkgeomap')
-rw-r--r--kde-apps/libkgeomap/Manifest1
-rw-r--r--kde-apps/libkgeomap/libkgeomap-16.12.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest
index 2b462c7375dd..7d6bac25405d 100644
--- a/kde-apps/libkgeomap/Manifest
+++ b/kde-apps/libkgeomap/Manifest
@@ -1,2 +1 @@
-DIST libkgeomap-16.12.3.tar.xz 125352 SHA256 a9e945af924751ee1915ca1af4be841ecec37b45035ec1f7dfd92fb5d8e1e2ff SHA512 6c44900fada6b4b71bac8587faded55992a08937719d3866d7da6d9e8b3d10db44f810d9890db27fe757ba2513d0d773bc99fd7d49cb8dd037a3edc140b6ee72 WHIRLPOOL bdaedb20fd74ce156111399beb804780605225e765aa7d8822206866bebb4db0baf349af9a83596e38a2240c1495b1ac3e88aff557fd0e314770203bf410300e
DIST libkgeomap-17.04.3.tar.xz 150024 SHA256 c1d35175e664d32c91b1fd18fb5ec2b0f1c1080caa315fc3eca4b8308c9284fd SHA512 74bbe156fd388161714a3c4737172e740e2feae9f558c78f4348da88aaa87511090ace5cd63acc95ea826e48b533d7640f4a8137ad5e96bcf70decf1b8152bcd WHIRLPOOL ec16137066e1149054b9bd75f3cb98c63a5eb67c6315a4050daa386a6d47c0570ffb53aef017fea18bd821cf348b6a2df2b3e90896522fd58bea0fbe14e4f49c
diff --git a/kde-apps/libkgeomap/libkgeomap-16.12.3.ebuild b/kde-apps/libkgeomap/libkgeomap-16.12.3.ebuild
deleted file mode 100644
index bb3d6ffba2cf..000000000000
--- a/kde-apps/libkgeomap/libkgeomap-16.12.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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)
- $(add_qt_dep qtwebkit)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true
- )
-
- kde5_src_configure
-}