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 B14691382C5 for ; Thu, 7 Jan 2021 01:54:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5EDCE084A; Thu, 7 Jan 2021 01:54:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BA220E084A for ; Thu, 7 Jan 2021 01:54:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 768813413AB for ; Thu, 7 Jan 2021 01:54:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0AD1493 for ; Thu, 7 Jan 2021 01:54:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1609984463.31acaf0f6b87c32db8b6402ab25ec571b5dced48.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/net-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/net-tools/net-tools-9999.ebuild X-VCS-Directories: sys-apps/net-tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 31acaf0f6b87c32db8b6402ab25ec571b5dced48 X-VCS-Branch: master Date: Thu, 7 Jan 2021 01:54:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91314bad-00e1-4584-aad6-9a209a191ae9 X-Archives-Hash: 0e39970c0507659c7e2a9b772ca39a7e commit: 31acaf0f6b87c32db8b6402ab25ec571b5dced48 Author: Mike Frysinger gentoo org> AuthorDate: Wed Jan 6 23:54:10 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Jan 7 01:54:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31acaf0f sys-apps/net-tools: refresh live VCS for new release Signed-off-by: Mike Frysinger gentoo.org> sys-apps/net-tools/net-tools-9999.ebuild | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/sys-apps/net-tools/net-tools-9999.ebuild b/sys-apps/net-tools/net-tools-9999.ebuild index 1fd92a62a67..5aae5ffbd1c 100644 --- a/sys-apps/net-tools/net-tools-9999.ebuild +++ b/sys-apps/net-tools/net-tools-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="7" inherit flag-o-matic toolchain-funcs @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.code.sf.net/p/net-tools/code" inherit git-r3 else - SRC_URI="mirror://gentoo/${P}.tar.xz" + SRC_URI="mirror://sourceforge/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi @@ -32,24 +32,6 @@ RDEPEND+=" hostname? ( !sys-apps/coreutils[hostname] ) !/dev/null - emake -C "${p}/po" dist - sed -i "/^RELEASE/s:=.*:=${pv}:" */Makefile || die - tar --exclude-vcs cf - ${p}/ | xz > ${p}.tar.xz - popd >/dev/null - - du -b "${T}"/*.tar.xz -} - -pkg_setup() { [[ -n ${VAPIER_LOVES_YOU} ]] && maint_pkg_create ; } - set_opt() { local opt=$1 ans shift