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-20140729.ebuild ChangeLog
Date: Tue, 29 Jul 2014 06:09:58
Message-Id: 20140729060955.C83E42004E@flycatcher.gentoo.org
1 vapier 14/07/29 06:09:55
2
3 Modified: ChangeLog
4 Added: crossdev-20140729.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.111 sys-devel/crossdev/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.111&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.111&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.110&r2=1.111
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
20 retrieving revision 1.110
21 retrieving revision 1.111
22 diff -u -r1.110 -r1.111
23 --- ChangeLog 29 Jul 2014 06:09:10 -0000 1.110
24 +++ ChangeLog 29 Jul 2014 06:09:55 -0000 1.111
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-devel/crossdev
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.110 2014/07/29 06:09:10 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.111 2014/07/29 06:09:55 vapier Exp $
30 +
31 +*crossdev-20140729 (29 Jul 2014)
32 +
33 + 29 Jul 2014; Mike Frysinger <vapier@g.o> +crossdev-20140729.ebuild:
34 + Version bump.
35
36 29 Jul 2014; Mike Frysinger <vapier@g.o> crossdev-20140118.ebuild:
37 Stabilize for all.
38
39
40
41 1.1 sys-devel/crossdev/crossdev-20140729.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20140729.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20140729.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crossdev-20140729.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20140729.ebuild,v 1.1 2014/07/29 06:09:55 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 ~arm64 ~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 }