mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
oat: src_uri update, fix issue https://github.com/pentoo/pentoo-overlay/issues/480
This commit is contained in:
parent
dceb7ed40f
commit
73b46ef7ae
3 changed files with 11 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
DIST oat-binary-1.3.1.zip 162398 SHA256 664d540b268f46a184ed71ca024f177bad89e83f19450f37c512749a93b93a1d
|
||||
DIST oat-binary-1.3.1.zip 162398 BLAKE2B 4d660192ee0aa9093397752a1f1c493390aab22b8c6da097c4311d3d9a34868f707f7ef99fe458282bf567acf034e736ed11cf80e1edcfc1eea01be892316130 SHA512 13c85a70f05579f72ff35165117f815f5098d469ac683e3a075bf886c9d3d87849a4d33a8f22a01425968701cef5af9a9d38f0b54c356b0e7997c91d25183dbf
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
MD5 ed6dbb72a34400eaae176da8d9ca84dd oat-binary-1.3.1.zip 162398
|
||||
RMD160 21fdd1bec8c6f836926a5c80fa418e59c9f6f558 oat-binary-1.3.1.zip 162398
|
||||
SHA256 664d540b268f46a184ed71ca024f177bad89e83f19450f37c512749a93b93a1d oat-binary-1.3.1.zip 162398
|
||||
|
|
@ -1,24 +1,29 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# 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=6
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="a toolkit that could be used to audit security within Oracle database servers"
|
||||
HOMEPAGE="http://www.cqure.net/wp/test/"
|
||||
SRC_URI="http://www.cqure.net/tools/${PN}-binary-${PV}.zip"
|
||||
SRC_URI="http://www.vulnerabilityassessment.co.uk/oat-binary-1.3.1.zip"
|
||||
#SRC_URI="http://www.cqure.net/tools/${PN}-binary-${PV}.zip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
S="${WORKDIR}"/"${PN}"
|
||||
DEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}"/"${PN}"
|
||||
|
||||
src_compile(){
|
||||
einfo "Nothing to compile"
|
||||
epatch "${FILESDIR}"/"${PN}"-path.patch
|
||||
}
|
||||
src_install () {
|
||||
|
||||
src_install() {
|
||||
insinto /usr/lib/"${PN}"
|
||||
doins -r tftproot
|
||||
doins ork.jar accounts.default
|
||||
|
|
|
|||
Loading…
Reference in a new issue