summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-07 10:28:33 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-07 10:29:59 +0200
commit6f4ff2b3322f59a67bc016fe2976bde55b6d0dba (patch)
treeaec440e1cdca602878577c9ce87eba7a8b5bc394 /net-libs
parentnet-analyzer/scli: treeclean (diff)
downloadgentoo-6f4ff2b3322f59a67bc016fe2976bde55b6d0dba.tar.gz
gentoo-6f4ff2b3322f59a67bc016fe2976bde55b6d0dba.tar.bz2
gentoo-6f4ff2b3322f59a67bc016fe2976bde55b6d0dba.zip
net-libs/gsnmp: treeclean
Closes: https://bugs.gentoo.org/644344 Closes: https://bugs.gentoo.org/672172 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gsnmp/Manifest1
-rw-r--r--net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch10
-rw-r--r--net-libs/gsnmp/files/gsnmp-0.3.0-pkg_config.patch31
-rw-r--r--net-libs/gsnmp/files/gsnmp-0.3.0-underquoting.patch11
-rw-r--r--net-libs/gsnmp/gsnmp-0.3.0.ebuild46
-rw-r--r--net-libs/gsnmp/metadata.xml8
6 files changed, 0 insertions, 107 deletions
diff --git a/net-libs/gsnmp/Manifest b/net-libs/gsnmp/Manifest
deleted file mode 100644
index 15dae7d10ee0..000000000000
--- 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 505f7d166a9d..000000000000
--- 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 2e837caa820d..000000000000
--- 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 877aeceb0b0e..000000000000
--- 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 03183265f562..000000000000
--- 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 dce3f3be66c0..000000000000
--- 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>netmon@gentoo.org</email>
- <name>Gentoo network monitoring and analysis project</name>
-</maintainer>
-</pkgmetadata>