Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdeadmin-meta: ChangeLog metadata.xml kdeadmin-meta-4.1.2.ebuild
Date: Thu, 02 Oct 2008 07:09:25
Message-Id: E1KlIJO-00012T-Om@stork.gentoo.org
1 jmbsvicetto 08/10/02 07:09:22
2
3 Modified: ChangeLog metadata.xml
4 Added: kdeadmin-meta-4.1.2.ebuild
5 Log:
6 Add kde-4.1.2 into the tree from the kde-testing overlay.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.100 kde-base/kdeadmin-meta/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog?rev=1.100&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog?rev=1.100&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog?r1=1.99&r2=1.100
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v
19 retrieving revision 1.99
20 retrieving revision 1.100
21 diff -u -r1.99 -r1.100
22 --- ChangeLog 13 Sep 2008 23:57:49 -0000 1.99
23 +++ ChangeLog 2 Oct 2008 07:09:22 -0000 1.100
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kdeadmin-meta
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.99 2008/09/13 23:57:49 carlo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.100 2008/10/02 07:09:22 jmbsvicetto Exp $
29 +
30 +*kdeadmin-meta-4.1.2 (02 Oct 2008)
31 +
32 + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
33 + metadata.xml, +kdeadmin-meta-4.1.2.ebuild:
34 + Add kde-4.1.2 into the tree from the kde-testing overlay.
35
36 *kdeadmin-meta-3.5.10 (13 Sep 2008)
37
38
39
40
41 1.4 kde-base/kdeadmin-meta/metadata.xml
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeadmin-meta/metadata.xml?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeadmin-meta/metadata.xml?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeadmin-meta/metadata.xml?r1=1.3&r2=1.4
46
47 Index: metadata.xml
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/metadata.xml,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- metadata.xml 23 Aug 2008 05:23:11 -0000 1.3
54 +++ metadata.xml 2 Oct 2008 07:09:22 -0000 1.4
55 @@ -1,8 +1,8 @@
56 <?xml version="1.0" encoding="UTF-8"?>
57 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 <pkgmetadata>
59 - <herd>kde</herd>
60 - <use>
61 - <flag name="lilo">Install lilo-config, a frontend for the lilo boot loader</flag>
62 - </use>
63 +<use>
64 + <flag name="lilo">Install <pkg>lilo-config</pkg>, a frontend for the lilo boot loader</flag>
65 +</use>
66 +<herd>kde</herd>
67 </pkgmetadata>
68
69
70
71 1.1 kde-base/kdeadmin-meta/kdeadmin-meta-4.1.2.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeadmin-meta/kdeadmin-meta-4.1.2.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeadmin-meta/kdeadmin-meta-4.1.2.ebuild?rev=1.1&content-type=text/plain
75
76 Index: kdeadmin-meta-4.1.2.ebuild
77 ===================================================================
78 # Copyright 1999-2008 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/kdeadmin-meta-4.1.2.ebuild,v 1.1 2008/10/02 07:09:22 jmbsvicetto Exp $
81
82 EAPI="2"
83
84 inherit kde4-functions
85
86 DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
87 HOMEPAGE="http://www.kde.org/"
88
89 LICENSE="GPL-2"
90 SLOT="4.1"
91 KEYWORDS="~amd64 ~x86"
92 IUSE="lilo"
93
94 RDEPEND="
95 >=kde-base/kcron-${PV}:${SLOT}
96 >=kde-base/knetworkconf-${PV}:${SLOT}
97 >=kde-base/ksystemlog-${PV}:${SLOT}
98 >=kde-base/kuser-${PV}:${SLOT}
99 lilo? ( >=kde-base/lilo-config-${PV}:${SLOT} )
100 "
101
102 ## The following package was just added and has a questionable interest to Gentoo
103 # >=kde-base/kpackage-${PV}:${SLOT}
104
105 ## the following packages are currently missing in kde 4.1
106 #>=kde-base/kdeadmin-kfile-plugins-${PV}:${SLOT}
107 #>=kde-base/secpolicy-${PV}:${SLOT}
108
109 ## These seem to be broken
110 #>=kde-base/kdat-${PV}:${SLOT}
111 #>=kde-base/ksysv-${PV}:${SLOT}