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 BEABC13835A for ; Sat, 11 Jul 2020 12:58:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67C88E0855; Sat, 11 Jul 2020 12:58:48 +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 5305BE0855 for ; Sat, 11 Jul 2020 12:58:48 +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 7DC0234F6DB for ; Sat, 11 Jul 2020 12:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DE732D4 for ; Sat, 11 Jul 2020 12:58:45 +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: <1594472071.ffeb242ff97e95aba99b9186e2e8ef1723a693da.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnsl/libnsl-1.3.0.ebuild X-VCS-Directories: net-libs/libnsl/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ffeb242ff97e95aba99b9186e2e8ef1723a693da X-VCS-Branch: master Date: Sat, 11 Jul 2020 12:58:45 +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: 4bec4ea4-7ce4-435e-ad99-7f62e920673e X-Archives-Hash: 4333e680a58c1a89c1fa6d1312ddb650 commit: ffeb242ff97e95aba99b9186e2e8ef1723a693da Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 11 12:54:31 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 11 12:54:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffeb242f net-libs/libnsl: drop old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/libnsl/libnsl-1.3.0.ebuild | 38 ------------------------------------- 1 file changed, 38 deletions(-) diff --git a/net-libs/libnsl/libnsl-1.3.0.ebuild b/net-libs/libnsl/libnsl-1.3.0.ebuild deleted file mode 100644 index aa264df3234..00000000000 --- a/net-libs/libnsl/libnsl-1.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-minimal - -DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" -HOMEPAGE="https://github.com/thkukuk/libnsl" -SRC_URI="https://github.com/thkukuk/${PN}/releases/download/v${PV}/${P}.tar.xz" - -SLOT="0/2" -LICENSE="LGPL-2.1+" - -# Stabilize together with glibc-2.26! -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" - -IUSE="" - -DEPEND=" - >=net-libs/libtirpc-1.0.2-r1[${MULTILIB_USEDEP}] -" -RDEPEND="${DEPEND} - !