commit:     6f4ff2b3322f59a67bc016fe2976bde55b6d0dba
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 08:28:33 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 08:29:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4ff2b3

net-libs/gsnmp: treeclean

Closes: https://bugs.gentoo.org/644344
Closes: https://bugs.gentoo.org/672172
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-libs/gsnmp/Manifest                            |  1 -
 net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch    | 10 -----
 net-libs/gsnmp/files/gsnmp-0.3.0-pkg_config.patch  | 31 ---------------
 .../gsnmp/files/gsnmp-0.3.0-underquoting.patch     | 11 ------
 net-libs/gsnmp/gsnmp-0.3.0.ebuild                  | 46 ----------------------
 net-libs/gsnmp/metadata.xml                        |  8 ----
 profiles/package.mask                              |  5 ---
 7 files changed, 112 deletions(-)

diff --git a/net-libs/gsnmp/Manifest b/net-libs/gsnmp/Manifest
deleted file mode 100644
index 15dae7d10ee..00000000000
--- a/net-libs/gsnmp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gsnmp-0.3.0.tar.gz 423137 BLAKE2B 
6987b1d13b946b2e4b78618e0910cb6f787c71c1658178ca1ced866a82ca5f6467c1dd21d7c2e40dfbf9150d860539e216d4be197ed705a38517a57fc7220d66
 SHA512 
dcba2eb5ae31704fe6dc3e0b98f3032666b7b2be1efdff0f60a3cf4d0e0c3384563d72e5289a8d10c447f00da73f646a1963ffe08b46c7bc165972ac1b07c8b1

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
deleted file mode 100644
index 505f7d166a9..00000000000
--- a/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/transport.c
-+++ b/src/transport.c
-@@ -32,6 +32,7 @@
- #include "transport.h"
- #include "dispatch.h"
- #include "pdu.h"      /* xxx only needed for debugging flags... */
-+#include <glib/gstdio.h> /* g_access() */
- 
- 
- static GUdpSocket  *udp_ipv4_socket = NULL;

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
deleted file mode 100644
index 2e837caa820..00000000000
--- a/net-libs/gsnmp/files/gsnmp-0.3.0-pkg_config.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -21,10 +21,18 @@
- 
- AC_PROG_LIBTOOL
- 
-+PKG_PROG_PKG_CONFIG
-+
- dnl Checks for libraries.
- 
--AM_PATH_GLIB_2_0(2.0.0)
--AM_PATH_GNET_2_0(2.0.4)
-+PKG_CHECK_MODULES(GLIB, glib-2.0 > 2.0.0,[
-+      LIBS="$LIBS $GLIB_LIBS"
-+      CPPFLAGS="$CPPFLAGS $GLIB_CFLAGS"
-+      ], AC_MSG_ERROR[Could not find glib])
-+PKG_CHECK_MODULES(GNET, gnet-2.0 > 2.0.4,[
-+      LIBS="$LIBS $GNET_LIBS"
-+      CPPFLAGS="$CPPFLAGS $GNET_CFLAGS"
-+      ], AC_MSG_ERROR[Could not find gnet])
- 
- dnl Checks for header files.
- dnl AC_HEADER_STDC
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,5 +1,3 @@
--AM_CPPFLAGS = $(GNET_CFLAGS)
--
- lib_LTLIBRARIES               = libgsnmp.la
- libgsnmp_la_SOURCES   = ber.c ber.h                   \
-                         pdu.c pdu.h                   \

diff --git a/net-libs/gsnmp/files/gsnmp-0.3.0-underquoting.patch 
b/net-libs/gsnmp/files/gsnmp-0.3.0-underquoting.patch
deleted file mode 100644
index 877aeceb0b0..00000000000
--- a/net-libs/gsnmp/files/gsnmp-0.3.0-underquoting.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gsnmp.m4
-+++ b/gsnmp.m4
-@@ -1,7 +1,7 @@
- dnl AM_PATH_GSNMP()
- dnl 
- 
--AC_DEFUN(AM_PATH_GSNMP,
-+AC_DEFUN([AM_PATH_GSNMP],
- [
-   PKG_CHECK_MODULES(GSNMP, glib-2.0 >= 2.0.1)
- ])

diff --git a/net-libs/gsnmp/gsnmp-0.3.0.ebuild 
b/net-libs/gsnmp/gsnmp-0.3.0.ebuild
deleted file mode 100644
index 03183265f56..00000000000
--- a/net-libs/gsnmp/gsnmp-0.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="An SNMP library based on glib and gnet"
-HOMEPAGE="https://github.com/schoenw/gsnmp";
-SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux"
-IUSE="static-libs"
-
-DEPEND="
-       dev-libs/glib:2
-       net-libs/gnet
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( README )
-
-PATCHES=(
-       "${FILESDIR}"/${P}-g_access.patch
-       "${FILESDIR}"/${P}-pkg_config.patch
-       "${FILESDIR}"/${P}-underquoting.patch
-)
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/net-libs/gsnmp/metadata.xml b/net-libs/gsnmp/metadata.xml
deleted file mode 100644
index dce3f3be66c..00000000000
--- a/net-libs/gsnmp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo network monitoring and analysis project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 148456928e0..97062715290 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -296,11 +296,6 @@ dev-python/oauth2
 # Masked until dev-libs/openssl-3.0* is unmasked
 =dev-libs/gost-engine-3.0*
 
-# Andreas Sturmlechner <[email protected]> (2021-09-07)
-# EAPI-5, dead upstream, last (and only) version added in 2011
-# Bug 644344; Removal on 2021-10-07.
-net-libs/gsnmp
-
 # Ionen Wolkens <[email protected]> (2021-09-03)
 # Currently may not function with kde-plasma/kwin (black screen),
 # so keeping masked for testing due to being a primary consumer.

Reply via email to