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 1FBCA1396D0 for ; Thu, 7 Sep 2017 20:29:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 682821FC017; Thu, 7 Sep 2017 20:29:45 +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 434A01FC017 for ; Thu, 7 Sep 2017 20:29:44 +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 D5A6233FE49 for ; Thu, 7 Sep 2017 20:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 320E18F2A for ; Thu, 7 Sep 2017 20:29:42 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1504816157.b9bf7467e3c1c1e52273d2ab523efecede72529b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnsl/Manifest net-libs/libnsl/libnsl-1.1.0.ebuild net-libs/libnsl/metadata.xml X-VCS-Directories: net-libs/libnsl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: b9bf7467e3c1c1e52273d2ab523efecede72529b X-VCS-Branch: master Date: Thu, 7 Sep 2017 20:29:42 +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: 9901338b-ec0e-429b-b852-c4564ced5d61 X-Archives-Hash: 885365d9dc304b44ec1ec8b0e13cd665 commit: b9bf7467e3c1c1e52273d2ab523efecede72529b Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Sep 7 20:28:41 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Sep 7 20:29:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bf7467 net-libs/libnsl: New package. All keywords since it's essentially split off from glibc. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-libs/libnsl/Manifest | 1 + net-libs/libnsl/libnsl-1.1.0.ebuild | 25 +++++++++++++++++++++++++ net-libs/libnsl/metadata.xml | 12 ++++++++++++ 3 files changed, 38 insertions(+) diff --git a/net-libs/libnsl/Manifest b/net-libs/libnsl/Manifest new file mode 100644 index 00000000000..399abbae725 --- /dev/null +++ b/net-libs/libnsl/Manifest @@ -0,0 +1 @@ +DIST libnsl-1.1.0.tar.gz 209148 SHA256 a23cfcf7f29f168b95e821d01217600096c05be8cd5c085450cb4f160425277b SHA512 12555ed701d06247b6774c6c2759ada280ffce73820976adb4aaa48b50b97121b1805412541778dfcdd8845af6a10b2e5a9dc0eb7b953e84467d0a40ad3360cd WHIRLPOOL c347bbd72b75d1e3ab0069f802da8e4e4e4931a8a61b4abed1dd664c4576e7e22e96c012858c684ec79a981aea84460eae3a2ccb8e94aa7bfecfdd99c3e54730 diff --git a/net-libs/libnsl/libnsl-1.1.0.ebuild b/net-libs/libnsl/libnsl-1.1.0.ebuild new file mode 100644 index 00000000000..406e870efff --- /dev/null +++ b/net-libs/libnsl/libnsl-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +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}/archive/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-2.1+" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="|| ( sys-libs/glibc[rpc(-)] net-libs/libtirpc )" +RDEPEND=${DEPEND} + +S=${WORKDIR}/${PN}-${P} + +src_prepare(){ + default + eautoreconf +} diff --git a/net-libs/libnsl/metadata.xml b/net-libs/libnsl/metadata.xml new file mode 100644 index 00000000000..bcf493eae9a --- /dev/null +++ b/net-libs/libnsl/metadata.xml @@ -0,0 +1,12 @@ + + + + + toolchain@gentoo.org + Gentoo Toolchain Project + + + base-system@gentoo.org + Gentoo Base System Project + +