Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/udev: udev-208-r1.ebuild ChangeLog udev-208.ebuild
Date: Tue, 25 Feb 2014 16:21:39
Message-Id: 20140225162132.662ED2004C@flycatcher.gentoo.org
1 mgorny 14/02/25 16:21:32
2
3 Modified: ChangeLog
4 Added: udev-208-r1.ebuild
5 Removed: udev-208.ebuild
6 Log:
7 Revbump to enforce the dep update.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.75 virtual/udev/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/ChangeLog?rev=1.75&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/ChangeLog?rev=1.75&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/ChangeLog?r1=1.74&r2=1.75
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v
21 retrieving revision 1.74
22 retrieving revision 1.75
23 diff -u -r1.74 -r1.75
24 --- ChangeLog 25 Feb 2014 16:15:27 -0000 1.74
25 +++ ChangeLog 25 Feb 2014 16:21:32 -0000 1.75
26 @@ -1,6 +1,12 @@
27 # ChangeLog for virtual/udev
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v 1.74 2014/02/25 16:15:27 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v 1.75 2014/02/25 16:21:32 mgorny Exp $
31 +
32 +*udev-208-r1 (25 Feb 2014)
33 +
34 + 25 Feb 2014; Michał Górny <mgorny@g.o> +udev-208-r1.ebuild,
35 + -udev-208.ebuild:
36 + Revbump to enforce the dep update.
37
38 25 Feb 2014; Michał Górny <mgorny@g.o> udev-208.ebuild:
39 Add systemd subslot 2 since it did not change libudev.so.
40
41
42
43 1.1 virtual/udev/udev-208-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/udev-208-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/udev-208-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: udev-208-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/virtual/udev/udev-208-r1.ebuild,v 1.1 2014/02/25 16:21:32 mgorny Exp $
53
54 EAPI=5
55 inherit multilib-build
56
57 DESCRIPTION="Virtual to select between sys-fs/udev and sys-fs/eudev"
58 HOMEPAGE=""
59 SRC_URI=""
60
61 LICENSE=""
62 SLOT="0"
63 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
64 # These default enabled IUSE flags should follow defaults of sys-fs/udev.
65 IUSE="gudev introspection +kmod selinux static-libs"
66
67 DEPEND=""
68 RDEPEND="|| ( >=sys-fs/udev-208[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs?]
69 >=sys-apps/systemd-208:0/2[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs(-)?]
70 >=sys-apps/systemd-208:0/1[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs(-)?]
71 >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs(-)?]
72 kmod? ( || (
73 >=sys-fs/eudev-1.3[${MULTILIB_USEDEP},modutils,gudev?,introspection?,selinux?,static-libs?]
74 >=sys-fs/eudev-1.3[${MULTILIB_USEDEP},kmod,gudev?,introspection?,selinux?,static-libs?]
75 ) )
76 !kmod? ( >=sys-fs/eudev-1.3[${MULTILIB_USEDEP},gudev?,introspection?,selinux?,static-libs?] )
77 )"