* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-analyzer/neti/files/, net-analyzer/neti/
@ 2021-12-13 16:36 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2021-12-13 16:36 UTC (permalink / raw
To: gentoo-commits
commit: ea76a39963da000b574839a879730102e8f159c4
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 16:31:03 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 16:31:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea76a399
net-analyzer/neti: treeclean
Closes: https://bugs.gentoo.org/787449
Closes: https://bugs.gentoo.org/811483
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-analyzer/neti/Manifest | 1 -
net-analyzer/neti/files/neti-init2 | 19 -------------
net-analyzer/neti/metadata.xml | 11 --------
net-analyzer/neti/neti-2.0-r2.ebuild | 55 ------------------------------------
profiles/package.mask | 6 ----
5 files changed, 92 deletions(-)
diff --git a/net-analyzer/neti/Manifest b/net-analyzer/neti/Manifest
deleted file mode 100644
index d29bf75f1503..000000000000
--- a/net-analyzer/neti/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST neti-2.0.tar.gz 383442 BLAKE2B a76977f6eb16b729e67cf4c98c2b1497d76572374b825bd7200b9d8f3b24634b3bcdae5e611dc3fa145f1cc4d5130d5e8501b017c529a72212a865c845cd01c6 SHA512 5a1156195106e8dcb738c5d2efdd88b77803fa16145db182f2d782a21316fac18af6812b264ece3bc49a5d6713b2aa86aca13129edd01753bf5cf0dd33b1aeb5
diff --git a/net-analyzer/neti/files/neti-init2 b/net-analyzer/neti/files/neti-init2
deleted file mode 100644
index 556660cae489..000000000000
--- a/net-analyzer/neti/files/neti-init2
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting netiathome"
- start-stop-daemon --start --quiet --exec /usr/sbin/neti -- -D
- eend $?
-}
-
-stop() {
- ebegin "Stopping netiathome"
- start-stop-daemon --stop --quiet --exec /usr/sbin/neti
- eend $?
-}
diff --git a/net-analyzer/neti/metadata.xml b/net-analyzer/neti/metadata.xml
deleted file mode 100644
index 7a0a72936bff..000000000000
--- a/net-analyzer/neti/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="sourceforge">neti</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-analyzer/neti/neti-2.0-r2.ebuild b/net-analyzer/neti/neti-2.0-r2.ebuild
deleted file mode 100644
index 54a3f860e4df..000000000000
--- a/net-analyzer/neti/neti-2.0-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="NETI@Home research project from GATech"
-HOMEPAGE="http://www.neti.gatech.edu"
-SRC_URI="mirror://sourceforge/neti/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE="zlib java"
-
-DEPEND="
- java? ( || ( >=virtual/jdk-1.2 >=virtual/jre-1.2 ) )
- net-libs/libpcap
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-src_configure() {
- econf $(use_with zlib)
-}
-
-src_compile() {
- emake NETILogParse neti
-
- use java && emake javadir=/usr/share/${PN} classjava.stamp
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- install-sbinPROGRAMS \
- install-sysconfDATA \
- install-man \
- install-info
-
- if use java; then
- emake \
- DESTDIR="${D}" \
- javadir=/usr/share/${PN} \
- install-javaJAVA \
- install-javaDATA
-
- echo cd /usr/share/${PN}\;java -cp /usr/share/${PN} NETIMap > "${WORKDIR}"/NETIMap
- dobin "${WORKDIR}"/NETIMap
- fi
-
- dodoc README AUTHORS
- newinitd "${FILESDIR}"/neti-init2 neti
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 873de255c051..07340238b3a0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -388,12 +388,6 @@ dev-ruby/d3_rails
# java package without consumers, bug #787338. Removal in 30 days.
dev-db/db-je
-# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-13)
-# depends on deprecated jdk / jre, bug #787449
-# stuck with EAPI 5, latest release in 2005
-# Removal in 30 days.
-net-analyzer/neti
-
# Mart Raudsepp <leio@gentoo.org> (2021-11-11)
# Needs testing to ensure valac-0.54 works for existing packages
>=dev-libs/vala-common-0.53
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-13 16:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-13 16:36 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-analyzer/neti/files/, net-analyzer/neti/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox