Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.0.1.ebuild
Date: Thu, 07 Feb 2008 00:11:38
Message-Id: E1JMuMZ-0008O9-Kw@stork.gentoo.org
1 philantrop 08/02/07 00:11:35
2
3 Modified: ChangeLog
4 Added: ksplash-4.0.1.ebuild
5 Log:
6 Version bump to KDE 4.0.1.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.2 kde-base/ksplash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 18 Jan 2008 00:42:07 -0000 1.1
23 +++ ChangeLog 7 Feb 2008 00:11:35 -0000 1.2
24 @@ -1,6 +1,9 @@
25 # ChangeLog for kde-base/ksplash
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.1 2008/01/18 00:42:07 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.2 2008/02/07 00:11:35 philantrop Exp $
29 +
30 + 06 Feb 2008; Wulf C. Krueger <philantrop@g.o> ChangeLog:
31 + Version bump to KDE 4.0.1.
32
33 *ksplash-4.0.0 (18 Jan 2008)
34
35
36
37
38 1.1 kde-base/ksplash/ksplash-4.0.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksplash/ksplash-4.0.1.ebuild?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksplash/ksplash-4.0.1.ebuild?rev=1.1&content-type=text/plain
42
43 Index: ksplash-4.0.1.ebuild
44 ===================================================================
45 # Copyright 1999-2008 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.0.1.ebuild,v 1.1 2008/02/07 00:11:35 philantrop Exp $
48
49 EAPI="1"
50
51 KMNAME=kdebase-workspace
52 inherit kde4-meta
53
54 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
55 KEYWORDS="~amd64 ~x86"
56 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
57
58 RDEPEND="
59 media-libs/libpng
60 xinerama? ( x11-libs/libXinerama )"
61 DEPEND="${RDEPEND}
62 xinerama? ( x11-proto/xineramaproto )"
63
64 src_compile() {
65 mycmakeargs="${mycmakeargs}
66 $(cmake-utils_has 3dnow X86_3DNOW)
67 $(cmake-utils_has altivec PPC_ALTIVEC)
68 $(cmake-utils_has mmx X86_MMX)
69 $(cmake-utils_has sse X86_SSE)
70 $(cmake-utils_has sse2 X86_SSE2)
71 $(cmake-utils_with xinerama X11_Xinerama)"
72 kde4-meta_src_compile
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list