From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/
Date: Wed, 7 Dec 2016 18:32:29 +0000 (UTC) [thread overview]
Message-ID: <1481135541.e85aebaa5655e892e1f2ec7791f1172d87ef7c67.johu@gentoo> (raw)
commit: e85aebaa5655e892e1f2ec7791f1172d87ef7c67
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Dec 7 15:24:04 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 18:32:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85aebaa
kde-apps/marble: Drop old
Package-Manager: portage-2.3.0
Closes: #3049
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
kde-apps/marble/marble-16.08.3.ebuild | 88 -----------------------------------
1 file changed, 88 deletions(-)
diff --git a/kde-apps/marble/marble-16.08.3.ebuild b/kde-apps/marble/marble-16.08.3.ebuild
deleted file mode 100644
index 9bd4a9b..00000000
--- a/kde-apps/marble/marble-16.08.3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth"
-HOMEPAGE="https://marble.kde.org/"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="aprs +dbus designer gps +kde phonon +positioning shapefile +webkit"
-
-# FIXME (new package): libwlocate, WLAN-based geolocation
-RDEPEND="
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtscript)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- aprs? ( $(add_qt_dep qtserialport) )
- dbus? ( $(add_qt_dep qtdbus) )
- designer? ( $(add_qt_dep designer) )
- gps? ( sci-geosciences/gpsd )
- kde? (
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep krunner)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwallet)
- )
- phonon? ( media-libs/phonon[qt5] )
- positioning? (
- $(add_qt_dep qtlocation)
- $(add_qt_dep qtpositioning)
- )
- shapefile? ( sci-libs/shapelib )
- webkit? ( $(add_qt_dep qtwebkit) )
-"
-DEPEND="${RDEPEND}
- aprs? ( dev-lang/perl )
-"
-
-# bug 588320
-RESTRICT=test
-
-src_prepare() {
- if use kde; then
- sed -e "/add_subdirectory(marble-qt)/ s/^/#DONT/" \
- -i src/apps/CMakeLists.txt \
- || die "Failed to disable marble-qt"
- fi
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package aprs Perl)
- $(cmake-utils_use_find_package positioning Qt5Location)
- $(cmake-utils_use_find_package positioning Qt5Positioning)
- -DBUILD_MARBLE_TESTS=$(usex test)
- -DWITH_DESIGNER_PLUGIN=$(usex designer)
- -DWITH_libgps=$(usex gps)
- -DWITH_KF5=$(usex kde)
- -DWITH_Phonon=$(usex phonon)
- -DWITH_libshp=$(usex shapefile)
- $(cmake-utils_use_find_package webkit Qt5WebKit)
- $(cmake-utils_use_find_package webkit Qt5WebKitWidgets)
- -DWITH_libwlocate=OFF
- )
- kde5_src_configure
-}
next reply other threads:[~2016-12-07 18:32 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-07 18:32 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 7:21 [gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/ Arthur Zamarin
2025-03-07 16:59 Arthur Zamarin
2025-01-30 17:19 Andreas Sturmlechner
2025-01-30 9:29 Arthur Zamarin
2025-01-30 9:29 Arthur Zamarin
2025-01-10 21:08 Andreas Sturmlechner
2025-01-05 19:08 Sam James
2024-12-15 12:42 Andreas Sturmlechner
2024-11-21 13:47 Jakov Smolić
2024-10-07 23:12 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-05 7:07 Michał Górny
2024-08-01 16:23 Andreas Sturmlechner
2024-07-14 5:59 Arthur Zamarin
2024-07-13 22:44 Sam James
2024-06-17 18:49 Andreas Sturmlechner
2024-06-17 5:54 Arthur Zamarin
2024-06-17 5:19 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-04-23 6:33 Arthur Zamarin
2024-04-23 6:25 Arthur Zamarin
2024-04-23 5:26 Arthur Zamarin
2020-06-15 10:18 Andreas Sturmlechner
2019-11-13 2:02 Andreas Sturmlechner
2019-08-17 23:02 Andreas Sturmlechner
2019-08-17 23:02 Andreas Sturmlechner
2019-07-28 2:45 Mikle Kolyada
2019-07-28 2:33 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2019-02-24 21:37 Andreas Sturmlechner
2019-02-14 18:36 Andreas Sturmlechner
2018-07-29 12:56 Thomas Deutschmann
2017-04-22 14:32 Andreas Sturmlechner
2017-04-16 20:58 Agostino Sarubbo
2017-04-01 18:15 Andreas Sturmlechner
2017-03-25 2:00 Michael Palimaka
2017-02-25 22:05 Johannes Huber
2017-01-21 16:14 Andreas Sturmlechner
2016-10-29 10:21 Michael Palimaka
2016-07-09 18:26 Johannes Huber
2016-05-24 19:26 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1481135541.e85aebaa5655e892e1f2ec7791f1172d87ef7c67.johu@gentoo \
--to=johu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox