From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34D84158086 for ; Mon, 13 Dec 2021 16:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34B022BC019; Mon, 13 Dec 2021 16:36:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD7E9E07C5 for ; Mon, 13 Dec 2021 16:36:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E589B3435F7 for ; Mon, 13 Dec 2021 16:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A5CC239 for ; Mon, 13 Dec 2021 16:36:25 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1639413063.ea76a39963da000b574839a879730102e8f159c4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-analyzer/neti/files/, net-analyzer/neti/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/neti/Manifest net-analyzer/neti/files/neti-init2 net-analyzer/neti/metadata.xml net-analyzer/neti/neti-2.0-r2.ebuild profiles/package.mask X-VCS-Directories: net-analyzer/neti/ net-analyzer/neti/files/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: ea76a39963da000b574839a879730102e8f159c4 X-VCS-Branch: master Date: Mon, 13 Dec 2021 16:36:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4c29ba7-f81c-408e-8932-e7b70f5bbb24 X-Archives-Hash: 2a9b381910ec02974234712177901a88 commit: ea76a39963da000b574839a879730102e8f159c4 Author: Jakov Smolić gentoo org> AuthorDate: Mon Dec 13 16:31:03 2021 +0000 Commit: Jakov Smolić gentoo 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ć 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 @@ - - - - - netmon@gentoo.org - Gentoo network monitoring and analysis project - - - neti - - 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 (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 (2021-11-11) # Needs testing to ensure valac-0.54 works for existing packages >=dev-libs/vala-common-0.53