Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-libs/libndp/files/, net-libs/libndp/
Date: Mon, 27 Apr 2020 12:25:23
Message-Id: 1587990303.490fb736ee0ac80957b3e9fabc504af60ea85f56.blueness@gentoo
1 commit: 490fb736ee0ac80957b3e9fabc504af60ea85f56
2 Author: Michael Everitt <gentoo <AT> veremit <DOT> xyz>
3 AuthorDate: Mon Apr 27 04:36:12 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 12:25:03 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=490fb736
7
8 net-libs/libndp: Fixed upstream in commit 94e9a08, release 1.7 in-tree
9
10 >>> Completed installing net-libs/libndp-1.7 into /var/tmp/portage/net-libs/libndp-1.7/image/
11 >>> net-libs/libndp-1.7 merged.
12
13 Signed-off-by: Michael Everitt <gentoo <AT> veremit.xyz>
14 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
15
16 net-libs/libndp/Manifest | 1 -
17 net-libs/libndp/files/libndp-fix-musl.patch | 24 --------------------
18 net-libs/libndp/libndp-1.6-r1.ebuild | 34 -----------------------------
19 net-libs/libndp/metadata.xml | 8 -------
20 4 files changed, 67 deletions(-)
21
22 diff --git a/net-libs/libndp/Manifest b/net-libs/libndp/Manifest
23 deleted file mode 100644
24 index 7884f03..0000000
25 --- a/net-libs/libndp/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST libndp-1.6.tar.gz 364406 SHA256 0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e SHA512 ad2df92c5b908f5c40e6e1920195ef97d560b667f78dd4ba5b5418d2dc294a69357fa704b9137f76a4d1ab473f0ec5f1bc4644f25f6a3f0802b75b961638be22 WHIRLPOOL ec2b619810975d94abc900fe4d7c5e77b7ef5acee6f6763fd7e4d756a6ba8d1a7a1e4720df1dbe388e6159b9ad881296a6150f39ec0a6ab61e50475d06dc0b41
29
30 diff --git a/net-libs/libndp/files/libndp-fix-musl.patch b/net-libs/libndp/files/libndp-fix-musl.patch
31 deleted file mode 100644
32 index 6280ce4..0000000
33 --- a/net-libs/libndp/files/libndp-fix-musl.patch
34 +++ /dev/null
35 @@ -1,24 +0,0 @@
36 -From: Kylie McClain <somasis exherbo org>
37 -
38 -FD_ZERO, fd_set, etc are defined within sys/select.h on musl.
39 -
40 -Signed-off-by: Kylie McClain <somasis exherbo org>
41 ----
42 - utils/ndptool.c | 1 +
43 - 1 file changed, 1 insertion(+)
44 -
45 -diff --git a/utils/ndptool.c b/utils/ndptool.c
46 -index 1d96f4c..96479fa 100644
47 ---- a/utils/ndptool.c
48 -+++ b/utils/ndptool.c
49 -@@ -28,6 +28,7 @@
50 - #include <arpa/inet.h>
51 - #include <errno.h>
52 - #include <ndp.h>
53 -+#include <sys/select.h>
54 -
55 - enum verbosity_level {
56 - VERB1,
57 ---
58 -2.8.2
59 -
60
61 diff --git a/net-libs/libndp/libndp-1.6-r1.ebuild b/net-libs/libndp/libndp-1.6-r1.ebuild
62 deleted file mode 100644
63 index 892c4d0..0000000
64 --- a/net-libs/libndp/libndp-1.6-r1.ebuild
65 +++ /dev/null
66 @@ -1,34 +0,0 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -inherit gnome2 multilib-minimal
72 -
73 -DESCRIPTION="Library for Neighbor Discovery Protocol"
74 -HOMEPAGE="http://libndp.org"
75 -SRC_URI="http://libndp.org/files/${P}.tar.gz"
76 -
77 -LICENSE="GPL-2"
78 -SLOT="0"
79 -IUSE=""
80 -
81 -KEYWORDS="amd64 arm arm64 ppc x86"
82 -
83 -DEPEND=""
84 -RDEPEND=""
85 -
86 -src_prepare() {
87 - eapply "${FILESDIR}/libndp-fix-musl.patch"
88 - eapply_user
89 -}
90 -
91 -multilib_src_configure() {
92 - ECONF_SOURCE="${S}" \
93 - gnome2_src_configure \
94 - --disable-static \
95 - --enable-logging
96 -}
97 -
98 -multilib_src_install() {
99 - gnome2_src_install
100 -}
101
102 diff --git a/net-libs/libndp/metadata.xml b/net-libs/libndp/metadata.xml
103 deleted file mode 100644
104 index 3998080..0000000
105 --- a/net-libs/libndp/metadata.xml
106 +++ /dev/null
107 @@ -1,8 +0,0 @@
108 -<?xml version="1.0" encoding="UTF-8"?>
109 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
110 -<pkgmetadata>
111 -<maintainer type="project">
112 - <email>gnome@g.o</email>
113 - <name>Gentoo GNOME Desktop</name>
114 -</maintainer>
115 -</pkgmetadata>