Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-analyzer/scli/files/, net-analyzer/scli/
Date: Thu, 07 Oct 2021 08:30:23
Message-Id: 1633595398.7a4d31b37aca9917bb4342324f222b25c789ac1e.jsmolic@gentoo
1 commit: 7a4d31b37aca9917bb4342324f222b25c789ac1e
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 08:27:53 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 08:29:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4d31b3
7
8 net-analyzer/scli: treeclean
9
10 Closes: https://bugs.gentoo.org/644344
11 Closes: https://bugs.gentoo.org/810601
12 Closes: https://bugs.gentoo.org/672176
13 Closes: https://bugs.gentoo.org/672174
14 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
15
16 net-analyzer/scli/Manifest | 1 -
17 net-analyzer/scli/files/scli-0.4.0-configure.patch | 44 ----------------------
18 net-analyzer/scli/metadata.xml | 11 ------
19 net-analyzer/scli/scli-0.4.0-r2.ebuild | 35 -----------------
20 profiles/package.mask | 5 ---
21 5 files changed, 96 deletions(-)
22
23 diff --git a/net-analyzer/scli/Manifest b/net-analyzer/scli/Manifest
24 deleted file mode 100644
25 index e4f019d7f60..00000000000
26 --- a/net-analyzer/scli/Manifest
27 +++ /dev/null
28 @@ -1 +0,0 @@
29 -DIST scli-0.4.0.tar.gz 953401 BLAKE2B b6f3ccd1dbc69df882e3dbd73f8a686af76e370a5785cb475b9122a200cc9a01ae364d50fd391499cd88856ebb1e1a1869c8545b36eaecf73b45d46d47282b9b SHA512 ceb81e51049def64cb6f2428263709802380f7f712575e327a71d8cc120d284a7d9c57679d76e22cfcaf5b160d0d46af0cefa1133c56972b43002cb94f120dcc
30
31 diff --git a/net-analyzer/scli/files/scli-0.4.0-configure.patch b/net-analyzer/scli/files/scli-0.4.0-configure.patch
32 deleted file mode 100644
33 index d942da0adcc..00000000000
34 --- a/net-analyzer/scli/files/scli-0.4.0-configure.patch
35 +++ /dev/null
36 @@ -1,44 +0,0 @@
37 ---- a/configure.in
38 -+++ b/configure.in
39 -@@ -20,6 +20,8 @@
40 - AC_CHECK_PROG(SMIDUMP, smidump, smidump)
41 - AC_SUBST(SMIDUMP)
42 -
43 -+PKG_PROG_PKG_CONFIG
44 -+
45 - AC_DEFINE_UNQUOTED(SCLI_PLUGIN_PATH, "${pkglibdir}")
46 -
47 - AC_MSG_CHECKING([whether to enable -Wall])
48 -@@ -33,19 +35,24 @@
49 -
50 - dnl Checks for libraries.
51 -
52 --AM_PATH_GLIB_2_0(2.0.0, [], AC_MSG_ERROR(scli needs GLIB), gmodule)
53 --AM_PATH_GNET_2_0(2.0.0, [], AC_MSG_ERROR(scli needs GNET))
54 -+PKG_CHECK_MODULES(GLIB, glib-2.0 gmodule-2.0 gthread-2.0,[
55 -+ LIBS="$LIBS $GLIB_LIBS"
56 -+ CPPFLAGS="$CPPFLAGS $GLIB_CFLAGS"
57 -+ ], AC_MSG_ERROR(scli needs GLIB))
58 -+PKG_CHECK_MODULES(GNET, gnet-2.0 >= 2.0.0,[
59 -+ LIBS="$LIBS $GNET_LIBS"
60 -+ CPPFLAGS="$CPPFLAGS $GNET_CFLAGS"
61 -+ ], AC_MSG_ERROR(scli needs GNET))
62 - dnl AM_PATH_GLIB(1.2.0, [], AC_MSG_ERROR(scli needs GLIB), gmodule)
63 - dnl AM_PATH_GTK(1.2.0, [], AC_MSG_ERROR(scli needs GTK))
64 --AM_PATH_XML2(2.0.0, [], AC_MSG_ERROR(scli needs libxml2))
65 -+PKG_CHECK_MODULES(XML2, libxml-2.0 >= 2.0.0,[
66 -+ LIBS="$LIBS $XML2_LIBS"
67 -+ CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
68 -+ ], AC_MSG_ERROR(scli needs libxml2))
69 - PKG_CHECK_MODULES(GSNMP, gsnmp, have_gsnmp=true, have_gsnmp=false)
70 - AC_SUBST(GSNMP_CFLAGS)
71 - AC_SUBST(GSNMP_LIBS)
72 --AC_CHECK_LIB(ncurses, initscr, [],
73 -- AC_CHECK_LIB(curses, initscr, [],
74 -- AC_MSG_ERROR([scli requires curses functions; install curses first])
75 -- )
76 --)
77 -+PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",AC_MSG_ERROR([ncurses is required]))
78 - AC_CHECK_LIB(readline, readline, [],
79 - AC_MSG_ERROR([scli requires readline functions; install libreadline first])
80 - )
81
82 diff --git a/net-analyzer/scli/metadata.xml b/net-analyzer/scli/metadata.xml
83 deleted file mode 100644
84 index ff71fd634c7..00000000000
85 --- a/net-analyzer/scli/metadata.xml
86 +++ /dev/null
87 @@ -1,11 +0,0 @@
88 -<?xml version="1.0" encoding="UTF-8"?>
89 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
90 -<pkgmetadata>
91 - <maintainer type="project">
92 - <email>netmon@g.o</email>
93 - <name>Gentoo network monitoring and analysis project</name>
94 - </maintainer>
95 - <upstream>
96 - <remote-id type="github">schoenw/scli</remote-id>
97 - </upstream>
98 -</pkgmetadata>
99
100 diff --git a/net-analyzer/scli/scli-0.4.0-r2.ebuild b/net-analyzer/scli/scli-0.4.0-r2.ebuild
101 deleted file mode 100644
102 index 639430aa572..00000000000
103 --- a/net-analyzer/scli/scli-0.4.0-r2.ebuild
104 +++ /dev/null
105 @@ -1,35 +0,0 @@
106 -# Copyright 1999-2021 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=7
110 -
111 -inherit autotools
112 -
113 -DESCRIPTION="SNMP Command Line Interface"
114 -HOMEPAGE="https://github.com/schoenw/scli"
115 -SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
116 -
117 -LICENSE="GPL-2+"
118 -SLOT="0"
119 -KEYWORDS="amd64 x86 ~amd64-linux"
120 -
121 -RDEPEND="
122 - dev-libs/glib:2
123 - dev-libs/libxml2
124 - net-libs/gnet
125 - net-libs/gsnmp
126 - sys-libs/ncurses
127 - sys-libs/readline
128 - sys-libs/zlib
129 -"
130 -DEPEND="${RDEPEND}"
131 -BDEPEND="virtual/pkgconfig"
132 -
133 -PATCHES=( "${FILESDIR}"/${P}-configure.patch )
134 -
135 -DOCS=( AUTHORS ChangeLog NEWS PORTING README TODO )
136 -
137 -src_prepare() {
138 - default
139 - eautoreconf
140 -}
141
142 diff --git a/profiles/package.mask b/profiles/package.mask
143 index ed33c350ae2..148456928e0 100644
144 --- a/profiles/package.mask
145 +++ b/profiles/package.mask
146 @@ -301,11 +301,6 @@ dev-python/oauth2
147 # Bug 644344; Removal on 2021-10-07.
148 net-libs/gsnmp
149
150 -# Andreas Sturmlechner <asturm@g.o> (2021-09-07)
151 -# EAPI-5, dead upstream, last bump in 2012
152 -# Bug 644344; Removal on 2021-10-07.
153 -net-analyzer/scli
154 -
155 # Ionen Wolkens <ionen@g.o> (2021-09-03)
156 # Currently may not function with kde-plasma/kwin (black screen),
157 # so keeping masked for testing due to being a primary consumer.