removing psyco deps from the pentoo tree as gentoo has given it lastrites

This commit is contained in:
Zero_Chaos 2012-06-30 01:47:30 +00:00
parent ef81456ec4
commit 50ff55be16
4 changed files with 6 additions and 20 deletions

View file

@ -1 +1 @@
EBUILD killerbee-9999.ebuild 1162 RMD160 1fc0b8dd22ff1a0a3376238ef734a070c8298aac SHA1 c096deb5196bc4449c55e7e501f89bf42b3d750b SHA256 4bb764702876929cfdddb7ca3285a9f6ec627a81e31f661f2081e8fa0f0a3423
EBUILD killerbee-9999.ebuild 901 RMD160 8136517e65d1ea4db6a887a8f8170ce0a4ee3e20 SHA1 f80a75fa959b1d1899ea9f70e4dc3b22a796864a SHA256 846c6a109e2a4b8d051b9d027c9bdca9889a06431bf9cfc681d4bd4c3ee6df2f

View file

@ -14,21 +14,14 @@ ESVN_REPO_URI="http://killerbee.googlecode.com/svn/trunk/killerbee"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="speed doc"
IUSE="doc"
DEPEND="doc? ( dev-python/epydoc )
${RDEPEND}"
RDEPEND="dev-python/pycairo
dev-python/pyusb
dev-python/pycrypto
dev-python/pygtk
speed? ( x86? ( dev-python/psyco ) )"
src_prepare() {
#speed/psyco should automatically be disabled on all arches besides x86
if use speed; then if use !x86; then einfo "Psyco (speed) support only available for x86."; fi; fi
#add psyco support here
}
dev-python/pygtk"
src_compile() {
if use doc; then

View file

@ -1,2 +1,2 @@
DIST wifitap-0.4.0.tgz 110612 RMD160 808e709050a92cf88f73ca7c79700e9f8bf776fb SHA1 54d605c021192fb4b1b34f0b37b95b7c8fe4df71 SHA256 5029b4b80e66844e6109ee9840e70a90e453bd4e5169d9e903eaef599d15162e
EBUILD wifitap-0.4.0-r4.ebuild 1236 RMD160 e34624bf9a6345d0b3a07bc0cd7af123d1e9892e SHA1 585419e7dbcef8f4c112fb6a9b874f0a12ccca26 SHA256 0dc2e59bb98181f08c125fcd082a47785d4b8ed5cda55369adc2adcb65791da3
EBUILD wifitap-0.4.0-r4.ebuild 976 RMD160 65bb71232ad5c817601118e23646fd1e49dc3343 SHA1 2ecc24568b9ce7288fa4bf8b017aa3356859a594 SHA256 cce9376a34979a384c889a04a540951871cbb338175251286f5a678ca7efeb01

View file

@ -11,21 +11,14 @@ SRC_URI="http://sid.rstack.org/code/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="speed"
IUSE=""
DEPEND="speed? ( x86? ( dev-python/psyco ) )
<net-analyzer/scapy-2.0
DEPEND="<net-analyzer/scapy-2.0
dev-python/gnuplot-py
dev-python/pyx"
S=${WORKDIR}/${PN}
src_compile() {
#speed/psyco should automatically be disabled on all arches besides x86, this should do it
if use speed; then if use !x86; then einfo "Psyco (speed) support only available on x86"; fi; fi;
true;
}
src_install() {
exeinto /usr/bin
newexe wifitap.py wifitap