From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Mon, 17 Feb 2020 09:52:48 +0000 (UTC) [thread overview]
Message-ID: <1581933147.b29ebf2ae1f4a697e1861f5ed28b88c7e9744c30.mgorny@gentoo> (raw)
commit: b29ebf2ae1f4a697e1861f5ed28b88c7e9744c30
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 09:21:00 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 09:52:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29ebf2a
net-analyzer/scapy: Remove old for gnuplot-py cleanup
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/scapy/Manifest | 2 --
net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 28 ---------------------
net-analyzer/scapy/scapy-2.4.2.ebuild | 42 --------------------------------
3 files changed, 72 deletions(-)
diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 5abcf8942c4..7318eca11ce 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1 @@
-DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
-DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
deleted file mode 100644
index e3f662d3328..00000000000
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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="https://scapy.net/ https://github.com/secdev/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 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 )
- tcpreplay? ( net-analyzer/tcpreplay )
-"
diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild b/net-analyzer/scapy/scapy-2.4.2.ebuild
deleted file mode 100644
index a9ccc7667e9..00000000000
--- a/net-analyzer/scapy/scapy-2.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
- net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
- dev-python/cryptography
- dev-python/gnuplot-py
- dev-python/ipython
- dev-python/pyx
- media-gfx/graphviz
- net-analyzer/tcpreplay
- virtual/imagemagick-tools
-
- See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
- echo ${PV/_/} > ${PN}/VERSION
- distutils-r1_src_prepare
-}
-
-src_install() {
- distutils-r1_src_install
- dodoc -r doc/${PN}/*
- DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}
next reply other threads:[~2020-02-17 9:52 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-17 9:52 Michał Górny [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-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-06-03 21:20 Mike Auty
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=1581933147.b29ebf2ae1f4a697e1861f5ed28b88c7e9744c30.mgorny@gentoo \
--to=mgorny@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