public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Sun,  3 Jun 2018 21:20:38 +0000 (UTC)	[thread overview]
Message-ID: <1528060833.21ad4ca91961c605d7caa203f9530fb30ccf682e.ikelos@gentoo> (raw)

commit:     21ad4ca91961c605d7caa203f9530fb30ccf682e
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 21:20:09 2018 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 21:20:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ad4ca9

net-analyzer/scapy: Bump to 2.4.0, remove old versions.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/scapy/Manifest                        |  3 +--
 net-analyzer/scapy/scapy-2.3.3.ebuild              | 29 ----------------------
 .../{scapy-2.4.0_rc4.ebuild => scapy-2.4.0.ebuild} |  2 +-
 net-analyzer/scapy/scapy-9999.ebuild               |  2 +-
 4 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 5af32bb2417..44a294809cc 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,2 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
-DIST scapy-2.3.3.tar.gz 1459132 BLAKE2B 442e13853cfd4bac4984571367990ce03a2fc1a634564ed7e05641130d435818f161687c530f17280a20f1063aafeeeea35cb867fc2f7d78a4f3ae257dbb6f90 SHA512 47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4
-DIST scapy-2.4.0_rc4.tar.gz 2472251 BLAKE2B 720777e7d19ae1a312ccd78c6d005cf6f1f42fcac8f11956b2fb5521dac17ef477106cef2ee9a9384f764dd1aef337b010faed61f2fb34c3458b3a9c836eb4ed SHA512 003d573fb8ec83029eca93fa9f6333f9a4b4a166ab355a19339194b6a7b8a772d692afeed8d19e0f9422caae326167f1acf819319327f3495dc389fc9a2ea811
+DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89 SHA512 0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a

diff --git a/net-analyzer/scapy/scapy-2.3.3.ebuild b/net-analyzer/scapy/scapy-2.3.3.ebuild
deleted file mode 100644
index 391396815ff..00000000000
--- a/net-analyzer/scapy/scapy-2.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
-
-RDEPEND="
-	net-analyzer/tcpdump
-	gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
-	pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-	crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
-	              dev-python/pycrypto[${PYTHON_USEDEP}] ) )
-	graphviz? ( media-gfx/graphviz )
-	imagemagick? ( virtual/imagemagick-tools )
-	visual? ( dev-python/visual )
-	tcpreplay? ( net-analyzer/tcpreplay )
-"

diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0.ebuild
similarity index 94%
rename from net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
rename to net-analyzer/scapy/scapy-2.4.0.ebuild
index 8d3d643afa1..87c9eb983d6 100644
--- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.0.ebuild
@@ -27,7 +27,7 @@ Scapy has optional support for the following packages:
 	net-analyzer/tcpreplay
 	virtual/imagemagick-tools
 
-	See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
 "
 
 src_prepare() {

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index ce815cfb2f7..37900e5421f 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -27,7 +27,7 @@ Scapy has optional support for the following packages:
 	net-analyzer/tcpreplay
 	virtual/imagemagick-tools
 
-	See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
 "
 
 src_prepare() {


             reply	other threads:[~2018-06-03 21:20 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-03 21:20 Mike Auty [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-20 10:49 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/ Sam James
2023-05-01 13:36 Sam James
2023-04-11  4:07 Sam James
2023-03-04 13:51 Arthur Zamarin
2023-03-04 13:51 Arthur Zamarin
2023-01-26  0:32 Sam James
2023-01-11  8:32 Sam James
2022-01-04 20:45 Sam James
2021-06-12 16:05 Sam James
2021-06-12 16:05 Sam James
2021-06-12  6:27 Sam James
2021-05-10  0:02 Sam James
2021-05-09 23:53 Sam James
2020-12-31 11:40 Mike Auty
2020-12-31 11:36 Mike Auty
2020-12-20  6:29 Sam James
2020-12-04  3:16 Rick Farina
2020-12-03 11:14 Sam James
2020-12-03 11:13 Sam James
2020-12-02 23:17 Sam James
2020-11-07 18:10 Sam James
2020-11-07 17:57 Sam James
2020-11-04  0:44 Sam James
2020-09-19 11:28 Michał Górny
2020-09-02 19:15 Jeroen Roovers
2020-09-02 19:02 Jeroen Roovers
2020-09-02 18:55 Jeroen Roovers
2020-09-02 18:55 Jeroen Roovers
2020-07-26 17:54 Jeroen Roovers
2020-07-19 13:59 Jeroen Roovers
2020-07-19 13:59 Jeroen Roovers
2020-02-17 10:55 Michał Górny
2020-02-17 10:55 Michał Górny
2020-02-17  9:52 Michał Górny
2020-02-07 12:12 Agostino Sarubbo
2020-02-06  8:21 Agostino Sarubbo
2020-02-02 12:08 Pacho Ramos
2019-08-07  5:01 Jeroen Roovers
2019-08-07  5:01 Jeroen Roovers
2019-08-06  6:05 Jeroen Roovers
2019-08-06  6:05 Jeroen Roovers
2019-08-06  6:05 Jeroen Roovers
2019-07-11  7:12 Jeroen Roovers
2019-07-11  7:08 Jeroen Roovers
2019-07-09 20:07 Jeroen Roovers
2019-07-09 20:07 Jeroen Roovers
2019-07-01 21:23 Jeroen Roovers
2019-05-16  7:48 Jeroen Roovers
2019-05-10 15:46 Mike Auty
2019-05-04 14:33 Mike Auty
2018-08-26 17:08 Michał Górny
2018-05-01  9:26 Michał Górny
2018-02-17  9:12 Jeroen Roovers
2018-02-17  8:50 Jeroen Roovers
2018-02-17  8:40 Jeroen Roovers
2018-02-17  8:35 Jeroen Roovers
2017-03-19 13:16 Jeroen Roovers
2017-03-04 12:08 Mike Auty
2016-12-21 22:54 Thomas Deutschmann
2016-08-31 16:31 Jeroen Roovers
2016-07-04 18:13 Mike Auty
2016-07-04 18:07 Mike Auty
2016-04-19 20:50 Ian Stakenvicius
2016-04-05 23:10 Anthony G. Basile
2016-04-05 22:37 Anthony G. Basile
2015-12-02  7:53 Justin Lecher

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=1528060833.21ad4ca91961c605d7caa203f9530fb30ccf682e.ikelos@gentoo \
    --to=ikelos@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