Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
Date: Sun, 27 May 2018 21:59:42
Message-Id: 1527458374.c1c565d506113d421729c38786a6195ac4b57f13.johu@gentoo
1 commit: c1c565d506113d421729c38786a6195ac4b57f13
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Sun May 20 23:25:48 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 21:59:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c565d5
7
8 net-misc/shigofumi: 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 net-misc/shigofumi/shigofumi-0.3.ebuild | 12 +++++-------
14 net-misc/shigofumi/shigofumi-9999.ebuild | 12 +++++-------
15 2 files changed, 10 insertions(+), 14 deletions(-)
16
17 diff --git a/net-misc/shigofumi/shigofumi-0.3.ebuild b/net-misc/shigofumi/shigofumi-0.3.ebuild
18 index c70a620f58f..04698129e52 100644
19 --- a/net-misc/shigofumi/shigofumi-0.3.ebuild
20 +++ b/net-misc/shigofumi/shigofumi-0.3.ebuild
21 @@ -1,18 +1,16 @@
22 -# Copyright 1999-2013 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 -EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
30 WANT_AUTOMAKE="1.11"
31 -inherit base
32 -[[ ${PV} = 9999* ]] && inherit git-2 autotools
33 +inherit autotools
34
35 DESCRIPTION="Command line client for ISDS"
36 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
37 if [[ ${PV} = 9999* ]]; then
38 - SRC_URI=""
39 - KEYWORDS=""
40 + EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
41 + inherit git-r3
42 else
43 SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
44 KEYWORDS="~amd64 ~mips ~x86"
45
46 diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild
47 index c70a620f58f..04698129e52 100644
48 --- a/net-misc/shigofumi/shigofumi-9999.ebuild
49 +++ b/net-misc/shigofumi/shigofumi-9999.ebuild
50 @@ -1,18 +1,16 @@
51 -# Copyright 1999-2013 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 -EAPI=5
56 +EAPI=6
57
58 -EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
59 WANT_AUTOMAKE="1.11"
60 -inherit base
61 -[[ ${PV} = 9999* ]] && inherit git-2 autotools
62 +inherit autotools
63
64 DESCRIPTION="Command line client for ISDS"
65 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
66 if [[ ${PV} = 9999* ]]; then
67 - SRC_URI=""
68 - KEYWORDS=""
69 + EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
70 + inherit git-r3
71 else
72 SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
73 KEYWORDS="~amd64 ~mips ~x86"