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: crossdev-20100108.ebuild ChangeLog
Date: Fri, 08 Jan 2010 10:52:57
Message-Id: E1NTCSc-00051y-Oc@stork.gentoo.org
1 vapier 10/01/08 10:52:54
2
3 Modified: ChangeLog
4 Added: crossdev-20100108.ebuild
5 Log:
6 Improve .pc sysroot handling #299990.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.65 sys-devel/crossdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- ChangeLog 10 Dec 2009 01:59:02 -0000 1.64
23 +++ ChangeLog 8 Jan 2010 10:52:54 -0000 1.65
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/crossdev
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.64 2009/12/10 01:59:02 vapier Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.65 2010/01/08 10:52:54 vapier Exp $
30 +
31 +*crossdev-20100108 (08 Jan 2010)
32 +
33 + 08 Jan 2010; Mike Frysinger <vapier@g.o> +crossdev-20100108.ebuild:
34 + Improve .pc sysroot handling #299990.
35
36 *crossdev-20091209 (10 Dec 2009)
37
38
39
40
41 1.1 sys-devel/crossdev/crossdev-20100108.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-20100108.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/crossdev-20100108.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crossdev-20100108.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20100108.ebuild,v 1.1 2010/01/08 10:52:54 vapier Exp $
51
52 if [[ ${PV} == "99999999" ]] ; then
53 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git"
54 inherit git
55 SRC_URI=""
56 #KEYWORDS=""
57 else
58 SRC_URI="mirror://gentoo/${P}.tar.lzma
59 http://dev.gentoo.org/~vapier/dist/${P}.tar.lzma"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61 fi
62
63 DESCRIPTION="Gentoo Cross-toolchain generator"
64 HOMEPAGE="http://www.gentoo.org/"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 IUSE=""
69
70 RDEPEND=">=sys-apps/portage-2.1
71 app-shells/bash
72 !sys-devel/crossdev-wrappers"
73 DEPEND=""
74
75 src_install() {
76 emake install DESTDIR="${D}" || die
77 }