mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
upnpwn: remove, long dead
This commit is contained in:
parent
7ae6dec39f
commit
d69ac7c52d
2 changed files with 0 additions and 36 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST UPnPwn-0.8.0-bh.tgz 17667 SHA256 1a119c6bef4a7154199c56674c19d7dfecd7e04b930f911a889a98fd792214c9 SHA512 daaa1a60237a3d0c90e667332f33e35f7a349f6b7b72cd42c4e4a0520d2d7942f6c5e2d8d9cd661298143043c683a5ba2553e4d74accf9d2cd5a4004b7239f02 WHIRLPOOL 9c82c8a3f94dc69fb614bc53b07fd4ffc148f6273316060fe54041289650d179a39c24d8168a286d386f5acf1371b308dc24573df1455d53fc453dd1b934da12
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="UPNP pentesting tool and library"
|
||||
HOMEPAGE="http://bigbrainlabs.blogspot.com/"
|
||||
SRC_URI="http://dev.pentoo.ch/~jensp/distfiles/UPnPwn-0.8.0-bh.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="=dev-lang/ruby-1.8*"
|
||||
|
||||
S=${WORKDIR}/UPnPwn-${PV}-bh
|
||||
|
||||
src_prepare(){
|
||||
# enforce ruby18
|
||||
sed -i 's|#!/usr/bin/env ruby|#!/usr/bin/env ruby18|' *.rb
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/${PN}
|
||||
insopts -m755
|
||||
doins *.rb *.bash || die
|
||||
dodir /usr/share/${PN}/stub || die
|
||||
dodoc README TODO || die
|
||||
make_wrapper upnpwn /usr/share/${PN}/UPnPwn.rb /usr/share/${PN}/ || die
|
||||
}
|
||||
Loading…
Reference in a new issue