Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gsnmp/files/, profiles/, net-libs/gsnmp/
Date: Thu, 07 Oct 2021 08:30:23
Message-Id: 1633595399.6f4ff2b3322f59a67bc016fe2976bde55b6d0dba.jsmolic@gentoo
1 commit: 6f4ff2b3322f59a67bc016fe2976bde55b6d0dba
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 08:28:33 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 08:29:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4ff2b3
7
8 net-libs/gsnmp: treeclean
9
10 Closes: https://bugs.gentoo.org/644344
11 Closes: https://bugs.gentoo.org/672172
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 net-libs/gsnmp/Manifest | 1 -
15 net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch | 10 -----
16 net-libs/gsnmp/files/gsnmp-0.3.0-pkg_config.patch | 31 ---------------
17 .../gsnmp/files/gsnmp-0.3.0-underquoting.patch | 11 ------
18 net-libs/gsnmp/gsnmp-0.3.0.ebuild | 46 ----------------------
19 net-libs/gsnmp/metadata.xml | 8 ----
20 profiles/package.mask | 5 ---
21 7 files changed, 112 deletions(-)
22
23 diff --git a/net-libs/gsnmp/Manifest b/net-libs/gsnmp/Manifest
24 deleted file mode 100644
25 index 15dae7d10ee..00000000000
26 --- a/net-libs/gsnmp/Manifest
27 +++ /dev/null
28 @@ -1 +0,0 @@
29 -DIST gsnmp-0.3.0.tar.gz 423137 BLAKE2B 6987b1d13b946b2e4b78618e0910cb6f787c71c1658178ca1ced866a82ca5f6467c1dd21d7c2e40dfbf9150d860539e216d4be197ed705a38517a57fc7220d66 SHA512 dcba2eb5ae31704fe6dc3e0b98f3032666b7b2be1efdff0f60a3cf4d0e0c3384563d72e5289a8d10c447f00da73f646a1963ffe08b46c7bc165972ac1b07c8b1
30
31 diff --git a/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch b/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch
32 deleted file mode 100644
33 index 505f7d166a9..00000000000
34 --- a/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch
35 +++ /dev/null
36 @@ -1,10 +0,0 @@
37 ---- a/src/transport.c
38 -+++ b/src/transport.c
39 -@@ -32,6 +32,7 @@
40 - #include "transport.h"
41 - #include "dispatch.h"
42 - #include "pdu.h" /* xxx only needed for debugging flags... */
43 -+#include <glib/gstdio.h> /* g_access() */
44 -
45 -
46 - static GUdpSocket *udp_ipv4_socket = NULL;
47
48 diff --git a/net-libs/gsnmp/files/gsnmp-0.3.0-pkg_config.patch b/net-libs/gsnmp/files/gsnmp-0.3.0-pkg_config.patch
49 deleted file mode 100644
50 index 2e837caa820..00000000000
51 --- a/net-libs/gsnmp/files/gsnmp-0.3.0-pkg_config.patch
52 +++ /dev/null
53 @@ -1,31 +0,0 @@
54 ---- a/configure.ac
55 -+++ b/configure.ac
56 -@@ -21,10 +21,18 @@
57 -
58 - AC_PROG_LIBTOOL
59 -
60 -+PKG_PROG_PKG_CONFIG
61 -+
62 - dnl Checks for libraries.
63 -
64 --AM_PATH_GLIB_2_0(2.0.0)
65 --AM_PATH_GNET_2_0(2.0.4)
66 -+PKG_CHECK_MODULES(GLIB, glib-2.0 > 2.0.0,[
67 -+ LIBS="$LIBS $GLIB_LIBS"
68 -+ CPPFLAGS="$CPPFLAGS $GLIB_CFLAGS"
69 -+ ], AC_MSG_ERROR[Could not find glib])
70 -+PKG_CHECK_MODULES(GNET, gnet-2.0 > 2.0.4,[
71 -+ LIBS="$LIBS $GNET_LIBS"
72 -+ CPPFLAGS="$CPPFLAGS $GNET_CFLAGS"
73 -+ ], AC_MSG_ERROR[Could not find gnet])
74 -
75 - dnl Checks for header files.
76 - dnl AC_HEADER_STDC
77 ---- a/src/Makefile.am
78 -+++ b/src/Makefile.am
79 -@@ -1,5 +1,3 @@
80 --AM_CPPFLAGS = $(GNET_CFLAGS)
81 --
82 - lib_LTLIBRARIES = libgsnmp.la
83 - libgsnmp_la_SOURCES = ber.c ber.h \
84 - pdu.c pdu.h \
85
86 diff --git a/net-libs/gsnmp/files/gsnmp-0.3.0-underquoting.patch b/net-libs/gsnmp/files/gsnmp-0.3.0-underquoting.patch
87 deleted file mode 100644
88 index 877aeceb0b0..00000000000
89 --- a/net-libs/gsnmp/files/gsnmp-0.3.0-underquoting.patch
90 +++ /dev/null
91 @@ -1,11 +0,0 @@
92 ---- a/gsnmp.m4
93 -+++ b/gsnmp.m4
94 -@@ -1,7 +1,7 @@
95 - dnl AM_PATH_GSNMP()
96 - dnl
97 -
98 --AC_DEFUN(AM_PATH_GSNMP,
99 -+AC_DEFUN([AM_PATH_GSNMP],
100 - [
101 - PKG_CHECK_MODULES(GSNMP, glib-2.0 >= 2.0.1)
102 - ])
103
104 diff --git a/net-libs/gsnmp/gsnmp-0.3.0.ebuild b/net-libs/gsnmp/gsnmp-0.3.0.ebuild
105 deleted file mode 100644
106 index 03183265f56..00000000000
107 --- a/net-libs/gsnmp/gsnmp-0.3.0.ebuild
108 +++ /dev/null
109 @@ -1,46 +0,0 @@
110 -# Copyright 1999-2021 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=7
114 -
115 -inherit autotools
116 -
117 -DESCRIPTION="An SNMP library based on glib and gnet"
118 -HOMEPAGE="https://github.com/schoenw/gsnmp"
119 -SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
120 -
121 -LICENSE="GPL-2"
122 -SLOT="0"
123 -KEYWORDS="amd64 ~ppc x86 ~amd64-linux"
124 -IUSE="static-libs"
125 -
126 -DEPEND="
127 - dev-libs/glib:2
128 - net-libs/gnet
129 -"
130 -RDEPEND="${DEPEND}"
131 -BDEPEND="virtual/pkgconfig"
132 -
133 -DOCS=( README )
134 -
135 -PATCHES=(
136 - "${FILESDIR}"/${P}-g_access.patch
137 - "${FILESDIR}"/${P}-pkg_config.patch
138 - "${FILESDIR}"/${P}-underquoting.patch
139 -)
140 -
141 -src_prepare() {
142 - default
143 -
144 - eautoreconf
145 -}
146 -
147 -src_configure() {
148 - econf $(use_enable static-libs static)
149 -}
150 -
151 -src_install() {
152 - default
153 -
154 - find "${ED}" -name '*.la' -delete || die
155 -}
156
157 diff --git a/net-libs/gsnmp/metadata.xml b/net-libs/gsnmp/metadata.xml
158 deleted file mode 100644
159 index dce3f3be66c..00000000000
160 --- a/net-libs/gsnmp/metadata.xml
161 +++ /dev/null
162 @@ -1,8 +0,0 @@
163 -<?xml version="1.0" encoding="UTF-8"?>
164 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
165 -<pkgmetadata>
166 -<maintainer type="project">
167 - <email>netmon@g.o</email>
168 - <name>Gentoo network monitoring and analysis project</name>
169 -</maintainer>
170 -</pkgmetadata>
171
172 diff --git a/profiles/package.mask b/profiles/package.mask
173 index 148456928e0..97062715290 100644
174 --- a/profiles/package.mask
175 +++ b/profiles/package.mask
176 @@ -296,11 +296,6 @@ dev-python/oauth2
177 # Masked until dev-libs/openssl-3.0* is unmasked
178 =dev-libs/gost-engine-3.0*
179
180 -# Andreas Sturmlechner <asturm@g.o> (2021-09-07)
181 -# EAPI-5, dead upstream, last (and only) version added in 2011
182 -# Bug 644344; Removal on 2021-10-07.
183 -net-libs/gsnmp
184 -
185 # Ionen Wolkens <ionen@g.o> (2021-09-03)
186 # Currently may not function with kde-plasma/kwin (black screen),
187 # so keeping masked for testing due to being a primary consumer.