Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/eject-bsd: eject-bsd-1.5.ebuild
Date: Thu, 31 Mar 2011 08:56:26
Message-Id: 20110331085617.5D23820054@flycatcher.gentoo.org
1 ssuominen 11/03/31 08:56:17
2
3 Modified: eject-bsd-1.5.ebuild
4 Log:
5 more useless quoting
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sys-block/eject-bsd/eject-bsd-1.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/eject-bsd/eject-bsd-1.5.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/eject-bsd/eject-bsd-1.5.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/eject-bsd/eject-bsd-1.5.ebuild?r1=1.5&r2=1.6
15
16 Index: eject-bsd-1.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/eject-bsd/eject-bsd-1.5.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- eject-bsd-1.5.ebuild 31 Mar 2011 08:55:28 -0000 1.5
23 +++ eject-bsd-1.5.ebuild 31 Mar 2011 08:56:17 -0000 1.6
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/eject-bsd/eject-bsd-1.5.ebuild,v 1.5 2011/03/31 08:55:28 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/eject-bsd/eject-bsd-1.5.ebuild,v 1.6 2011/03/31 08:56:17 ssuominen Exp $
29
30 inherit eutils portability toolchain-funcs
31
32 -MY_P="eject-${PV}"
33 +MY_P=eject-${PV}
34
35 DESCRIPTION="eject command for FreeBSD systems"
36 HOMEPAGE="http://www.freshports.org/sysutils/eject/"