Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgudev: libgudev-230.ebuild ChangeLog
Date: Fri, 24 Jul 2015 15:13:36
Message-Id: 20150724151333.71101C3@oystercatcher.gentoo.org
1 floppym 15/07/24 15:13:33
2
3 Modified: libgudev-230.ebuild ChangeLog
4 Log:
5 Drop IUSE=doc and gtk-doc support. If the gnome team wants to fix it, they are welcome to do so.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.10 dev-libs/libgudev/libgudev-230.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild?r1=1.9&r2=1.10
15
16 Index: libgudev-230.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- libgudev-230.ebuild 24 Jul 2015 14:58:47 -0000 1.9
23 +++ libgudev-230.ebuild 24 Jul 2015 15:13:33 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild,v 1.9 2015/07/24 14:58:47 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild,v 1.10 2015/07/24 15:13:33 floppym Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33 LICENSE="LGPL-2.1"
34 SLOT="0/0"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE="doc introspection static-libs"
37 +IUSE="introspection static-libs"
38
39 DEPEND=">=dev-libs/glib-2.22.0:2=[static-libs?]
40 virtual/libudev:=[static-libs?]
41 @@ -25,7 +25,6 @@
42
43 multilib_src_configure() {
44 local G2CONF="
45 - $(multilib_native_use_enable doc gtk-doc)
46 $(multilib_native_use_enable introspection)
47 $(use_enable static-libs static)
48 "
49
50
51
52 1.11 dev-libs/libgudev/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/ChangeLog?rev=1.11&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/ChangeLog?rev=1.11&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/ChangeLog?r1=1.10&r2=1.11
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v
61 retrieving revision 1.10
62 retrieving revision 1.11
63 diff -u -r1.10 -r1.11
64 --- ChangeLog 24 Jul 2015 14:58:47 -0000 1.10
65 +++ ChangeLog 24 Jul 2015 15:13:33 -0000 1.11
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-libs/libgudev
68 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v 1.10 2015/07/24 14:58:47 floppym Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v 1.11 2015/07/24 15:13:33 floppym Exp $
71 +
72 + 24 Jul 2015; Mike Gilbert <floppym@g.o> libgudev-230.ebuild:
73 + Drop IUSE=doc and gtk-doc support. If the gnome team wants to fix it, they are
74 + welcome to do so.
75
76 24 Jul 2015; Mike Gilbert <floppym@g.o> libgudev-230.ebuild:
77 Make the doc USE flag do something.