commit:     7a4d31b37aca9917bb4342324f222b25c789ac1e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 08:27:53 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 08:29:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4d31b3

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 <AT> gentoo.org>

 net-analyzer/scli/Manifest                         |  1 -
 net-analyzer/scli/files/scli-0.4.0-configure.patch | 44 ----------------------
 net-analyzer/scli/metadata.xml                     | 11 ------
 net-analyzer/scli/scli-0.4.0-r2.ebuild             | 35 -----------------
 profiles/package.mask                              |  5 ---
 5 files changed, 96 deletions(-)

diff --git a/net-analyzer/scli/Manifest b/net-analyzer/scli/Manifest
deleted file mode 100644
index e4f019d7f60..00000000000
--- 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 d942da0adcc..00000000000
--- 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 ff71fd634c7..00000000000
--- 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>[email protected]</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 639430aa572..00000000000
--- 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index ed33c350ae2..148456928e0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -301,11 +301,6 @@ dev-python/oauth2
 # Bug 644344; Removal on 2021-10-07.
 net-libs/gsnmp
 
-# Andreas Sturmlechner <[email protected]> (2021-09-07)
-# EAPI-5, dead upstream, last bump in 2012
-# Bug 644344; Removal on 2021-10-07.
-net-analyzer/scli
-
 # 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