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 46A13139083 for ; Thu, 23 Nov 2017 20:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB167E0E0F; Thu, 23 Nov 2017 20:48:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8AD73E0E0F for ; Thu, 23 Nov 2017 20:48:53 +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 C36A633BE18 for ; Thu, 23 Nov 2017 20:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34587A530 for ; Thu, 23 Nov 2017 20:48:50 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1511470100.e468ce1b22b45e0c7f7de849579dd25e2faae1a3.whissi@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.2.0.ebuild X-VCS-Directories: net-libs/libnsl/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e468ce1b22b45e0c7f7de849579dd25e2faae1a3 X-VCS-Branch: master Date: Thu, 23 Nov 2017 20:48:50 +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: c3ccf378-7007-4fae-8857-fadb0d9fc9e6 X-Archives-Hash: 991e36c5fc284beed6d10332ac767f34 commit: e468ce1b22b45e0c7f7de849579dd25e2faae1a3 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 23 19:24:29 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 23 20:48:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e468ce1b net-libs/libnsl: Bump to v1.2.0 Package-Manager: Portage-2.3.16, Repoman-2.3.6 net-libs/libnsl/Manifest | 1 + net-libs/libnsl/libnsl-1.2.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/net-libs/libnsl/Manifest b/net-libs/libnsl/Manifest index 69abf021a44..cd67530ee21 100644 --- a/net-libs/libnsl/Manifest +++ b/net-libs/libnsl/Manifest @@ -1 +1,2 @@ DIST libnsl-1.1.0.tar.gz 209148 BLAKE2B 1fe1cbd279f317c0ca74a635e7cb7a35e3c70055f8f590b6814b2d40f1daaf381ec9d9710e0bbb894489d251788a135550848714e8b015bf237cf41d72feabf0 SHA512 12555ed701d06247b6774c6c2759ada280ffce73820976adb4aaa48b50b97121b1805412541778dfcdd8845af6a10b2e5a9dc0eb7b953e84467d0a40ad3360cd +DIST libnsl-1.2.0.tar.gz 209188 BLAKE2B 4249cfbf0b5391790f5e5f81e4eb0be963e5fdc0c32a9400d4128e717d93da49f8751caf8de3bb4ba1a23b8670a0e4f8e750f38f4612dd0cc97db4c157421a06 SHA512 30115aa679a04ad01f55cff9dd1890b4c41c730a9bac2adab5add9ae03a0b4687c5f4b6e3b8652ecbb074eefac8faee3f1f13ea60d42cf4432db8a575ca72cd8 diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild b/net-libs/libnsl/libnsl-1.2.0.ebuild new file mode 100644 index 00000000000..cf182e06e36 --- /dev/null +++ b/net-libs/libnsl/libnsl-1.2.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit autotools 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}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0/2" +LICENSE="LGPL-2.1+" + +# Stabilize together with glibc-2.26! +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +IUSE="" + +DEPEND=" + net-libs/libtirpc[${MULTILIB_USEDEP}] +" +RDEPEND="${DEPEND} + !