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 894871382C5 for ; Sun, 28 Jun 2020 22:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBF7FE09B4; Sun, 28 Jun 2020 22:43:39 +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 B7F1CE09B4 for ; Sun, 28 Jun 2020 22:43:39 +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 9596434F306 for ; Sun, 28 Jun 2020 22:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CBAB2C5 for ; Sun, 28 Jun 2020 22:43:35 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1593384202.9a0f8838d44b478fd4c05f1794257c3679662a99.slyfox@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-1.4.1.ebuild X-VCS-Directories: net-libs/rpcsvc-proto/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9a0f8838d44b478fd4c05f1794257c3679662a99 X-VCS-Branch: master Date: Sun, 28 Jun 2020 22:43:35 +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: a47378e2-eef6-4678-9493-07e068309bed X-Archives-Hash: f8d490aeba390c0abc95698b5177b11f commit: 9a0f8838d44b478fd4c05f1794257c3679662a99 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jun 28 22:33:02 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jun 28 22:43:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0f8838 net-libs/rpcsvc-proto: drop old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 34 ------------------------- 1 file changed, 34 deletions(-) diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild deleted file mode 100644 index 6898da16fe7..00000000000 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="rpcsvc protocol definitions from glibc" -HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto" -SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="LGPL-2.1+ BSD" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" -IUSE="" - -# sys-devel/gettext is only for libintl detection macros. -DEPEND="sys-devel/gettext" -RDEPEND=" - !