Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/runc: runc-0.0.2.ebuild ChangeLog
Date: Thu, 23 Jul 2015 20:29:40
Message-Id: 20150723202932.655EDBB@oystercatcher.gentoo.org
1 cardoe 15/07/23 20:29:32
2
3 Modified: runc-0.0.2.ebuild ChangeLog
4 Log:
5 ebuild improvements suggested by William Hubbs <williamh@g.o>
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A2BC03DC87ED1BD4!)
8
9 Revision Changes Path
10 1.2 app-emulation/runc/runc-0.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild?r1=1.1&r2=1.2
15
16 Index: runc-0.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- runc-0.0.2.ebuild 20 Jul 2015 02:37:38 -0000 1.1
23 +++ runc-0.0.2.ebuild 23 Jul 2015 20:29:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild,v 1.1 2015/07/20 02:37:38 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild,v 1.2 2015/07/23 20:29:32 cardoe Exp $
29
30 EAPI=5
31
32 @@ -10,9 +10,8 @@
33 GITHUB_URI="github.com/opencontainers/runc"
34
35 if [[ ${PV} == *9999* ]]; then
36 - SRC_URI=""
37 EGIT_REPO_URI="git://${GITHUB_URI}.git"
38 - inherit git-2
39 + inherit git-r3
40 else
41 SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 KEYWORDS="~amd64"
43 @@ -46,5 +45,5 @@
44 }
45
46 src_install() {
47 - newbin runc runc
48 + dobin runc
49 }
50
51
52
53 1.2 app-emulation/runc/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/ChangeLog?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/ChangeLog?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/ChangeLog?r1=1.1&r2=1.2
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-emulation/runc/ChangeLog,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- ChangeLog 20 Jul 2015 02:37:38 -0000 1.1
66 +++ ChangeLog 23 Jul 2015 20:29:32 -0000 1.2
67 @@ -1,10 +1,12 @@
68 # ChangeLog for app-emulation/runc
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/runc/ChangeLog,v 1.1 2015/07/20 02:37:38 cardoe Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/runc/ChangeLog,v 1.2 2015/07/23 20:29:32 cardoe Exp $
72 +
73 + 23 Jul 2015; Doug Goldstein <cardoe@g.o> runc-0.0.2.ebuild:
74 + ebuild improvements suggested by William Hubbs <williamh@g.o>
75
76 *runc-0.0.2 (20 Jul 2015)
77
78 20 Jul 2015; Doug Goldstein <cardoe@g.o> +runc-0.0.2.ebuild,
79 +metadata.xml:
80 initial version - feedback welcome
81 -