From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A229A1381F1 for ; Sun, 27 May 2018 21:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B39E0894; Sun, 27 May 2018 21:59:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 686F8E0894 for ; Sun, 27 May 2018 21:59:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A669335C43 for ; Sun, 27 May 2018 21:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD95D29B for ; Sun, 27 May 2018 21:59:38 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1527458374.c1c565d506113d421729c38786a6195ac4b57f13.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/shigofumi/shigofumi-0.3.ebuild net-misc/shigofumi/shigofumi-9999.ebuild X-VCS-Directories: net-misc/shigofumi/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c1c565d506113d421729c38786a6195ac4b57f13 X-VCS-Branch: master Date: Sun, 27 May 2018 21:59:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d34128a4-d78c-4cb8-9fde-5a54f852a119 X-Archives-Hash: b917f45400d6a71ac4d42c7edf453a47 commit: c1c565d506113d421729c38786a6195ac4b57f13 Author: Marty E. Plummer startmail com> AuthorDate: Sun May 20 23:25:48 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 27 21:59:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c565d5 net-misc/shigofumi: git-2->git-r3 Package-Manager: Portage-2.3.38, Repoman-2.3.9 Signed-off-by: Johannes Huber gentoo.org> net-misc/shigofumi/shigofumi-0.3.ebuild | 12 +++++------- 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 c70a620f58f..04698129e52 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 c70a620f58f..04698129e52 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"