Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev: ChangeLog crossdev-0.9.18-r4.ebuild
Date: Sat, 06 Oct 2007 13:54:04
Message-Id: E1Ie9xO-0006lN-PH@stork.gentoo.org
1 vapier 07/10/06 13:44:38
2
3 Modified: ChangeLog
4 Added: crossdev-0.9.18-r4.ebuild
5 Log:
6 Fix from Andrew Gaffney to tee output from emerge when using just --pretend #188812.
7 (Portage version: 2.1.3.11, RepoMan options: --force)
8
9 Revision Changes Path
10 1.54 sys-devel/crossdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 29 Jul 2007 04:36:29 -0000 1.53
23 +++ ChangeLog 6 Oct 2007 13:44:38 -0000 1.54
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sys-devel/crossdev
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.53 2007/07/29 04:36:29 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.54 2007/10/06 13:44:38 vapier Exp $
29 +
30 +*crossdev-0.9.18-r4 (06 Oct 2007)
31 +
32 + 06 Oct 2007; Mike Frysinger <vapier@g.o> files/crossdev,
33 + +crossdev-0.9.18-r4.ebuild:
34 + Fix from Andrew Gaffney to tee output from emerge when using just --pretend
35 + #188812.
36
37 *crossdev-0.9.18-r3 (29 Jul 2007)
38
39
40
41
42 1.1 sys-devel/crossdev/crossdev-0.9.18-r4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: crossdev-0.9.18-r4.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r4.ebuild,v 1.1 2007/10/06 13:44:38 vapier Exp $
52
53 DESCRIPTION="Gentoo Cross-toolchain generator"
54 HOMEPAGE="http://www.gentoo.org/"
55 SRC_URI=""
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND=">=sys-apps/portage-2.1
63 app-shells/bash
64 || ( dev-util/unifdef sys-freebsd/freebsd-ubin )"
65
66 src_install() {
67 dosbin "${FILESDIR}"/crossdev || die
68 dosed "s:GENTOO_PV:${PV}:" /usr/sbin/crossdev
69 }
70
71
72
73 --
74 gentoo-commits@g.o mailing list