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/eject: eject-0.ebuild
Date: Thu, 31 Mar 2011 15:33:02
Message-Id: 20110331153253.2743020054@flycatcher.gentoo.org
1 ssuominen 11/03/31 15:32:53
2
3 Modified: eject-0.ebuild
4 Log:
5 Move sys-apps/eject to sys-block/eject.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 virtual/eject/eject-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/eject/eject-0.ebuild?r1=1.5&r2=1.6
15
16 Index: eject-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- eject-0.ebuild 31 Mar 2011 08:49:52 -0000 1.5
23 +++ eject-0.ebuild 31 Mar 2011 15:32:53 -0000 1.6
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.5 2011/03/31 08:49:52 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.6 2011/03/31 15:32:53 ssuominen Exp $
29
30 -DESCRIPTION="Virtual for the command eject"
31 +DESCRIPTION="Virtual for the eject command"
32 HOMEPAGE=""
33 SRC_URI=""
34
35 @@ -11,5 +11,5 @@
36 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
37 IUSE=""
38
39 -RDEPEND="|| ( sys-apps/eject sys-block/eject-bsd )"
40 +RDEPEND="|| ( sys-block/eject sys-block/eject-bsd )"
41 DEPEND=""