Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kspaceduel/
Date: Mon, 01 Oct 2012 16:07:40
Message-Id: 1349103460.60bc4336131ed6d6310ea4938d47499302308fd6.johu@gentoo
1 commit: 60bc4336131ed6d6310ea4938d47499302308fd6
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 14:57:40 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 14:57:40 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=60bc4336
7
8 [kde-base/kspaceduel] Move 4.9 branch to git. Add switch to keep it bumpable.
9
10 (Portage version: 2.2.0_alpha134/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 kde-base/kspaceduel/kspaceduel-4.9.49.9999.ebuild | 13 ++++++++++---
14 1 files changed, 10 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-base/kspaceduel/kspaceduel-4.9.49.9999.ebuild b/kde-base/kspaceduel/kspaceduel-4.9.49.9999.ebuild
17 index 832a8ed..d62d199 100644
18 --- a/kde-base/kspaceduel/kspaceduel-4.9.49.9999.ebuild
19 +++ b/kde-base/kspaceduel/kspaceduel-4.9.49.9999.ebuild
20 @@ -4,12 +4,19 @@
21
22 EAPI=4
23
24 +if [[ ${PV} == *9999 ]]; then
25 + eclass="kde4-base"
26 +else
27 + eclass="kde4-meta"
28 + KMNAME="kdegames"
29 +fi
30 KDE_HANDBOOK="optional"
31 -KMNAME="kdegames"
32 -KDE_SCM="svn"
33 KDE_SELINUX_MODULE="games"
34 -inherit kde4-meta
35 +inherit ${eclass}
36
37 DESCRIPTION="KDE Space Game"
38 KEYWORDS=""
39 IUSE="debug"
40 +
41 +DEPEND="$(add_kdebase_dep libkdegames)"
42 +RDEPEND="${DEPEND}"