mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
scapy: in sync with the portage
This commit is contained in:
parent
8a3815dc06
commit
b3c2022860
2 changed files with 5 additions and 5 deletions
|
|
@ -2,4 +2,4 @@ AUX ethertypes 1317 RMD160 296b88fed911b25398b5f657cd6bb5c91e72e288 SHA1 6ed0fe2
|
|||
AUX scapy-1.1.1-config-file.patch 417 RMD160 57a6052b534ec4cab472196ce910789ef19c9697 SHA1 27ff9ba71624093836391238623c706c29756f08 SHA256 203709d462ce5d828169d613b7280e7bc78413cf8512b933fdc1d91194738e33
|
||||
AUX scapy-1.1.1-with-which-width.patch 627 RMD160 dc5eabe6b17393eb97e51211238866b549500b68 SHA1 e144b5930066ea5227e410243591ed93e9e80369 SHA256 0ae2430e0465261c232e066b435a2f66112ab916ceb2458140fa05827660c4b1
|
||||
DIST scapy-1.1.1.tar.gz 147401 RMD160 20bdb1ea59a05f452a515e438e230e1d85b81016 SHA1 870da8e6e2a8786b03a0055fc2cc1d1317f308e4 SHA256 2a11ba05f34b2978af3add623a641e0340d39322b4ca2bd26baae743c78de956
|
||||
EBUILD scapy-1.1.1-r2.ebuild 1904 RMD160 884d0006dbc5a29a236a8c0ea6c9729182a06ebc SHA1 c2e2c2adb7c78e1458dc76ed8f40feec43c2619e SHA256 af533044ebdb47fcea52f196d0dad0f6756c483df1d746ca43641068728a8612
|
||||
EBUILD scapy-1.1.1-r2.ebuild 1838 RMD160 3f8ce2cf43e3577c6c58977fcad7829a04088ac3 SHA1 5a3fad27cfd6232eb4e53e99c1b623014fb0a798 SHA256 43fd970e335135f2d10e5c5bfde0349722db4726ffea8782b9f4f5ba1c3d27e5
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-1.1.1-r1.ebuild,v 1.6 2011/03/13 15:47:16 ikelos Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-1.1.1-r1.ebuild,v 1.8 2011/04/05 17:28:33 arfrever Exp $
|
||||
|
||||
EAPI="2"
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils python multilib
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ src_install() {
|
|||
}
|
||||
|
||||
pkg_postinst() {
|
||||
python_mod_optimize $(python_get_sitedir)/scapy.py
|
||||
python_mod_optimize scapy.py
|
||||
|
||||
einfo ""
|
||||
einfo "- Check http://www.secdev.org/projects/scapy/ for additional info"
|
||||
|
|
@ -59,5 +59,5 @@ pkg_postinst() {
|
|||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_mod_cleanup $(python_get_sitedir)/scapy.py
|
||||
python_mod_cleanup scapy.py
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue