Gentoo Archives: gentoo-commits

From: David Heidelberger <d.okias@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-transparent/
Date: Tue, 30 Apr 2013 14:33:01
Message-Id: 1367332308.d877c05c0d80d0ffe8373b44adea50fbd09d2e36.okias@gentoo
1 commit: d877c05c0d80d0ffe8373b44adea50fbd09d2e36
2 Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
3 AuthorDate: Tue Apr 30 14:31:48 2013 +0000
4 Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 30 14:31:48 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d877c05c
7
8 [x11-themes/oxygen-transparent] add version for 4.10 and require correct KDE version
9
10 ---
11 ....ebuild => oxygen-transparent-4.10.9999.ebuild} | 7 +++++++
12 .../oxygen-transparent-9999.ebuild | 7 +++++++
13 2 files changed, 14 insertions(+), 0 deletions(-)
14
15 diff --git a/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild b/x11-themes/oxygen-transparent/oxygen-transparent-4.10.9999.ebuild
16 similarity index 78%
17 copy from x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild
18 copy to x11-themes/oxygen-transparent/oxygen-transparent-4.10.9999.ebuild
19 index 161a198..cfa4a79 100644
20 --- a/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild
21 +++ b/x11-themes/oxygen-transparent/oxygen-transparent-4.10.9999.ebuild
22 @@ -4,6 +4,13 @@
23
24 EAPI=5
25
26 +if [[ $PV == 9999 ]]; then
27 + KDE_MINIMAL=9999
28 +else
29 + KDE_MINIMAL=${PV/\.9999/}
30 + EGIT_BRANCH="KDE/${KDE_MINIMAL}"
31 +fi
32 +
33 inherit kde4-base
34
35 DESCRIPTION="Oxygen style and decoration with support for transparency"
36
37 diff --git a/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild b/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild
38 index 161a198..cfa4a79 100644
39 --- a/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild
40 +++ b/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild
41 @@ -4,6 +4,13 @@
42
43 EAPI=5
44
45 +if [[ $PV == 9999 ]]; then
46 + KDE_MINIMAL=9999
47 +else
48 + KDE_MINIMAL=${PV/\.9999/}
49 + EGIT_BRANCH="KDE/${KDE_MINIMAL}"
50 +fi
51 +
52 inherit kde4-base
53
54 DESCRIPTION="Oxygen style and decoration with support for transparency"