Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvsync/
Date: Sun, 27 May 2018 21:59:43
Message-Id: 1527458373.7a18398debd78be2f7a19cf4420dac5ca182671d.johu@gentoo
1 commit: 7a18398debd78be2f7a19cf4420dac5ca182671d
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Sun May 20 23:18:33 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 21:59:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a18398d
7
8 dev-vcs/cvsync: git-2->git-r3
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 dev-vcs/cvsync/cvsync-2014.08.24.014706.ebuild | 11 +++++------
14 dev-vcs/cvsync/cvsync-9999.ebuild | 11 +++++------
15 2 files changed, 10 insertions(+), 12 deletions(-)
16
17 diff --git a/dev-vcs/cvsync/cvsync-2014.08.24.014706.ebuild b/dev-vcs/cvsync/cvsync-2014.08.24.014706.ebuild
18 index cda6f4f1692..f638af4de21 100644
19 --- a/dev-vcs/cvsync/cvsync-2014.08.24.014706.ebuild
20 +++ b/dev-vcs/cvsync/cvsync-2014.08.24.014706.ebuild
21 @@ -1,16 +1,17 @@
22 -# Copyright 1999-2016 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 +EAPI=6
28
29 inherit toolchain-funcs
30
31 if [[ ${PV} == "9999" ]] ; then
32 EGIT_REPO_URI="https://github.com/cvsync/cvsync.git"
33 - inherit git-2
34 + inherit git-r3
35 else
36 SRC_URI="mirror://gentoo/${P}.tar.xz"
37 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
38 + S="${WORKDIR}/${PN}"
39 fi
40
41 DESCRIPTION="portable CVS repository synchronization utility"
42 @@ -29,8 +30,6 @@ RDEPEND="sys-libs/zlib
43 )"
44 DEPEND="${RDEPEND}"
45
46 -S="${WORKDIR}/${PN}"
47 -
48 maint_pkg_create() {
49 cd "${S}"
50 local ver=$(date --date="$(git log -n1 --pretty=format:%ci HEAD)" -u "+%Y.%m.%d.%H%M%S")
51 @@ -42,7 +41,7 @@ maint_pkg_create() {
52
53 src_unpack() {
54 if [[ ${PV} == "9999" ]] ; then
55 - git-2_src_unpack
56 + git-r3_src_unpack
57 maint_pkg_create
58 else
59 default
60
61 diff --git a/dev-vcs/cvsync/cvsync-9999.ebuild b/dev-vcs/cvsync/cvsync-9999.ebuild
62 index cda6f4f1692..f638af4de21 100644
63 --- a/dev-vcs/cvsync/cvsync-9999.ebuild
64 +++ b/dev-vcs/cvsync/cvsync-9999.ebuild
65 @@ -1,16 +1,17 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 +# Copyright 1999-2018 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 -EAPI="5"
71 +EAPI=6
72
73 inherit toolchain-funcs
74
75 if [[ ${PV} == "9999" ]] ; then
76 EGIT_REPO_URI="https://github.com/cvsync/cvsync.git"
77 - inherit git-2
78 + inherit git-r3
79 else
80 SRC_URI="mirror://gentoo/${P}.tar.xz"
81 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
82 + S="${WORKDIR}/${PN}"
83 fi
84
85 DESCRIPTION="portable CVS repository synchronization utility"
86 @@ -29,8 +30,6 @@ RDEPEND="sys-libs/zlib
87 )"
88 DEPEND="${RDEPEND}"
89
90 -S="${WORKDIR}/${PN}"
91 -
92 maint_pkg_create() {
93 cd "${S}"
94 local ver=$(date --date="$(git log -n1 --pretty=format:%ci HEAD)" -u "+%Y.%m.%d.%H%M%S")
95 @@ -42,7 +41,7 @@ maint_pkg_create() {
96
97 src_unpack() {
98 if [[ ${PV} == "9999" ]] ; then
99 - git-2_src_unpack
100 + git-r3_src_unpack
101 maint_pkg_create
102 else
103 default