From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- sci-mathematics/metamath/metamath-0.198.ebuild | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sci-mathematics/metamath/metamath-0.198.ebuild (limited to 'sci-mathematics/metamath/metamath-0.198.ebuild') diff --git a/sci-mathematics/metamath/metamath-0.198.ebuild b/sci-mathematics/metamath/metamath-0.198.ebuild new file mode 100644 index 000000000000..1f48ed968847 --- /dev/null +++ b/sci-mathematics/metamath/metamath-0.198.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Proof verifier based on a minimalistic formalism" +HOMEPAGE="http://us.metamath.org/" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/${PN}/${PN}-exe.git" +else + SRC_URI="https://github.com/${PN}/${PN}-exe/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}-exe-${PV}" +fi + +LICENSE="GPL-2" +SLOT="0" + +PATCHES=( "${FILESDIR}/${PN}-configure.ac-dont_force_optimize.patch" ) + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3