Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/marble/
Date: Thu, 28 Jun 2012 12:12:14
Message-Id: 1340885377.1bdccd0506962120ea551b8c41c25d94924bf56d.kensington@gentoo
1 commit: 1bdccd0506962120ea551b8c41c25d94924bf56d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 12:09:37 2012 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 12:09:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1bdccd05
7
8 [kde-base/marble] Remove 4.8.80 that somehow reappeared when bumping 4.9.49.9999.
9
10 (Portage version: 2.1.11.3/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 kde-base/marble/marble-4.8.80.ebuild | 70 ----------------------------------
14 1 files changed, 0 insertions(+), 70 deletions(-)
15
16 diff --git a/kde-base/marble/marble-4.8.80.ebuild b/kde-base/marble/marble-4.8.80.ebuild
17 deleted file mode 100644
18 index 49bd9e0..0000000
19 --- a/kde-base/marble/marble-4.8.80.ebuild
20 +++ /dev/null
21 @@ -1,70 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=4
27 -
28 -KDE_HANDBOOK="optional"
29 -KDE_REQUIRED="optional"
30 -CPPUNIT_REQUIRED="optional"
31 -PYTHON_DEPEND="python? 2"
32 -KDE_SCM="git"
33 -inherit kde4-base python
34 -
35 -DESCRIPTION="Generic geographical map widget"
36 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 -IUSE="debug designer-plugin gps +kde plasma python"
38 -
39 -# tests fail / segfault. Last checked for 4.2.88
40 -# RESTRICT=test
41 -
42 -DEPEND="
43 - gps? ( >=sci-geosciences/gpsd-2.95[qt4] )
44 - python? (
45 - >=dev-python/PyQt4-4.4.4-r1
46 - kde? ( $(add_kdebase_dep pykde4) )
47 - )
48 -"
49 -RDEPEND="${DEPEND}
50 -"
51 -
52 -REQUIRED_USE="
53 - plasma? ( kde )
54 - python? ( kde )
55 -"
56 -
57 -pkg_setup() {
58 - python_set_active_version 2
59 - kde4-base_pkg_setup
60 - python_pkg_setup
61 -}
62 -
63 -src_prepare() {
64 - kde4-base_src_prepare
65 - python_convert_shebangs -r $(python_get_version) .
66 -}
67 -
68 -src_configure() {
69 - local mycmakeargs=(
70 - $(cmake-utils_use_with designer-plugin DESIGNER_PLUGIN)
71 - $(cmake-utils_use python EXPERIMENTAL_PYTHON_BINDINGS)
72 - $(cmake-utils_use_with python PyQt4)
73 - $(cmake-utils_use_with python PythonLibrary)
74 - $(cmake-utils_use_with python SIP)
75 - $(cmake-utils_use_with gps libgps)
76 - $(cmake-utils_use !kde QTONLY)
77 - $(cmake-utils_use_with plasma)
78 - -DWITH_liblocation=0
79 - $(use kde && cmake-utils_use_with python PyKDE4)
80 - )
81 -
82 - kde4-base_src_configure
83 -}
84 -
85 -src_test() {
86 - if use kde; then
87 - elog "Marble tests can only be run in the qt-only version"
88 - else
89 - kde4-base_src_test
90 - fi
91 -}