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-9999.ebuild util-linux-2.21.2.ebuild ChangeLog
Date: Sat, 02 Jun 2012 18:55:48
Message-Id: 20120602185537.A74E62004B@flycatcher.gentoo.org
1 vapier 12/06/02 18:55:37
2
3 Modified: util-linux-9999.ebuild util-linux-2.21.2.ebuild
4 ChangeLog
5 Log:
6 Control udev dep with USE=udev #417767 by Alexey Shvetsov.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.33 sys-apps/util-linux/util-linux-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?r1=1.32&r2=1.33
16
17 Index: util-linux-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- util-linux-9999.ebuild 24 May 2012 02:52:39 -0000 1.32
24 +++ util-linux-9999.ebuild 2 Jun 2012 18:55:37 -0000 1.33
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 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-9999.ebuild,v 1.32 2012/05/24 02:52:39 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.33 2012/06/02 18:55:37 vapier Exp $
30
31 EAPI="3"
32
33 @@ -28,7 +28,7 @@
34
35 LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain"
36 SLOT="0"
37 -IUSE="+cramfs crypt ddate loop-aes ncurses nls old-linux perl selinux slang static-libs unicode"
38 +IUSE="+cramfs crypt ddate loop-aes ncurses nls old-linux perl selinux slang static-libs udev unicode"
39
40 RDEPEND="!sys-process/schedutils
41 !sys-apps/setarch
42 @@ -40,7 +40,8 @@
43 ncurses? ( >=sys-libs/ncurses-5.2-r2 )
44 perl? ( dev-lang/perl )
45 selinux? ( sys-libs/libselinux )
46 - slang? ( sys-libs/slang )"
47 + slang? ( sys-libs/slang )
48 + udev? ( sys-fs/udev )"
49 DEPEND="${RDEPEND}
50 nls? ( sys-devel/gettext )
51 virtual/os-headers"
52 @@ -48,7 +49,6 @@
53 src_prepare() {
54 if [[ ${PV} == "9999" ]] ; then
55 po/update-potfiles
56 - autopoint --force
57 eautoreconf
58 else
59 use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff
60 @@ -93,6 +93,7 @@
61 $(use_with selinux) \
62 $(use_with slang) \
63 $(use_enable static-libs static) \
64 + $(use_with udev) \
65 $(tc-has-tls || echo --disable-tls)
66 }
67
68
69
70
71 1.2 sys-apps/util-linux/util-linux-2.21.2.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.21.2.ebuild?rev=1.2&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.21.2.ebuild?rev=1.2&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.21.2.ebuild?r1=1.1&r2=1.2
76
77 Index: util-linux-2.21.2.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.21.2.ebuild,v
80 retrieving revision 1.1
81 retrieving revision 1.2
82 diff -u -r1.1 -r1.2
83 --- util-linux-2.21.2.ebuild 25 May 2012 16:15:18 -0000 1.1
84 +++ util-linux-2.21.2.ebuild 2 Jun 2012 18:55:37 -0000 1.2
85 @@ -1,6 +1,6 @@
86 # Copyright 1999-2012 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.21.2.ebuild,v 1.1 2012/05/25 16:15:18 vapier Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.21.2.ebuild,v 1.2 2012/06/02 18:55:37 vapier Exp $
90
91 EAPI="3"
92
93 @@ -29,7 +29,7 @@
94
95 LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain"
96 SLOT="0"
97 -IUSE="+cramfs crypt ddate loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
98 +IUSE="+cramfs crypt ddate loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc udev unicode"
99
100 RDEPEND="!sys-process/schedutils
101 !sys-apps/setarch
102 @@ -40,7 +40,8 @@
103 ncurses? ( >=sys-libs/ncurses-5.2-r2 )
104 perl? ( dev-lang/perl )
105 selinux? ( sys-libs/libselinux )
106 - slang? ( sys-libs/slang )"
107 + slang? ( sys-libs/slang )
108 + udev? ( sys-fs/udev )"
109 DEPEND="${RDEPEND}
110 nls? ( sys-devel/gettext )
111 virtual/os-headers
112 @@ -49,7 +50,6 @@
113 src_prepare() {
114 if [[ ${PV} == "9999" ]] ; then
115 po/update-potfiles
116 - autopoint --force
117 eautoreconf
118 else
119 use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff
120 @@ -98,6 +98,7 @@
121 $(use_with selinux) \
122 $(use_with slang) \
123 $(use_enable static-libs static) \
124 + $(use_with udev) \
125 $(tc-has-tls || echo --disable-tls)
126 }
127
128
129
130
131 1.387 sys-apps/util-linux/ChangeLog
132
133 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.387&view=markup
134 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.387&content-type=text/plain
135 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.386&r2=1.387
136
137 Index: ChangeLog
138 ===================================================================
139 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
140 retrieving revision 1.386
141 retrieving revision 1.387
142 diff -u -r1.386 -r1.387
143 --- ChangeLog 25 May 2012 16:15:18 -0000 1.386
144 +++ ChangeLog 2 Jun 2012 18:55:37 -0000 1.387
145 @@ -1,6 +1,10 @@
146 # ChangeLog for sys-apps/util-linux
147 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
148 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.386 2012/05/25 16:15:18 vapier Exp $
149 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.387 2012/06/02 18:55:37 vapier Exp $
150 +
151 + 02 Jun 2012; Mike Frysinger <vapier@g.o> util-linux-2.21.2.ebuild,
152 + util-linux-9999.ebuild:
153 + Control udev dep with USE=udev #417767 by Alexey Shvetsov.
154
155 *util-linux-2.21.2 (25 May 2012)