summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-07 10:27:53 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-07 10:29:58 +0200
commit7a4d31b37aca9917bb4342324f222b25c789ac1e (patch)
tree2b652a0ba8b9743a29cb6b1d8a5f72db984dda22 /net-analyzer
parentapp-misc/datovka: version bump 4.18.0 (diff)
downloadgentoo-7a4d31b37aca9917bb4342324f222b25c789ac1e.tar.gz
gentoo-7a4d31b37aca9917bb4342324f222b25c789ac1e.tar.bz2
gentoo-7a4d31b37aca9917bb4342324f222b25c789ac1e.zip
net-analyzer/scli: treeclean
Closes: https://bugs.gentoo.org/644344 Closes: https://bugs.gentoo.org/810601 Closes: https://bugs.gentoo.org/672176 Closes: https://bugs.gentoo.org/672174 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/scli/Manifest1
-rw-r--r--net-analyzer/scli/files/scli-0.4.0-configure.patch44
-rw-r--r--net-analyzer/scli/metadata.xml11
-rw-r--r--net-analyzer/scli/scli-0.4.0-r2.ebuild35
4 files changed, 0 insertions, 91 deletions
diff --git a/net-analyzer/scli/Manifest b/net-analyzer/scli/Manifest
deleted file mode 100644
index e4f019d7f606..000000000000
--- a/net-analyzer/scli/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST scli-0.4.0.tar.gz 953401 BLAKE2B b6f3ccd1dbc69df882e3dbd73f8a686af76e370a5785cb475b9122a200cc9a01ae364d50fd391499cd88856ebb1e1a1869c8545b36eaecf73b45d46d47282b9b SHA512 ceb81e51049def64cb6f2428263709802380f7f712575e327a71d8cc120d284a7d9c57679d76e22cfcaf5b160d0d46af0cefa1133c56972b43002cb94f120dcc
diff --git a/net-analyzer/scli/files/scli-0.4.0-configure.patch b/net-analyzer/scli/files/scli-0.4.0-configure.patch
deleted file mode 100644
index d942da0adcc5..000000000000
--- a/net-analyzer/scli/files/scli-0.4.0-configure.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -20,6 +20,8 @@
- AC_CHECK_PROG(SMIDUMP, smidump, smidump)
- AC_SUBST(SMIDUMP)
-
-+PKG_PROG_PKG_CONFIG
-+
- AC_DEFINE_UNQUOTED(SCLI_PLUGIN_PATH, "${pkglibdir}")
-
- AC_MSG_CHECKING([whether to enable -Wall])
-@@ -33,19 +35,24 @@
-
- dnl Checks for libraries.
-
--AM_PATH_GLIB_2_0(2.0.0, [], AC_MSG_ERROR(scli needs GLIB), gmodule)
--AM_PATH_GNET_2_0(2.0.0, [], AC_MSG_ERROR(scli needs GNET))
-+PKG_CHECK_MODULES(GLIB, glib-2.0 gmodule-2.0 gthread-2.0,[
-+ LIBS="$LIBS $GLIB_LIBS"
-+ CPPFLAGS="$CPPFLAGS $GLIB_CFLAGS"
-+ ], AC_MSG_ERROR(scli needs GLIB))
-+PKG_CHECK_MODULES(GNET, gnet-2.0 >= 2.0.0,[
-+ LIBS="$LIBS $GNET_LIBS"
-+ CPPFLAGS="$CPPFLAGS $GNET_CFLAGS"
-+ ], AC_MSG_ERROR(scli needs GNET))
- dnl AM_PATH_GLIB(1.2.0, [], AC_MSG_ERROR(scli needs GLIB), gmodule)
- dnl AM_PATH_GTK(1.2.0, [], AC_MSG_ERROR(scli needs GTK))
--AM_PATH_XML2(2.0.0, [], AC_MSG_ERROR(scli needs libxml2))
-+PKG_CHECK_MODULES(XML2, libxml-2.0 >= 2.0.0,[
-+ LIBS="$LIBS $XML2_LIBS"
-+ CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
-+ ], AC_MSG_ERROR(scli needs libxml2))
- PKG_CHECK_MODULES(GSNMP, gsnmp, have_gsnmp=true, have_gsnmp=false)
- AC_SUBST(GSNMP_CFLAGS)
- AC_SUBST(GSNMP_LIBS)
--AC_CHECK_LIB(ncurses, initscr, [],
-- AC_CHECK_LIB(curses, initscr, [],
-- AC_MSG_ERROR([scli requires curses functions; install curses first])
-- )
--)
-+PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",AC_MSG_ERROR([ncurses is required]))
- AC_CHECK_LIB(readline, readline, [],
- AC_MSG_ERROR([scli requires readline functions; install libreadline first])
- )
diff --git a/net-analyzer/scli/metadata.xml b/net-analyzer/scli/metadata.xml
deleted file mode 100644
index ff71fd634c7d..000000000000
--- a/net-analyzer/scli/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="github">schoenw/scli</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-analyzer/scli/scli-0.4.0-r2.ebuild b/net-analyzer/scli/scli-0.4.0-r2.ebuild
deleted file mode 100644
index 639430aa572e..000000000000
--- a/net-analyzer/scli/scli-0.4.0-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="SNMP Command Line Interface"
-HOMEPAGE="https://github.com/schoenw/scli"
-SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/libxml2
- net-libs/gnet
- net-libs/gsnmp
- sys-libs/ncurses
- sys-libs/readline
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-configure.patch )
-
-DOCS=( AUTHORS ChangeLog NEWS PORTING README TODO )
-
-src_prepare() {
- default
- eautoreconf
-}