mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
mssqlscan: remove, abandoned
This commit is contained in:
parent
f7895078d5
commit
3ca40b5118
3 changed files with 0 additions and 40 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST mssqlscan-bin-0_8_4.zip 73499 SHA256 3b30b557c8a53dd01fe0dbf915c9d4ef6103171ceea1e00c945b3ed84df3380f
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
--- mssqlscan.sh.orig 2007-10-17 22:53:02.000000000 +0000
|
||||
+++ mssqlscan.sh 2008-02-01 01:01:23.000000000 +0000
|
||||
@@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
+cd /usr/lib/mssqlscan/
|
||||
java -cp bin/*:lib/*:. net.cqure.MSSQLScan $*
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-analyzer/sqlat/sqlat-1.1.0.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils
|
||||
DESCRIPTION="A small multi-threaded tool that scans for Microsoft SQL Servers"
|
||||
HOMEPAGE="http://www.cqure.net/wp/mssqlscan"
|
||||
SRC_URI="http://www.cqure.net/tools/${PN}-bin-0_8_4.zip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}"/MSSQLScan
|
||||
|
||||
RDEPEND="virtual/jre"
|
||||
DEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-path.patch"
|
||||
}
|
||||
src_compile(){
|
||||
einfo "Nothing to compile"
|
||||
}
|
||||
src_install () {
|
||||
# dodir /usr/lib/"${PN}"
|
||||
insinto /usr/lib/"${PN}"
|
||||
doins -r bin lib
|
||||
newbin mssqlscan.sh mssqlscan
|
||||
}
|
||||
Loading…
Reference in a new issue