Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
Date: Fri, 01 Jun 2018 15:58:40
Message-Id: 1527868689.3a6d48840c7cbad5e9d4943b634f366e46c796f2.junghans@gentoo
1 commit: 3a6d48840c7cbad5e9d4943b634f366e46c796f2
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Jun 1 15:28:50 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 1 15:58:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6d4884
7
8 sys-cluster/libcircle: git-2->git-r3
9
10 Closes: https://github.com/gentoo/gentoo/pull/8671
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 5 ++---
14 sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
18 index de01f31fa08..22e4e95e8f1 100644
19 --- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
20 +++ b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -7,8 +7,7 @@ inherit autotools-utils
28
29 if [ "${PV}" = "9999" ]; then
30 EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
31 - inherit git-2
32 - KEYWORDS=""
33 + inherit git-r3
34 else
35 inherit vcs-snapshot
36 SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz"
37
38 diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
39 index de01f31fa08..22e4e95e8f1 100644
40 --- a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
41 +++ b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -7,8 +7,7 @@ inherit autotools-utils
49
50 if [ "${PV}" = "9999" ]; then
51 EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
52 - inherit git-2
53 - KEYWORDS=""
54 + inherit git-r3
55 else
56 inherit vcs-snapshot
57 SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz"