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-r6.ebuild
Date: Sun, 30 Dec 2007 17:33:54
Message-Id: E1J922m-00059V-IU@stork.gentoo.org
1 vapier 07/12/30 17:33:48
2
3 Modified: ChangeLog
4 Added: crossdev-0.9.18-r6.ebuild
5 Log:
6 If a target w/out a libc is selected, then error out while attempting a step that requires a libc.
7 (Portage version: 2.1.4_rc11, RepoMan options: --force)
8
9 Revision Changes Path
10 1.56 sys-devel/crossdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 4 Nov 2007 03:01:55 -0000 1.55
23 +++ ChangeLog 30 Dec 2007 17:33:48 -0000 1.56
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.55 2007/11/04 03:01:55 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.56 2007/12/30 17:33:48 vapier Exp $
29 +
30 +*crossdev-0.9.18-r6 (30 Dec 2007)
31 +
32 + 30 Dec 2007; Mike Frysinger <vapier@g.o> files/crossdev,
33 + +crossdev-0.9.18-r6.ebuild:
34 + If a target w/out a libc is selected, then error out while attempting a step
35 + that requires a libc.
36
37 *crossdev-0.9.18-r5 (04 Nov 2007)
38
39
40
41
42 1.1 sys-devel/crossdev/crossdev-0.9.18-r6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: crossdev-0.9.18-r6.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-r6.ebuild,v 1.1 2007/12/30 17:33:48 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