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-r7.ebuild
Date: Tue, 05 Feb 2008 04:47:43
Message-Id: E1JMFid-0000YI-KZ@stork.gentoo.org
1 vapier 08/02/05 04:47:39
2
3 Modified: ChangeLog
4 Added: crossdev-0.9.18-r7.ebuild
5 Log:
6 Do not use mips-headers anymore for mips-targets.
7 (Portage version: 2.1.4.1, RepoMan options: --force)
8
9 Revision Changes Path
10 1.57 sys-devel/crossdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 30 Dec 2007 17:33:48 -0000 1.56
23 +++ ChangeLog 5 Feb 2008 04:47:39 -0000 1.57
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.56 2007/12/30 17:33:48 vapier Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.57 2008/02/05 04:47:39 vapier Exp $
30 +
31 +*crossdev-0.9.18-r7 (05 Feb 2008)
32 +
33 + 05 Feb 2008; Mike Frysinger <vapier@g.o> files/crossdev,
34 + +crossdev-0.9.18-r7.ebuild:
35 + Do not use mips-headers anymore for mips-targets.
36
37 *crossdev-0.9.18-r6 (30 Dec 2007)
38
39
40
41
42 1.1 sys-devel/crossdev/crossdev-0.9.18-r7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: crossdev-0.9.18-r7.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-r7.ebuild,v 1.1 2008/02/05 04:47:39 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