mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
wafp: remove old
This commit is contained in:
parent
f6c1bb4657
commit
26ae8a9c2f
2 changed files with 0 additions and 39 deletions
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd /usr/share/wafp
|
||||
ruby18 ./wafp.rb $@
|
||||
cd "$OLDPWD"
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
#TODO: the tool is outdated and ruby19 might not be supported properly
|
||||
USE_RUBY="ruby19"
|
||||
inherit ruby-ng subversion
|
||||
|
||||
DESCRIPTION="A webapplication fingerprinter written in ruby"
|
||||
HOMEPAGE="http://code.google.com/p/webapplicationfingerprinter/"
|
||||
SRC_URI=""
|
||||
ESVN_REPO_URI="http://webapplicationfingerprinter.googlecode.com/svn/trunk/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "dev-ruby/sqlite3"
|
||||
|
||||
src_install() {
|
||||
rm LICENSE || die
|
||||
dodoc CREDITS HOWTO README utils/README.generate_wafp_fingerprint\
|
||||
utils/SUBMIT_YOUR_FPS
|
||||
rm CREDITS HOWTO README utils/README.generate_wafp_fingerprint\
|
||||
utils/SUBMIT_YOUR_FPS || die
|
||||
exeinto /usr/share/$PN/utils
|
||||
doexe utils/*
|
||||
rm -rf utils || die
|
||||
insinto /usr/share/$PN
|
||||
doins -r *
|
||||
dobin "${FILESDIR}"/$PN
|
||||
}
|
||||
Loading…
Reference in a new issue