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-r9.ebuild
Date: Mon, 23 Jun 2008 01:46:10
Message-Id: E1KAb88-0003kt-MX@stork.gentoo.org
1 vapier 08/06/23 01:46:04
2
3 Modified: ChangeLog
4 Added: crossdev-0.9.18-r9.ebuild
5 Log:
6 Build with --with-headers by default as gcc-4.3 relies on them a lot more #227065.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.59 sys-devel/crossdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.58&r2=1.59
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- ChangeLog 16 May 2008 17:43:28 -0000 1.58
23 +++ ChangeLog 23 Jun 2008 01:46:04 -0000 1.59
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sys-devel/crossdev
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.58 2008/05/16 17:43:28 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.59 2008/06/23 01:46:04 vapier Exp $
29 +
30 +*crossdev-0.9.18-r9 (23 Jun 2008)
31 +
32 + 23 Jun 2008; Mike Frysinger <vapier@g.o> files/crossdev,
33 + +crossdev-0.9.18-r9.ebuild:
34 + Build with --with-headers by default as gcc-4.3 relies on them a lot more
35 + #227065.
36
37 *crossdev-0.9.18-r8 (16 May 2008)
38
39
40
41
42 1.1 sys-devel/crossdev/crossdev-0.9.18-r9.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: crossdev-0.9.18-r9.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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-r9.ebuild,v 1.1 2008/06/23 01:46:04 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@l.g.o mailing list