summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-03-08 11:33:26 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-03-08 12:55:09 +0100
commit0e7f215320a3eacdb4ae0f9f80de97115ff003fa (patch)
tree5bc5b98f0916c51c4f5a0057b49897fb1d936bde /sci-mathematics/psmt2-frontend
parentsci-mathematics/acl2: fix find call (diff)
downloadgentoo-0e7f215320a3eacdb4ae0f9f80de97115ff003fa.tar.gz
gentoo-0e7f215320a3eacdb4ae0f9f80de97115ff003fa.tar.bz2
gentoo-0e7f215320a3eacdb4ae0f9f80de97115ff003fa.zip
sci-mathematics/psmt2-frontend: drop old 0.2
Closes: https://bugs.gentoo.org/926434 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/psmt2-frontend')
-rw-r--r--sci-mathematics/psmt2-frontend/Manifest1
-rw-r--r--sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/sci-mathematics/psmt2-frontend/Manifest b/sci-mathematics/psmt2-frontend/Manifest
index bed990526f44..97811714c902 100644
--- a/sci-mathematics/psmt2-frontend/Manifest
+++ b/sci-mathematics/psmt2-frontend/Manifest
@@ -1,2 +1 @@
-DIST psmt2-frontend-0.2.tar.gz 26976 BLAKE2B 2b45ceb8d824f5b11455ad0026064b6329b6c6e6173c091b36dc42e8c1dd36924d12d9296db3dcfe748a84fdc37a1a530f3ef485bec904c19a0e6aa8034149f9 SHA512 c29802f4265a1cbdb05ee9154ce2c156136af258bc7283dd0fb1d1b2ce162b671553cab96484036d898e3ff7c26ab133f5c2e1ca88e9e48660b2faa139fd1f41
DIST psmt2-frontend-0.4.0.tar.gz 70801 BLAKE2B 337b3a87e9bff1c48eec9be4b1b50539c0114cdcdba1ac9c64ee180f73451b6a500f4a970a4f557dc3b886c5932bb72bb0b1b5e130a833b05502954c5279e702 SHA512 68b883f4bc4e0e39162807ffae251782871f372850c469889ea5ba5cf59388e363b1de5bc8087ad8624a1466b52611d0e41d78c6c3e6ac8af7c6e6e5c35630c5
diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
deleted file mode 100644
index 09760d868d06..000000000000
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit findlib autotools
-
-DESCRIPTION="Library to parse and type-check an extension of the SMT-LIB 2 standard"
-HOMEPAGE="https://github.com/OCamlPro-Coquera/psmt2-frontend"
-SRC_URI="https://github.com/OCamlPro-Coquera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-ml/menhir-20181006"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_prepare() {
- default
- mv configure.{in,ac}
- sed -i \
- -e "s:configure.in:configure.ac:g" \
- Makefile.in || die
- eautoreconf
-}
-
-src_compile() {
- emake depend
- default
-}
-
-src_install() {
- default
- QA_FLAGS_IGNORED=(
- /usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.o
- /usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.cmxs
- /usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.a
- )
-}