mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
some cleanups to killerbee
This commit is contained in:
parent
f76f354289
commit
2c79ec9f91
2 changed files with 5 additions and 7 deletions
|
|
@ -1,2 +1 @@
|
|||
EBUILD killerbee-9999.ebuild 1180 RMD160 4ae96a6d12c1994305c5aa56feb799e93c94bcb0 SHA1 cb42988f7db41ff6835e7b46c969601444565139 SHA256 987776f7d3c3e4d359530ab1751c9b377cf6e9f4c82ab8df32170cbb1eaa41ce
|
||||
MISC blah 24 RMD160 feb80803d67e42dae098312fe3af24a481d3b05a SHA1 e3db4f6726626fc0e157cca58f5638f8b21e7e56 SHA256 9744e1f081241025a0b2159ed437dffe319195e1a20f2c4bc92dd7e4b5a9ef9d
|
||||
EBUILD killerbee-9999.ebuild 1162 RMD160 fab20fa53dc5e15c421a18b26eb5cade0b8c1216 SHA1 d5f5ed3ac3a62684b1969c7a36874bf96580a04c SHA256 c17761068897792677cc915ce240d3db8bf0c3de3a8067a7d5a029e8cfa6f376
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit toolchain-funcs subversion distutils
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit subversion distutils
|
||||
|
||||
DESCRIPTION="KillerBee is a framework and tool set for testing of ZigBee and IEEE 802.15.4 networks"
|
||||
HOMEPAGE="http://killerbee.googlecode.com"
|
||||
SRC_URI=""
|
||||
|
|
@ -31,7 +31,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
if use doc; then
|
||||
if use doc; then
|
||||
mkdir pdf
|
||||
epydoc --pdf -o pdf killerbee/
|
||||
fi
|
||||
|
|
@ -52,4 +52,3 @@ pkg_postinst() {
|
|||
pkg_postrm() {
|
||||
python_mod_cleanup
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue