Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.20.ebuild metadata.xml ChangeLog util-linux-9999.ebuild
Date: Wed, 07 Sep 2011 04:06:49
Message-Id: 20110907040639.7D5202004C@flycatcher.gentoo.org
1 vapier 11/09/07 04:06:39
2
3 Modified: util-linux-2.20.ebuild metadata.xml ChangeLog
4 util-linux-9999.ebuild
5 Log:
6 Add USE=ddate to control ddate util #381291 by Ole Henrik Jahren.
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-apps/util-linux/util-linux-2.20.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.20.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.20.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.20.ebuild?r1=1.1&r2=1.2
16
17 Index: util-linux-2.20.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- util-linux-2.20.ebuild 29 Aug 2011 21:25:15 -0000 1.1
24 +++ util-linux-2.20.ebuild 7 Sep 2011 04:06:39 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20.ebuild,v 1.1 2011/08/29 21:25:15 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20.ebuild,v 1.2 2011/09/07 04:06:39 vapier Exp $
30
31 EAPI="3"
32
33 @@ -25,7 +25,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -IUSE="+cramfs crypt loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
38 +IUSE="+cramfs crypt ddate loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
39
40 RDEPEND="!sys-process/schedutils
41 !sys-apps/setarch
42 @@ -74,6 +74,7 @@
43 $(use_enable nls) \
44 --enable-agetty \
45 $(use_enable cramfs) \
46 + $(use_enable ddate) \
47 $(use_enable old-linux elvtune) \
48 --with-ncurses=$(usex ncurses $(usex unicode auto yes) no) \
49 --disable-kill \
50
51
52
53 1.9 sys-apps/util-linux/metadata.xml
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/metadata.xml?rev=1.9&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/metadata.xml?rev=1.9&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/metadata.xml?r1=1.8&r2=1.9
58
59 Index: metadata.xml
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/metadata.xml,v
62 retrieving revision 1.8
63 retrieving revision 1.9
64 diff -u -r1.8 -r1.9
65 --- metadata.xml 17 Jun 2011 19:06:41 -0000 1.8
66 +++ metadata.xml 7 Sep 2011 04:06:39 -0000 1.9
67 @@ -8,6 +8,7 @@
68 </maintainer>
69 <use>
70 <flag name='cramfs'>build mkfs/fsck helpers for cramfs filesystems</flag>
71 + <flag name='ddate'>build ddate helper (Discordian dates)</flag>
72 <flag name='loop-aes'>include support for Loop AES encryption</flag>
73 <flag name='perl'>install the chkdupexe helper script</flag>
74 </use>
75
76
77
78 1.349 sys-apps/util-linux/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.349&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.349&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.348&r2=1.349
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
87 retrieving revision 1.348
88 retrieving revision 1.349
89 diff -u -r1.348 -r1.349
90 --- ChangeLog 29 Aug 2011 21:25:15 -0000 1.348
91 +++ ChangeLog 7 Sep 2011 04:06:39 -0000 1.349
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sys-apps/util-linux
94 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.348 2011/08/29 21:25:15 vapier Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.349 2011/09/07 04:06:39 vapier Exp $
97 +
98 + 07 Sep 2011; Mike Frysinger <vapier@g.o> util-linux-2.20.ebuild,
99 + util-linux-9999.ebuild, metadata.xml:
100 + Add USE=ddate to control ddate util #381291 by Ole Henrik Jahren.
101
102 *util-linux-2.20 (29 Aug 2011)
103
104
105
106
107 1.23 sys-apps/util-linux/util-linux-9999.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.23&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.23&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?r1=1.22&r2=1.23
112
113 Index: util-linux-9999.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v
116 retrieving revision 1.22
117 retrieving revision 1.23
118 diff -u -r1.22 -r1.23
119 --- util-linux-9999.ebuild 29 Aug 2011 21:25:15 -0000 1.22
120 +++ util-linux-9999.ebuild 7 Sep 2011 04:06:39 -0000 1.23
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2011 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.22 2011/08/29 21:25:15 vapier Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.23 2011/09/07 04:06:39 vapier Exp $
126
127 EAPI="3"
128
129 @@ -25,7 +25,7 @@
130
131 LICENSE="GPL-2"
132 SLOT="0"
133 -IUSE="+cramfs crypt loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
134 +IUSE="+cramfs crypt ddate loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
135
136 RDEPEND="!sys-process/schedutils
137 !sys-apps/setarch
138 @@ -74,6 +74,7 @@
139 $(use_enable nls) \
140 --enable-agetty \
141 $(use_enable cramfs) \
142 + $(use_enable ddate) \
143 $(use_enable old-linux elvtune) \
144 --with-ncurses=$(usex ncurses $(usex unicode auto yes) no) \
145 --disable-kill \