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