mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
karma: ancient, unmaintained, unbuildable, remove
This commit is contained in:
parent
6805c1be4a
commit
620fd25672
4 changed files with 0 additions and 76 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST karma-20060124.tar.gz 983407 SHA256 82ac69711015679afe30fcdb534449b03f7ea2dc2cff16bfd6ab36c88fd8b9a1
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
MD5 e9d4ccbda89b4b1cd70eefb1db339d0a karma-20060124.tar.gz 983407
|
||||
RMD160 4856d65e135cb12159e7bc9106e18f5d73788bd1 karma-20060124.tar.gz 983407
|
||||
SHA256 82ac69711015679afe30fcdb534449b03f7ea2dc2cff16bfd6ab36c88fd8b9a1 karma-20060124.tar.gz 983407
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
diff -Naur karma-20060124.orig/bin/karma karma-20060124/bin/karma
|
||||
--- karma-20060124.orig/bin/karma 2005-06-07 07:01:03.000000000 +0200
|
||||
+++ karma-20060124/bin/karma 2006-11-08 23:40:46.000000000 +0100
|
||||
@@ -4,14 +4,14 @@
|
||||
#
|
||||
|
||||
require 'rexml/document'
|
||||
-require File::dirname(__FILE__) + "/../modules/loader"
|
||||
+require "/usr/lib/karma/modules/loader"
|
||||
|
||||
###
|
||||
# Main
|
||||
###
|
||||
|
||||
if (ARGV.length < 1)
|
||||
- puts "usage: #{$0} <karma-config.xml>"
|
||||
+ puts "usage: #{$0} </etc/karma/karma-config.xml>"
|
||||
exit -1
|
||||
end
|
||||
|
||||
diff -Naur karma-20060124.orig/modules/servers/AccessPoint/module.xml karma-20060124/modules/servers/AccessPoint/module.xml
|
||||
--- karma-20060124.orig/modules/servers/AccessPoint/module.xml 2006-01-25 05:59:08.000000000 +0100
|
||||
+++ karma-20060124/modules/servers/AccessPoint/module.xml 2006-11-08 23:18:39.000000000 +0100
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
<!-- Command-line tool and file paths -->
|
||||
<option name="ifconfig" value="/sbin/ifconfig"/>
|
||||
- <option name="iwconfig" value="/usr/sbin/iwconfig"/>
|
||||
- <option name="iwpriv" value="/usr/sbin/iwpriv"/>
|
||||
- <option name="iwevent" value="/usr/sbin/iwevent"/>
|
||||
+ <option name="iwconfig" value="/sbin/iwconfig"/>
|
||||
+ <option name="iwpriv" value="/sbin/iwpriv"/>
|
||||
+ <option name="iwevent" value="/sbin/iwevent"/>
|
||||
<option name="messages" value="/var/log/messages"/>
|
||||
|
||||
<!-- Wireless options -->
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="MITM framework for wifi"
|
||||
HOMEPAGE="http://www.theta44.org/karma"
|
||||
SRC_URI="http://www.theta44.org/software/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-lang/ruby
|
||||
net-misc/dhcp
|
||||
net-wireless/wireless-tools
|
||||
net-libs/libpcap"
|
||||
|
||||
src_compile() {
|
||||
epatch "${FILESDIR}"/karma-gentoo.patch || die
|
||||
cd src
|
||||
emake || die
|
||||
mv karma karma-monitor
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin bin/karma
|
||||
dosbin src/karma-monitor
|
||||
dodir /usr/lib/karma
|
||||
cp -pPR modules "${D}"usr/lib/karma || die
|
||||
insinto /etc/karma
|
||||
doins etc/*.xml
|
||||
dodoc README src/misc/*
|
||||
}
|
||||
Loading…
Reference in a new issue