From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/
Date: Sat, 12 Sep 2020 09:00:28 +0000 (UTC) [thread overview]
Message-ID: <1599901159.c690dfd99261582669acdc53f3f6c9a6872e7061.slyfox@gentoo> (raw)
commit: c690dfd99261582669acdc53f3f6c9a6872e7061
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 08:59:19 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 08:59:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c690dfd9
net-libs/libnsl: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-libs/libnsl/Manifest | 1 -
net-libs/libnsl/libnsl-1.2.0.ebuild | 43 -------------------------------------
2 files changed, 44 deletions(-)
diff --git a/net-libs/libnsl/Manifest b/net-libs/libnsl/Manifest
index 9a18d705cfb..f3b14b934fd 100644
--- a/net-libs/libnsl/Manifest
+++ b/net-libs/libnsl/Manifest
@@ -1,2 +1 @@
-DIST libnsl-1.2.0.tar.gz 209188 BLAKE2B 4249cfbf0b5391790f5e5f81e4eb0be963e5fdc0c32a9400d4128e717d93da49f8751caf8de3bb4ba1a23b8670a0e4f8e750f38f4612dd0cc97db4c157421a06 SHA512 30115aa679a04ad01f55cff9dd1890b4c41c730a9bac2adab5add9ae03a0b4687c5f4b6e3b8652ecbb074eefac8faee3f1f13ea60d42cf4432db8a575ca72cd8
DIST libnsl-1.3.0.tar.xz 321488 BLAKE2B 25cb4fa2b3f161ce4cd06ca5cc0a716bf981620de4eb102f464bc1919b8f6d82f7b02a6108260122000bbac0307d9db05d406183dc533dd1b97683d08a7fc5f5 SHA512 a5a6c3ccb2d1e724c8c1f65e55dcd09383eb1ae019c55f4c09441eadf23ffbc2196cfad259805b0ac40ddf3a10af0da453e4d739d67d46829c64d0995dab4e55
diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild b/net-libs/libnsl/libnsl-1.2.0.ebuild
deleted file mode 100644
index 9e55d5d548d..00000000000
--- a/net-libs/libnsl/libnsl-1.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
-
-IUSE=""
-
-DEPEND="
- >=net-libs/libtirpc-1.2.0[${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}" -name '*.la' -delete || die
-}
next reply other threads:[~2020-09-12 9:00 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-12 9:00 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-23 4:17 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/ 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-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-07-06 18:21 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=1599901159.c690dfd99261582669acdc53f3f6c9a6872e7061.slyfox@gentoo \
--to=slyfox@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