Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/libgudev: libgudev-230.ebuild ChangeLog
Date: Sat, 27 Jun 2015 17:34:27
Message-Id: 20150627173413.4912E741@oystercatcher.gentoo.org
1 floppym 15/06/27 17:34:13
2
3 Modified: ChangeLog
4 Added: libgudev-230.ebuild
5 Log:
6 Remove systemd and udev as providers of libgudev, bug 552036.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.18 virtual/libgudev/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 10 Jun 2015 12:43:46 -0000 1.17
24 +++ ChangeLog 27 Jun 2015 17:34:13 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/libgudev
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.17 2015/06/10 12:43:46 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.18 2015/06/27 17:34:13 floppym Exp $
30 +
31 +*libgudev-230 (27 Jun 2015)
32 +
33 + 27 Jun 2015; Mike Gilbert <floppym@g.o> +libgudev-230.ebuild:
34 + Remove systemd and udev as providers of libgudev, bug 552036.
35
36 *libgudev-215-r3 (10 Jun 2015)
37
38
39
40
41 1.1 virtual/libgudev/libgudev-230.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-230.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-230.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgudev-230.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/libgudev-230.ebuild,v 1.1 2015/06/27 17:34:13 floppym Exp $
51
52 EAPI=5
53 inherit multilib-build
54
55 DESCRIPTION="Virtual for libgudev providers"
56 HOMEPAGE=""
57 SRC_URI=""
58
59 LICENSE=""
60 SLOT="0/0"
61 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
62 IUSE="introspection static-libs"
63
64 DEPEND=""
65 RDEPEND="dev-libs/libgudev:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]"