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-20150602.ebuild ChangeLog
Date: Tue, 02 Jun 2015 17:03:45
Message-Id: 20150602170338.B6D04A19@oystercatcher.gentoo.org
1 vapier 15/06/02 17:03:38
2
3 Modified: ChangeLog
4 Added: crossdev-20150602.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.122 sys-devel/crossdev/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.122&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.122&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.121&r2=1.122
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
20 retrieving revision 1.121
21 retrieving revision 1.122
22 diff -u -r1.121 -r1.122
23 --- ChangeLog 30 May 2015 04:46:49 -0000 1.121
24 +++ ChangeLog 2 Jun 2015 17:03:38 -0000 1.122
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-devel/crossdev
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.121 2015/05/30 04:46:49 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.122 2015/06/02 17:03:38 vapier Exp $
30 +
31 +*crossdev-20150602 (02 Jun 2015)
32 +
33 + 02 Jun 2015; Mike Frysinger <vapier@g.o> +crossdev-20150602.ebuild:
34 + Version bump.
35
36 30 May 2015; Mike Frysinger <vapier@g.o> crossdev-99999999.ebuild:
37 Start requiring portage-utils for qmerge.
38
39
40
41 1.1 sys-devel/crossdev/crossdev-20150602.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20150602.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20150602.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crossdev-20150602.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20150602.ebuild,v 1.1 2015/06/02 17:03:38 vapier Exp $
51
52 EAPI="4"
53
54 if [[ ${PV} == "99999999" ]] ; then
55 EGIT_REPO_URI="git://anongit.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-portage/portage-utils-0.55
74 app-shells/bash
75 !sys-devel/crossdev-wrappers"
76 DEPEND="app-arch/xz-utils"
77
78 src_install() {
79 default
80 if [[ "${PV}" == "99999999" ]] ; then
81 sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
82 fi
83 }