mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
absinthe: rm (old, source unavailable, no revdeps)
This commit is contained in:
parent
2e95dcf1c8
commit
df24a663b6
4 changed files with 0 additions and 39 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST Absinthe-1.4.1-Linux.tar.gz 3025797 SHA256 30b2ea963a7fadea1097130c54ddf60e8e0318584201d653510ac6b587d88ccb
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-analyzer/absinthe/absinthe-1.4.1.ebuild,v 1.1.1.1 2006/03/02 00:53:51 grimmlin Exp $
|
||||
|
||||
inherit mono
|
||||
|
||||
MY_P=Absinthe-${PV}-Linux
|
||||
DESCRIPTION="a gui-based tool for aiding in Blind SQL Injection"
|
||||
HOMEPAGE="http://www.0x90.org/releases/absinthe/"
|
||||
SRC_URI="http://www.0x90.org/releases/absinthe/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( GPL-2 BSD )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/mono-1
|
||||
=dev-dotnet/wxnet-0.7.2"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_compile() {
|
||||
einfo "Nothing to compile"
|
||||
ewarn "We are using the binary dist of absinthe,"
|
||||
ewarn "You can expect breakage..."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/lib/"${PN}"
|
||||
rm "${S}"/bin/Absinthe.ico "${S}"/bin/wxNET.tar "${S}"/bin/runabsinthe.sh
|
||||
cp -R "${S}"/bin/* "${D}"/usr/lib/"${PN}"
|
||||
dobin "${FILESDIR}"/absinthe
|
||||
dodoc README
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
mono /usr/lib/absinthe/Absinthe.exe
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
dev-db/absinthe
|
||||
dev-db/mssqlscan
|
||||
dev-db/oat
|
||||
dev-db/sqlbf
|
||||
|
|
|
|||
Loading…
Reference in a new issue