Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/lilo-config: lilo-config-4.3.0.ebuild ChangeLog
Date: Tue, 04 Aug 2009 01:25:16
Message-Id: E1MY8mA-0006CF-5K@stork.gentoo.org
1 wired 09/08/04 01:25:14
2
3 Modified: ChangeLog
4 Added: lilo-config-4.3.0.ebuild
5 Log:
6 Version bump KDE 4.3.0
7 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.81 kde-base/lilo-config/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 14 Jun 2009 11:50:15 -0000 1.80
23 +++ ChangeLog 4 Aug 2009 01:25:14 -0000 1.81
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/lilo-config
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.80 2009/06/14 11:50:15 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.81 2009/08/04 01:25:14 wired Exp $
29 +
30 +*lilo-config-4.3.0 (04 Aug 2009)
31 +
32 + 04 Aug 2009; Alex Alexander <wired@g.o> +lilo-config-4.3.0.ebuild:
33 + Version bump
34
35 14 Jun 2009; Alexey Shvetsov <alexxy@g.o>
36 -lilo-config-4.2.3.ebuild:
37
38
39
40 1.1 kde-base/lilo-config/lilo-config-4.3.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/lilo-config-4.3.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/lilo-config-4.3.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: lilo-config-4.3.0.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/lilo-config-4.3.0.ebuild,v 1.1 2009/08/04 01:25:14 wired Exp $
50
51 EAPI="2"
52
53 KMNAME="kdeadmin"
54 inherit kde4-meta
55
56 DESCRIPTION="KDE LiLo kcontrol module"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="debug +handbook"
59
60 DEPEND="
61 >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]
62 sys-boot/lilo
63 "
64 RDEPEND="${DEPEND}"
65
66 src_configure() {
67 mycmakeargs="${mycmakeargs}
68 -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
69
70 kde4-meta_src_configure
71 }