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-20141030.ebuild ChangeLog
Date: Fri, 31 Oct 2014 02:19:19
Message-Id: 20141031021916.6EFA891C7@oystercatcher.gentoo.org
1 vapier 14/10/31 02:19:16
2
3 Modified: ChangeLog
4 Added: crossdev-20141030.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.114 sys-devel/crossdev/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.114&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.114&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.113&r2=1.114
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
20 retrieving revision 1.113
21 retrieving revision 1.114
22 diff -u -r1.113 -r1.114
23 --- ChangeLog 31 Oct 2014 02:18:28 -0000 1.113
24 +++ ChangeLog 31 Oct 2014 02:19:16 -0000 1.114
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.113 2014/10/31 02:18:28 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.114 2014/10/31 02:19:16 vapier Exp $
30 +
31 +*crossdev-20141030 (31 Oct 2014)
32 +
33 + 31 Oct 2014; Mike Frysinger <vapier@g.o> +crossdev-20141030.ebuild:
34 + Version bump.
35
36 31 Oct 2014; Mike Frysinger <vapier@g.o> crossdev-20140917.ebuild:
37 Stabilize for all.
38
39
40
41 1.1 sys-devel/crossdev/crossdev-20141030.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crossdev-20141030.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-20141030.ebuild,v 1.1 2014/10/31 02:19:16 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 }