public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/neti/
@ 2019-10-06 21:18 Thomas Deutschmann
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Deutschmann @ 2019-10-06 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     40fbe9e1ee25a18bb3dc07e1b376896266ff225b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 21:00:31 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 21:17:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fbe9e1

net-analyzer/neti: x86 stable (bug #696324)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-analyzer/neti/neti-2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/neti/neti-2.0-r1.ebuild b/net-analyzer/neti/neti-2.0-r1.ebuild
index 453c5877d20..bea83118f9b 100644
--- a/net-analyzer/neti/neti-2.0-r1.ebuild
+++ b/net-analyzer/neti/neti-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ DESCRIPTION="NETI@Home research project from GATech"
 HOMEPAGE="http://www.neti.gatech.edu"
 SRC_URI="mirror://sourceforge/neti/${P}.tar.gz"
 
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="zlib java"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/neti/
@ 2019-10-06 22:22 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2019-10-06 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     44305df68ba3f77822a0ca33ad0ff416d42d0035
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 22:19:31 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 22:19:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44305df6

net-analyzer/neti: Drop old (EAPI=0)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/neti/neti-2.0.ebuild | 50 ---------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/net-analyzer/neti/neti-2.0.ebuild b/net-analyzer/neti/neti-2.0.ebuild
deleted file mode 100644
index ccbec34abed..00000000000
--- a/net-analyzer/neti/neti-2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="NETI@Home research project from GATech"
-HOMEPAGE="http://www.neti.gatech.edu"
-SRC_URI="mirror://sourceforge/neti/${P}.tar.gz"
-
-KEYWORDS="~ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="zlib java"
-
-DEPEND="java? ( || ( >=virtual/jdk-1.2 >=virtual/jre-1.2 ) )
-	net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-src_compile() {
-	econf \
-		$(use_with zlib) \
-		 || die "econf failed"
-
-	emake NETILogParse neti \
-		|| die "emake NETILogParse neti failed"
-
-	if use java;
-	then
-		emake javadir=/usr/share/${PN} classjava.stamp || die "emake classjava.stamp failed"
-	fi
-}
-
-src_install() {
-	emake DESTDIR="${D}" install-sbinPROGRAMS \
-		install-sysconfDATA install-man install-info || die "emake install failed"
-
-	if use java;
-	then
-		emake javadir=/usr/share/${PN} \
-			 DESTDIR="${D}" install-javaJAVA install-javaDATA || die "emake java install failed"
-		dobin /usr/bin
-		echo cd /usr/share/${PN}\;java -cp /usr/share/${PN} NETIMap > "${D}"/usr/bin/NETIMap
-		fperms ugo+x /usr/bin/NETIMap
-	fi
-
-	dodoc README AUTHORS
-	newinitd "${FILESDIR}"/neti-init2 neti
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-06 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-06 21:18 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/neti/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2019-10-06 22:22 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox