public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arping/
Date: Fri, 20 Jan 2017 05:54:12 +0000 (UTC)	[thread overview]
Message-ID: <1484891523.2058aa49c3e52b97fe42217f2516345cc1be74c8.jer@gentoo> (raw)

commit:     2058aa49c3e52b97fe42217f2516345cc1be74c8
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 05:52:03 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 05:52:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2058aa49

net-analyzer/arping: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/arping/Manifest           |  2 --
 net-analyzer/arping/arping-2.15.ebuild | 41 ----------------------------------
 net-analyzer/arping/arping-2.16.ebuild | 25 ---------------------
 3 files changed, 68 deletions(-)

diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest
index a93c6cc..678bf43 100644
--- a/net-analyzer/arping/Manifest
+++ b/net-analyzer/arping/Manifest
@@ -1,4 +1,2 @@
-DIST arping-2.15.tar.gz 149061 SHA256 9d45dae3a88749092cef1dd7f5cbb4d3b7be8715a938384ef3139790884251f3 SHA512 89fb5ef1d7663d3577094e250751675ed9bc54fe95fa96d85138a2cf31f422c9b829c90902877bd6dd3f1102194ce0b53af9ef483fbb7e33ce2ae81283b5d52b WHIRLPOOL 2dd43c644f57182c8372c2bc14820352db72309eab594b2797e123af20e3f8af7a6016c22e5b014f93102b689bb7e60ace349f2b14d9ff00d5de944c6e2e4d6f
-DIST arping-2.16.tar.gz 174183 SHA256 e0086f79cb30cd64983acd46e1fbadcf11dfd63c15f1180beae1cad63a05c854 SHA512 90aeb0ad3341bf176b78d02c4fa762a579885c8b07f6d39f73e39760499988d33ca1b9d0d41c95a21eac13503a8923da5c7c1a08cfc6624465d5159441e36107 WHIRLPOOL a717626e40e763b739bf02ec2a5535786a0b746ff105446c65ab0c608bfac2dfa74196fd9dbe7f52f8918a7b044a61a0961b5cdb976e79c31701997a42b9205e
 DIST arping-2.17.tar.gz 174346 SHA256 b954655b2121abc086bb4464de2e242b5da643c3621edfdd3853118ea438ed01 SHA512 062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2 WHIRLPOOL 79f023699b0197812d286c7a5b178cf093e0cc966ebaa26d405434ff3afd4d6b15b1901faa6a8f349b66ff37eb982fa05777cffbfeef2778575a77b813eb33b2
 DIST arping-2.18.tar.gz 175691 SHA256 2b97c797969a597af6715c306ab03bb9c851fbc45c0378def257e8e2d57bf869 SHA512 0ce54bd834695d1f624e9846d1796a316e5a733b83cdeaf745f522e1311f082d646c265a90b90b524d7e718070d61dd9ca767b5365f9fd5bd0a807e37c4d4c89 WHIRLPOOL ae7f831de78ad7d4bbe0c15616717844b91a7cbfe632c9e82110caa8322225256f1c49f51bf45eeffac647a7664f3f0983ccc57dfd7dc3836eee5d19453873a7

diff --git a/net-analyzer/arping/arping-2.15.ebuild b/net-analyzer/arping/arping-2.15.ebuild
deleted file mode 100644
index c2cdc98..00000000
--- a/net-analyzer/arping/arping-2.15.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
-SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="
-	net-libs/libpcap
-	net-libs/libnet:1.1
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	rm -f Makefile
-
-	# since we install as arping2, use arping2 in documentation
-	sed -i \
-		-e "s|\(${PN}\)|\12|g" \
-		-e "s|\(${PN}\)\(\W\)|\12\2|g" \
-		-e "s|${PN}2-|${PN}-|g" \
-		-e "s|(${PN}2 2.*\.x only)||g" \
-		doc/${PN}.8 || die
-	sed -i \
-		-e "s|\(${PN}\) |\12 |g" \
-		extra/${PN}-scan-net.sh || die
-}
-
-src_install() {
-	# since we install as arping2, we cannot use emake install
-	newsbin src/${PN} ${PN}2
-	newman doc/${PN}.8 ${PN}2.8
-	dodoc README extra/arping-scan-net.sh
-}

diff --git a/net-analyzer/arping/arping-2.16.ebuild b/net-analyzer/arping/arping-2.16.ebuild
deleted file mode 100644
index 24e684e..00000000
--- a/net-analyzer/arping/arping-2.16.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit fcaps
-
-DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
-SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="
-	net-libs/libpcap
-	net-libs/libnet:1.1
-"
-RDEPEND="
-	${DEPEND}
-	!net-misc/iputils[arping(+)]
-"
-
-FILECAPS=( cap_net_raw /usr/sbin/arping )


             reply	other threads:[~2017-01-20  5:54 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-20  5:54 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24 19:58 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arping/ Arthur Zamarin
2025-01-24 19:57 Arthur Zamarin
2025-01-24 19:57 Arthur Zamarin
2025-01-24 19:57 Arthur Zamarin
2025-01-24 19:57 Arthur Zamarin
2025-01-24 19:57 Arthur Zamarin
2025-01-24 19:57 Arthur Zamarin
2024-08-25 23:54 Conrad Kostecki
2024-01-15  3:32 Ionen Wolkens
2024-01-14  4:14 Sam James
2024-01-14  4:14 Sam James
2024-01-14  4:14 Sam James
2023-12-24 23:16 Conrad Kostecki
2023-02-12  6:58 Sam James
2023-01-13 12:37 Arthur Zamarin
2022-02-14 10:55 Jakov Smolić
2021-11-21  4:58 Arthur Zamarin
2021-09-26 17:52 Sam James
2021-08-13  1:10 Sam James
2021-08-11 23:07 Sam James
2021-08-11 23:07 Sam James
2021-07-01  6:45 Sam James
2021-06-16 14:35 Sam James
2021-06-16 14:34 Sam James
2021-06-16 14:34 Sam James
2021-03-09 11:13 Sam James
2021-03-09 11:13 Sam James
2021-02-25  8:41 Sergei Trofimovich
2021-02-03 23:55 Thomas Deutschmann
2021-01-06 14:35 Fabian Groffen
2020-03-24 15:39 Jeroen Roovers
2020-03-24 15:39 Jeroen Roovers
2019-08-20  8:48 Jeroen Roovers
2019-08-20  8:48 Jeroen Roovers
2019-08-20  8:48 Jeroen Roovers
2019-07-18  6:18 Michał Górny
2017-07-18 17:53 Jeroen Roovers
2017-01-20  5:54 Jeroen Roovers
2016-12-21 11:49 Thomas Deutschmann
2016-12-21 11:11 Jeroen Roovers
2016-12-20 19:16 Tobias Klausmann
2016-10-26 16:54 Markus Meier
2016-10-06  5:31 Jeroen Roovers
2016-10-03 12:15 Tobias Klausmann
2016-07-04  7:44 Jeroen Roovers
2015-12-16  8:15 Jeroen Roovers
2015-11-10  5:55 Jeroen Roovers
2015-11-10  5:53 Jeroen Roovers
2015-11-10  5:22 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484891523.2058aa49c3e52b97fe42217f2516345cc1be74c8.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox