summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-06-19 20:18:59 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-06-19 20:29:34 +0200
commitc9edae2261d8c2a1454d92958661704809ae0988 (patch)
tree822655bbdc904aee24a8c833e63a2f01c1784c1d /dev-lang/boogie
parentdev-dotnet/dotnet-sdk-bin: drop old 7.0.102 (diff)
downloadgentoo-c9edae2261d8c2a1454d92958661704809ae0988.tar.gz
gentoo-c9edae2261d8c2a1454d92958661704809ae0988.tar.bz2
gentoo-c9edae2261d8c2a1454d92958661704809ae0988.zip
dev-lang/boogie: drop old 2.15.8-r4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/boogie')
-rw-r--r--dev-lang/boogie/Manifest1
-rw-r--r--dev-lang/boogie/boogie-2.15.8-r4.ebuild93
2 files changed, 0 insertions, 94 deletions
diff --git a/dev-lang/boogie/Manifest b/dev-lang/boogie/Manifest
index c2c381596ec3..a42966323497 100644
--- a/dev-lang/boogie/Manifest
+++ b/dev-lang/boogie/Manifest
@@ -1,4 +1,3 @@
DIST boogie-2.15.8-deps.tar.xz 71100772 BLAKE2B 1249627710fe0cc08c640ac7fe5e518793d237291810dc2df5d26bae2a4fd0fec15f0529b6fb799231002881665c2b2cf66b3a6a88494c780e96e51d78086959 SHA512 ee8df5693264c6b6e925f966a85e312e2df80d121c6e81786e7672d1591cdab8a66601c7d740df9db9704330a82f5aa01982d758cc4d5f151838be41c4d0b76f
-DIST boogie-2.15.8.tar.gz 1548233 BLAKE2B cd3d46b6702eb9c16cdb94ae9776ee52bb142be57e3b0dfd014e59c2f3a98aec84d891544cbd239d773c49ac6bc0b3e1eb5e1eb5cda1f1a0b9aa029f0ee674f2 SHA512 5e214a6451b0ac6a33088797957661cdb35e7fc99f880935f0f1d9329975c11a0849f5ba6244e90f528e6cc31dc2fc83636506130f59464889bf04ecf6130990
DIST boogie-2.15.9.tar.gz 1542068 BLAKE2B eb4802a628b3b96b02dd4736e6958f3b4362142f948e675e0f13c2270d062e42f1e441ddee427340e974cf6dbb3b6700b750318570e830ba0541c6737096991e SHA512 93eab4ba7f746c78c054f6ee8355c408e4435a836fc45def5485c973e4aec50e419412ecd376ff412632cb466384ad9df90bb368af4dc5e23cd7e207e47b5b1f
DIST boogie-2.16.0.tar.gz 1540957 BLAKE2B e42615f1a0963aa68cc898945aafa6b518acc2134da17b717a81b4c5601bdb8112b79e96aafdb277a5517ca855679175bb5e6fdf9faae37b2e4b00f7c0ff3af5 SHA512 50be3d688f92481890687ba6853ff30716899a045ef1a5915f8bd2c4e86deec73983edaf9e96766efb7c4bc0d522e0087d472de1bf6151adbe35ef903cd8a875
diff --git a/dev-lang/boogie/boogie-2.15.8-r4.ebuild b/dev-lang/boogie/boogie-2.15.8-r4.ebuild
deleted file mode 100644
index ce1ace397460..000000000000
--- a/dev-lang/boogie/boogie-2.15.8-r4.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_COMPAT=6.0
-
-inherit edo multiprocessing
-
-DESCRIPTION="SMT-based program verifier"
-HOMEPAGE="https://github.com/boogie-org/boogie/"
-SRC_URI="
- https://github.com/boogie-org/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~xgqt/distfiles/deps/${P}-deps.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="virtual/dotnet-sdk:${DOTNET_COMPAT}"
-RDEPEND="
- ${BDEPEND}
- sci-mathematics/z3
-"
-BDEPEND+="
- test? (
- dev-python/lit
- dev-python/OutputCheck
- )
-"
-
-# Generated by dotnet.
-QA_PREBUILT="/usr/share/boogie/BoogieDriver"
-
-src_prepare() {
- export DOTNET_CLI_TELEMETRY_OPTOUT=1
- export DOTNET_NOLOGO=1
- export DOTNET_CONFIGURATION=$(usex debug Debug Release)
- export DOTNET_OUTPUT="${WORKDIR}"/${P}_net${DOTNET_COMPAT}_${DOTNET_CONFIGURATION}/${PN}
- export NUGET_PACKAGES="${S}"/Source/nuget_packages
-
- default
-
- # Remove bad tests.
- local bad_tests=(
- civl/inductive-sequentialization/BroadcastConsensus.bpl
- livevars/bla1.bpl
- prover/cvc5.bpl
- test0/MaxKeepGoingSplits.bpl
- test15/CaptureInlineUnroll.bpl
- test15/CaptureState.bpl
- test15/CommonVariablesPruning.bpl
- )
- local bad_test
- for bad_test in ${bad_tests[@]} ; do
- rm "${S}"/Test/${bad_test} || die
- done
-
- # Update the boogieBinary variable.
- sed "/^boogieBinary/s|= .*|= '${DOTNET_OUTPUT}/BoogieDriver.dll'|" \
- -i "${S}"/Test/lit.site.cfg || die "failed to update lit.site.cfg"
-}
-
-src_configure() {
- edob dotnet restore "${S}"/Source \
- --source "${NUGET_PACKAGES}" -p:TargetFramework=net${DOTNET_COMPAT}
-}
-
-src_compile() {
- local myopts=(
- --configuration ${DOTNET_CONFIGURATION}
- --no-restore
- --no-self-contained
- --nologo
- --output "${DOTNET_OUTPUT}"
- -consoleLoggerParameters:ErrorsOnly
- -maxCpuCount:$(makeopts_jobs)
- )
- edob dotnet build ${myopts[@]} "${S}"/Source
-}
-
-src_test() {
- lit "${S}"/Test || die "tests failed"
-}
-
-src_install() {
- mkdir -p "${ED}"/usr/share/ || die
- cp -r "${DOTNET_OUTPUT}" "${ED}"/usr/share/ || die
- dosym -r /usr/share/${PN}/BoogieDriver /usr/bin/boogie
-}