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/lilo-config: ChangeLog lilo-config-4.3.5.ebuild
Date: Mon, 25 Jan 2010 17:24:11
Message-Id: E1NZSfY-0007Yw-Ox@stork.gentoo.org
1 scarabeus 10/01/25 17:24:08
2
3 Modified: ChangeLog
4 Added: lilo-config-4.3.5.ebuild
5 Log:
6 Version bump KDE 4.3.5
7 (Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.99 kde-base/lilo-config/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/ChangeLog?rev=1.99&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/ChangeLog?rev=1.99&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/ChangeLog?r1=1.98&r2=1.99
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v
19 retrieving revision 1.98
20 retrieving revision 1.99
21 diff -u -r1.98 -r1.99
22 --- ChangeLog 23 Dec 2009 01:13:36 -0000 1.98
23 +++ ChangeLog 25 Jan 2010 17:24:08 -0000 1.99
24 @@ -1,6 +1,12 @@
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.98 2009/12/23 01:13:36 abcd Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.99 2010/01/25 17:24:08 scarabeus Exp $
30 +
31 +*lilo-config-4.3.5 (25 Jan 2010)
32 +
33 + 25 Jan 2010; Tomáš Chvátal <scarabeus@g.o>
34 + +lilo-config-4.3.5.ebuild:
35 + Version bump
36
37 23 Dec 2009; Jonathan Callen <abcd@g.o> lilo-config-4.3.4.ebuild:
38 Pull in changes from overlay
39
40
41
42 1.1 kde-base/lilo-config/lilo-config-4.3.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/lilo-config-4.3.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lilo-config/lilo-config-4.3.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lilo-config-4.3.5.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/lilo-config-4.3.5.ebuild,v 1.1 2010/01/25 17:24:08 scarabeus Exp $
52
53 EAPI="2"
54
55 KMNAME="kdeadmin"
56 inherit kde4-meta
57
58 DESCRIPTION="KDE LiLo kcontrol module"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="debug +handbook"
61
62 DEPEND="
63 $(add_kdebase_dep kdepimlibs)
64 sys-boot/lilo
65 "
66 RDEPEND="${DEPEND}"
67
68 src_configure() {
69 mycmakeargs=(
70 -DBUILD_lilo-config=TRUE
71 -DLILO_EXECUTABLE=TRUE
72 )
73
74 kde4-meta_src_configure
75 }