From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/
Date: Mon, 6 Jul 2020 18:21:35 +0000 (UTC) [thread overview]
Message-ID: <1594059690.2a164d3c7b9d12d71c492823ff9f79a33ee9fc60.polynomial-c@gentoo> (raw)
commit: 2a164d3c7b9d12d71c492823ff9f79a33ee9fc60
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 6 18:21:30 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jul 6 18:21:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a164d3c
net-libs/libnsl: Bump to version 1.3.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-libs/libnsl/Manifest | 1 +
net-libs/libnsl/libnsl-1.3.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/net-libs/libnsl/Manifest b/net-libs/libnsl/Manifest
index f6db6f19194..0adf5f26e28 100644
--- a/net-libs/libnsl/Manifest
+++ b/net-libs/libnsl/Manifest
@@ -1 +1,2 @@
DIST libnsl-1.2.0.tar.gz 209188 BLAKE2B 4249cfbf0b5391790f5e5f81e4eb0be963e5fdc0c32a9400d4128e717d93da49f8751caf8de3bb4ba1a23b8670a0e4f8e750f38f4612dd0cc97db4c157421a06 SHA512 30115aa679a04ad01f55cff9dd1890b4c41c730a9bac2adab5add9ae03a0b4687c5f4b6e3b8652ecbb074eefac8faee3f1f13ea60d42cf4432db8a575ca72cd8
+DIST libnsl-1.3.0.tar.gz 95645 BLAKE2B d5116c2837a7ed5d5916d571d2e5deaf733b2e3e4401c2ebb0ec253d2755c2dc169139ea64756bd4ab28e3107f9ff1dcdd5ef6657828862a95ca18f2f145e3b3 SHA512 ce75ee9e54f1bdd2b31886e8157ff5f654511c3da017e0d9f8d0da6a2a9f9a78ff2e5f72cfb7ce3a23065f57337db51e3c8842a7e990350a62612018f4960342
diff --git a/net-libs/libnsl/libnsl-1.3.0.ebuild b/net-libs/libnsl/libnsl-1.3.0.ebuild
new file mode 100644
index 00000000000..1c8cb717c76
--- /dev/null
+++ b/net-libs/libnsl/libnsl-1.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+IUSE=""
+
+DEPEND="
+ >=net-libs/libtirpc-1.0.2-r1[${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}
+ !<sys-libs/glibc-2.26
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+multilib_src_configure() {
+ local myconf=(
+ --enable-shared
+ --disable-static
+ )
+ ECONF_SOURCE=${S} econf "${myconf[@]}"
+}
+
+multilib_src_install_all() {
+ einstalldocs
+ find "${ED}" -type f -name '*.la' -delete || die
+}
next reply other threads:[~2020-07-06 18:21 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-06 18:21 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 7:15 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/ Sam James
2023-12-23 4:17 Ionen Wolkens
2023-12-15 13:21 Arthur Zamarin
2023-12-15 10:53 Arthur Zamarin
2023-12-15 10:38 Arthur Zamarin
2023-12-15 7:49 Sam James
2023-12-15 7:14 Sam James
2023-12-15 7:14 Sam James
2023-12-15 7:14 Sam James
2023-10-13 15:00 Sam James
2023-08-20 20:28 Andreas K. Hüttel
2022-10-29 12:08 Sam James
2022-06-14 8:15 Jakov Smolić
2022-06-14 8:15 Jakov Smolić
2022-06-14 6:39 Jakov Smolić
2022-06-14 6:18 Jakov Smolić
2022-06-14 5:54 Jakov Smolić
2022-06-13 21:50 Jakov Smolić
2022-06-13 21:50 Jakov Smolić
2022-06-13 21:13 Sam James
2021-09-19 1:00 Sam James
2021-08-18 8:04 Lars Wendler
2021-08-14 3:48 Sam James
2021-05-24 15:09 Mike Gilbert
2020-09-12 9:00 Sergei Trofimovich
2020-08-31 0:42 Sam James
2020-08-17 0:20 Robin H. Johnson
2020-08-11 19:11 Sergei Trofimovich
2020-08-11 16:18 Sam James
2020-08-11 14:23 Agostino Sarubbo
2020-08-11 14:13 Agostino Sarubbo
2020-08-10 19:25 Sergei Trofimovich
2020-08-10 12:04 Agostino Sarubbo
2020-08-10 9:30 Agostino Sarubbo
2020-07-11 12:58 Sergei Trofimovich
2020-07-08 22:34 Lars Wendler
2020-03-23 23:58 Sergei Trofimovich
2019-05-04 19:40 Andreas K. Hüttel
2018-11-14 16:22 Robin H. Johnson
2018-09-05 19:31 Anthony G. Basile
2018-09-05 15:36 Anthony G. Basile
2018-08-26 8:10 Jeroen Roovers
2018-07-02 18:27 Markus Meier
2018-06-25 16:06 Tobias Klausmann
2018-06-23 8:24 Sergei Trofimovich
2018-06-06 15:25 Thomas Deutschmann
2018-06-05 17:51 Mike Frysinger
2018-06-05 17:25 Mart Raudsepp
2018-06-02 21:48 Sergei Trofimovich
2018-06-02 19:28 Andreas Hüttel
2018-04-30 11:26 Andreas Hüttel
2018-01-22 16:19 Michael Haubenwallner
2018-01-12 4:10 Mike Frysinger
2017-11-23 20:48 Thomas Deutschmann
2017-11-21 19:13 Mike Gilbert
2017-11-21 19:11 Mike Gilbert
2017-11-21 19:11 Mike Gilbert
2017-11-12 14:16 Andreas Hüttel
2017-11-06 0:43 Anthony G. Basile
2017-11-01 11:48 Andreas Hüttel
2017-10-28 18:56 Andreas Hüttel
2017-10-28 18:28 Andreas Hüttel
2017-09-18 11:50 Michael Haubenwallner
2017-09-16 17:25 Sergei Trofimovich
2017-09-16 15:48 Andreas Hüttel
2017-09-07 20:29 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1594059690.2a164d3c7b9d12d71c492823ff9f79a33ee9fc60.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox