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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF365158094 for ; Sun, 10 Jul 2022 07:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC2C3E0B0E; Sun, 10 Jul 2022 07:53:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3342E0B0E for ; Sun, 10 Jul 2022 07:53:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB014340DA5 for ; Sun, 10 Jul 2022 07:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C852105 for ; Sun, 10 Jul 2022 07:53:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657439463.7af284a734bfd2728a073a1d1ce4c44ba476eff7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rpcsvc-proto/rpcsvc-proto-0-r1.ebuild net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild X-VCS-Directories: net-libs/rpcsvc-proto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7af284a734bfd2728a073a1d1ce4c44ba476eff7 X-VCS-Branch: master Date: Sun, 10 Jul 2022 07:53:05 +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: 20c5539b-434e-4eca-a8ad-f1803b232d87 X-Archives-Hash: 6db0365c89d661247eb800181989b1e1 commit: 7af284a734bfd2728a073a1d1ce4c44ba476eff7 Author: Sam James gentoo org> AuthorDate: Sun Jul 10 07:50:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 10 07:51:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af284a7 net-libs/rpcsvc-proto: EAPI 8 Signed-off-by: Sam James gentoo.org> .../{rpcsvc-proto-0.ebuild => rpcsvc-proto-0-r1.ebuild} | 7 +++---- .../{rpcsvc-proto-1.4.3.ebuild => rpcsvc-proto-1.4.3-r1.ebuild} | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-0-r1.ebuild similarity index 89% rename from net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild rename to net-libs/rpcsvc-proto/rpcsvc-proto-0-r1.ebuild index 865a87574ece..95113756b22c 100644 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild +++ b/net-libs/rpcsvc-proto/rpcsvc-proto-0-r1.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="rpcsvc protocol definitions from glibc" HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto" # Fake version to help portage upgrading. -SLOT="0" LICENSE="LGPL-2.1+ BSD" +SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" DEPEND="elibc_glibc? ( sys-libs/glibc[rpc(-)] )" RDEPEND="${DEPEND}" diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild similarity index 99% rename from net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild rename to net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild index 01335e46d021..68a3bdb3e02f 100644 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild +++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="rpcsvc protocol definitions from glibc" HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"