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-r5.ebuild
Date: Sun, 04 Nov 2007 03:02:03
Message-Id: E1IoVkJ-00050l-Oa@stork.gentoo.org
1 vapier 07/11/04 03:01:55
2
3 Modified: ChangeLog
4 Added: crossdev-0.9.18-r5.ebuild
5 Log:
6 Stop using -* now that we have ** and the meaning of -* is changing.
7 (Portage version: 2.1.3.16, RepoMan options: --force)
8
9 Revision Changes Path
10 1.55 sys-devel/crossdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 6 Oct 2007 13:44:38 -0000 1.54
23 +++ ChangeLog 4 Nov 2007 03:01:55 -0000 1.55
24 @@ -1,6 +1,12 @@
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.54 2007/10/06 13:44:38 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.55 2007/11/04 03:01:55 vapier Exp $
29 +
30 +*crossdev-0.9.18-r5 (04 Nov 2007)
31 +
32 + 04 Nov 2007; Mike Frysinger <vapier@g.o> files/crossdev,
33 + files/crossdev-stable, +crossdev-0.9.18-r5.ebuild:
34 + Stop using -* now that we have ** and the meaning of -* is changing.
35
36 *crossdev-0.9.18-r4 (06 Oct 2007)
37
38
39
40
41 1.1 sys-devel/crossdev/crossdev-0.9.18-r5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crossdev-0.9.18-r5.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r5.ebuild,v 1.1 2007/11/04 03:01:55 vapier Exp $
51
52 DESCRIPTION="Gentoo Cross-toolchain generator"
53 HOMEPAGE="http://www.gentoo.org/"
54 SRC_URI=""
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND=">=sys-apps/portage-2.1
62 app-shells/bash
63 || ( dev-util/unifdef sys-freebsd/freebsd-ubin )"
64
65 src_install() {
66 dosbin "${FILESDIR}"/crossdev || die
67 dosed "s:GENTOO_PV:${PV}:" /usr/sbin/crossdev
68 }
69
70
71
72 --
73 gentoo-commits@g.o mailing list