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-20120229.ebuild
Date: Wed, 29 Feb 2012 22:25:44
Message-Id: 20120229222533.69B7D2004B@flycatcher.gentoo.org
1 vapier 12/02/29 22:25:33
2
3 Modified: ChangeLog
4 Added: crossdev-20120229.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.92 sys-devel/crossdev/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.92&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.92&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.91&r2=1.92
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
20 retrieving revision 1.91
21 retrieving revision 1.92
22 diff -u -r1.91 -r1.92
23 --- ChangeLog 28 Feb 2012 18:23:01 -0000 1.91
24 +++ ChangeLog 29 Feb 2012 22:25:33 -0000 1.92
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-devel/crossdev
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.91 2012/02/28 18:23:01 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.92 2012/02/29 22:25:33 vapier Exp $
30 +
31 +*crossdev-20120229 (29 Feb 2012)
32 +
33 + 29 Feb 2012; Mike Frysinger <vapier@g.o> +crossdev-20120229.ebuild:
34 + Version bump.
35
36 *crossdev-20120228 (28 Feb 2012)
37
38
39
40
41 1.1 sys-devel/crossdev/crossdev-20120229.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20120229.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20120229.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crossdev-20120229.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20120229.ebuild,v 1.1 2012/02/29 22:25:33 vapier Exp $
51
52 EAPI="4"
53
54 if [[ ${PV} == "99999999" ]] ; then
55 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git"
56 inherit git-2
57 SRC_URI=""
58 #KEYWORDS=""
59 else
60 SRC_URI="mirror://gentoo/${P}.tar.xz
61 http://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
63 fi
64
65 DESCRIPTION="Gentoo Cross-toolchain generator"
66 HOMEPAGE="http://www.gentoo.org/"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 IUSE=""
71
72 RDEPEND=">=sys-apps/portage-2.1
73 app-shells/bash
74 !sys-devel/crossdev-wrappers"
75 DEPEND="app-arch/xz-utils"
76
77 src_install() {
78 default
79 if [[ "${PV}" == "99999999" ]] ; then
80 sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
81 fi
82 }