diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-05-20 18:25:48 -0500 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-27 23:59:34 +0200 |
commit | c1c565d506113d421729c38786a6195ac4b57f13 (patch) | |
tree | 94ad82b2e5f826e128231012d9fa6bd549be66f2 /net-misc | |
parent | dev-vcs/cvsync: git-2->git-r3 (diff) | |
download | gentoo-c1c565d506113d421729c38786a6195ac4b57f13.tar.gz gentoo-c1c565d506113d421729c38786a6195ac4b57f13.tar.bz2 gentoo-c1c565d506113d421729c38786a6195ac4b57f13.zip |
net-misc/shigofumi: git-2->git-r3
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/shigofumi/shigofumi-0.3.ebuild | 12 | ||||
-rw-r--r-- | net-misc/shigofumi/shigofumi-9999.ebuild | 12 |
2 files changed, 10 insertions, 14 deletions
diff --git a/net-misc/shigofumi/shigofumi-0.3.ebuild b/net-misc/shigofumi/shigofumi-0.3.ebuild index c70a620f58f0..04698129e525 100644 --- a/net-misc/shigofumi/shigofumi-0.3.ebuild +++ b/net-misc/shigofumi/shigofumi-0.3.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -EGIT_REPO_URI='git://repo.or.cz/shigofumi.git' WANT_AUTOMAKE="1.11" -inherit base -[[ ${PV} = 9999* ]] && inherit git-2 autotools +inherit autotools DESCRIPTION="Command line client for ISDS" HOMEPAGE="http://xpisar.wz.cz/shigofumi/" if [[ ${PV} = 9999* ]]; then - SRC_URI="" - KEYWORDS="" + EGIT_REPO_URI='git://repo.or.cz/shigofumi.git' + inherit git-r3 else SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2" KEYWORDS="~amd64 ~mips ~x86" diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild index c70a620f58f0..04698129e525 100644 --- a/net-misc/shigofumi/shigofumi-9999.ebuild +++ b/net-misc/shigofumi/shigofumi-9999.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -EGIT_REPO_URI='git://repo.or.cz/shigofumi.git' WANT_AUTOMAKE="1.11" -inherit base -[[ ${PV} = 9999* ]] && inherit git-2 autotools +inherit autotools DESCRIPTION="Command line client for ISDS" HOMEPAGE="http://xpisar.wz.cz/shigofumi/" if [[ ${PV} = 9999* ]]; then - SRC_URI="" - KEYWORDS="" + EGIT_REPO_URI='git://repo.or.cz/shigofumi.git' + inherit git-r3 else SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2" KEYWORDS="~amd64 ~mips ~x86" |