Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ktux: ChangeLog ktux-4.6.2.ebuild ktux-4.6.1.ebuild ktux-4.5.5.ebuild ktux-4.6.0.ebuild
Date: Wed, 06 Apr 2011 14:26:18
Message-Id: 20110406141850.EB98A20061@flycatcher.gentoo.org
1 scarabeus 11/04/06 14:18:50
2
3 Modified: ChangeLog
4 Added: ktux-4.6.2.ebuild
5 Removed: ktux-4.6.1.ebuild ktux-4.5.5.ebuild
6 ktux-4.6.0.ebuild
7 Log:
8 KDE SC 4.6.2 version bump. Drop 4.6.{0,1} and 4.5.5. This is our stable candidate so test and test more. Force due to some unmet deps. Filled as bug #362305.
9
10 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64, RepoMan options: --force)
11
12 Revision Changes Path
13 1.162 kde-base/ktux/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ktux/ChangeLog?rev=1.162&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ktux/ChangeLog?rev=1.162&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ktux/ChangeLog?r1=1.161&r2=1.162
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v
22 retrieving revision 1.161
23 retrieving revision 1.162
24 diff -u -r1.161 -r1.162
25 --- ChangeLog 4 Mar 2011 18:00:07 -0000 1.161
26 +++ ChangeLog 6 Apr 2011 14:18:50 -0000 1.162
27 @@ -1,6 +1,12 @@
28 # ChangeLog for kde-base/ktux
29 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.161 2011/03/04 18:00:07 alexxy Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.162 2011/04/06 14:18:50 scarabeus Exp $
32 +
33 +*ktux-4.6.2 (06 Apr 2011)
34 +
35 + 06 Apr 2011; Tomáš Chvátal <scarabeus@g.o> -ktux-4.5.5.ebuild,
36 + -ktux-4.6.0.ebuild, -ktux-4.6.1.ebuild, +ktux-4.6.2.ebuild:
37 + Version bump KDE SC 4.6.2
38
39 *ktux-4.6.1 (04 Mar 2011)
40
41
42
43
44 1.1 kde-base/ktux/ktux-4.6.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ktux/ktux-4.6.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ktux/ktux-4.6.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: ktux-4.6.2.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ktux-4.6.2.ebuild,v 1.1 2011/04/06 14:18:50 scarabeus Exp $
54
55 EAPI=3
56
57 KMNAME="kdetoys"
58 inherit kde4-meta
59
60 DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
62 IUSE="debug"
63
64 # libkworkspace - only as a stub to provide KDE4Workspace config
65 DEPEND="
66 $(add_kdebase_dep kscreensaver)
67 $(add_kdebase_dep libkworkspace)
68 "
69 RDEPEND="${DEPEND}"
70
71 src_prepare() {
72 sed -i -e's/${KDE4WORKSPACE_KSCREENSAVER_LIBRARY}/kscreensaver/' \
73 "${PN}"/src/CMakeLists.txt || die "Failed to patch CMakeLists.txt"
74
75 kde4-meta_src_prepare
76 }