Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/eject: eject-0.ebuild ChangeLog
Date: Thu, 05 Apr 2012 18:40:32
Message-Id: 20120405184023.3F37A2004B@flycatcher.gentoo.org
1 vapier 12/04/05 18:40:23
2
3 Modified: eject-0.ebuild ChangeLog
4 Log:
5 Allow newer versions of util-linux to provide eject (since it does).
6
7 (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 virtual/eject/eject-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?r1=1.6&r2=1.7
15
16 Index: eject-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- eject-0.ebuild 31 Mar 2011 15:32:53 -0000 1.6
23 +++ eject-0.ebuild 5 Apr 2012 18:40:23 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.6 2011/03/31 15:32:53 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.7 2012/04/05 18:40:23 vapier Exp $
30
31 DESCRIPTION="Virtual for the eject command"
32 HOMEPAGE=""
33 @@ -11,5 +11,5 @@
34 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
35 IUSE=""
36
37 -RDEPEND="|| ( sys-block/eject sys-block/eject-bsd )"
38 +RDEPEND="|| ( >=sys-apps/util-linux-2.22 sys-block/eject sys-block/eject-bsd )"
39 DEPEND=""
40
41
42
43 1.6 virtual/eject/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/ChangeLog?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/ChangeLog?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/ChangeLog?r1=1.5&r2=1.6
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- ChangeLog 31 Mar 2011 08:49:52 -0000 1.5
56 +++ ChangeLog 5 Apr 2012 18:40:23 -0000 1.6
57 @@ -1,6 +1,9 @@
58 # ChangeLog for virtual/eject
59 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.5 2011/03/31 08:49:52 ssuominen Exp $
61 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.6 2012/04/05 18:40:23 vapier Exp $
63 +
64 + 05 Apr 2012; Mike Frysinger <vapier@g.o> eject-0.ebuild:
65 + Allow newer versions of util-linux to provide eject (since it does).
66
67 31 Mar 2011; Samuli Suominen <ssuominen@g.o> eject-0.ebuild:
68 Remove sys-block/unieject because it's masked.