Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/libgudev: libgudev-215.ebuild ChangeLog
Date: Tue, 29 Jul 2014 07:41:42
Message-Id: 20140729074138.397BF2004E@flycatcher.gentoo.org
1 ssuominen 14/07/29 07:41:38
2
3 Modified: ChangeLog
4 Added: libgudev-215.ebuild
5 Log:
6 New virtual version wrt #518416 for package managers with no proper in-place dependency handling.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.10 virtual/libgudev/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 25 Jul 2014 19:41:46 -0000 1.9
24 +++ ChangeLog 29 Jul 2014 07:41:37 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for virtual/libgudev
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.9 2014/07/25 19:41:46 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.10 2014/07/29 07:41:37 ssuominen Exp $
30 +
31 +*libgudev-215 (29 Jul 2014)
32 +
33 + 29 Jul 2014; Samuli Suominen <ssuominen@g.o> +libgudev-215.ebuild:
34 + New virtual version wrt #518416 for package managers with no proper in-place
35 + dependency handling.
36
37 25 Jul 2014; Samuli Suominen <ssuominen@g.o> metadata.xml:
38 systemd@g.o to maintainers.
39
40
41
42 1.1 virtual/libgudev/libgudev-215.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgudev-215.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/libgudev-215.ebuild,v 1.1 2014/07/29 07:41:37 ssuominen Exp $
52
53 EAPI=5
54 inherit multilib-build
55
56 DESCRIPTION="Virtual for libgudev providers"
57 HOMEPAGE=""
58 SRC_URI=""
59
60 LICENSE=""
61 SLOT="0/0"
62 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
63 IUSE="introspection static-libs"
64
65 DEPEND=""
66 RDEPEND="
67 || (
68 >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?]
69 >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev,introspection?,static-libs(-)?]
70 >=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP},gudev,introspection?,static-libs(-)?]
71 >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs(-)?]
72 >=sys-fs/eudev-1.5.3-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?]
73 )"