soapui-5.7.2.ebuild

This commit is contained in:
Anton Bolshakov 2024-02-28 13:32:06 +08:00
parent 6850ca67dd
commit 2d1ea8f4eb
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 10 additions and 43 deletions

View file

@ -1,3 +1,2 @@
DIST SoapUI-5.6.0-linux-bin.tar.gz 99549626 BLAKE2B c70f8c3d11bd4fd959602f6f574cc5fcc5e8d06032b473a36a7ccc5a7e1fcc2467514f6bbe37876b4a40b1ad0ffd9e75a11aa4316c708f713859343845784acf SHA512 87bacab6d5c847fdadb0ec70e6f37fce236fd02b93a8beecd0e860366d4ef97030472c529b29a6af177fe1fa6594c18ebd171b88a76121d5cc23d298444e6fea
DIST SoapUI-5.6.1-linux-bin.tar.gz 100753504 BLAKE2B 7617f0a115a9f7289901d4dba28a58bc986f6b8b057aac2009e1510227551c29557fb19cda4dcb28a8baea18936966ec11e6d90d37033e480c3cd9ddc88df116 SHA512 d35e762b49896da631457a1b6b8a6e5dbae7ae053aa8c665645a2a508eff03179d3fba30cc95ddc8c0d8cf6bf22c14f863b320ebf4be6a765bbf4b2ff79216e4
DIST SoapUI-5.7.0-linux-bin.tar.gz 125428112 BLAKE2B a9a4546ab27f2f5cdf6f747820b11352198244072c699ebbf495521af7fff6aa7c4d50ebbf004d80a829314c9a7c85156d26e564b72204ab4954d6fc6a0d25a5 SHA512 19438f440023e16b047177350a10427d6ad9bd7b0cbba850355ad56d3e5ee7855dbebc06bd0a7705076db688000ce6e1845c9b27f374fccc11c6c9f9fea5424b
DIST SoapUI-5.7.2-linux-bin.tar.gz 124950715 BLAKE2B ee5700cbf6b74b16f8aa909adf489bc5449fccf9e624eb2777f829e6997f641179c20e67d7640ff43e1b3a0d0737195412c90eff3c1377686ba8df85796276a5 SHA512 0e8e05c66777bd03d9b49d5ff3725aa0418d3eb004f70d109aea08dafe759e39094dbcfffbc838b2e26aa9ed59672d5edb71a95505862890dc81054aa7ae4353

View file

@ -5,4 +5,7 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">SmartBear/soapui</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,36 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="The Swiss-Army Knife for SOAP Testing"
HOMEPAGE="https://www.soapui.org/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~x86"
SRC_URI="https://s3.amazonaws.com/downloads.eviware/soapuios/${PV}/SoapUI-${PV}-linux-bin.tar.gz"
RESTRICT="strip mirror"
RDEPEND=">=virtual/jre-1.6"
INSTALLDIR="/opt/SoapUI"
S="${WORKDIR}/SoapUI-${PV}"
src_install() {
# application
insinto ${INSTALLDIR}
doins -r Tutorials bin lib wsi-test-tools soapui-settings.xml
# binaries
chmod 755 "${D}/${INSTALLDIR}/bin/loadtestrunner.sh"
chmod 755 "${D}/${INSTALLDIR}/bin/mockservicerunner.sh"
chmod 755 "${D}/${INSTALLDIR}/bin/securitytestrunner.sh"
chmod 755 "${D}/${INSTALLDIR}/bin/soapui.sh"
chmod 755 "${D}/${INSTALLDIR}/bin/testrunner.sh"
chmod 755 "${D}/${INSTALLDIR}/bin/toolrunner.sh"
chmod 755 "${D}/${INSTALLDIR}/bin/wargenerator.sh"
# default docs
dodoc README.md
dodoc RELEASENOTES.txt
}

View file

@ -1,14 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="The Swiss-Army Knife for SOAP Testing"
HOMEPAGE="https://www.soapui.org/"
HOMEPAGE="https://www.soapui.org/ https://github.com/SmartBear/soapui"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~x86"
SRC_URI="https://s3.amazonaws.com/downloads.eviware/soapuios/${PV}/SoapUI-${PV}-linux-bin.tar.gz"
SRC_URI="https://dl.eviware.com/soapuios/${PV}/SoapUI-${PV}-linux-bin.tar.gz"
RESTRICT="strip mirror"
RDEPEND=">=virtual/jre-1.6"
@ -19,7 +20,7 @@ S="${WORKDIR}/SoapUI-${PV}"
src_install() {
# application
insinto ${INSTALLDIR}
doins -r Tutorials bin lib wsi-test-tools soapui-settings.xml
doins -r Tutorials bin lib HelloWS-soapui-project.xml soapui-settings.xml
# binaries
chmod 755 "${D}/${INSTALLDIR}/bin/loadtestrunner.sh"