From 02f2811de683662c5c6f5f120de6b59898ed6b98 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Jan 2024 23:10:09 +0000 Subject: gentoo auto-resync : 15:01:2024 - 23:10:08 --- .../coq-serapi/coq-serapi-0.17.0.ebuild | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 sci-mathematics/coq-serapi/coq-serapi-0.17.0.ebuild (limited to 'sci-mathematics/coq-serapi/coq-serapi-0.17.0.ebuild') diff --git a/sci-mathematics/coq-serapi/coq-serapi-0.17.0.ebuild b/sci-mathematics/coq-serapi/coq-serapi-0.17.0.ebuild deleted file mode 100644 index 2485ac135a10..000000000000 --- a/sci-mathematics/coq-serapi/coq-serapi-0.17.0.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COQ_MIN_V=8.17.0 -COQ_MAX_V=8.18.0 - -inherit elisp-common dune - -DESCRIPTION="Serialization library and protocol for interaction with the Coq proof assistant" -HOMEPAGE="https://github.com/ejgallego/coq-serapi/" - -# The tarball in SRC_URI is comprised of + -SRC_URI="https://github.com/ejgallego/${PN}/archive/${COQ_MIN_V}+${PV}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${COQ_MIN_V}-${PV} - -LICENSE="GPL-3+" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="emacs +ocamlopt test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=sci-mathematics/coq-${COQ_MIN_V}:= =dev-ml/ppx_sexp_conv-0.13.0:= - dev-ml/cmdliner:= - dev-ml/ppx_compare:= - dev-ml/ppx_deriving:= - dev-ml/ppx_deriving_yojson:= - dev-ml/ppx_hash:= - dev-ml/ppx_import:= - dev-ml/sexplib:= - dev-ml/yojson:= -" -DEPEND="${RDEPEND}" -BDEPEND=" - emacs? ( >=app-editors/emacs-23.1:* ) - test? ( sci-mathematics/coq-mathcomp ) -" - -SITEFILE="50sertop-gentoo.el" - -PATCHES=( "${FILESDIR}"/${PN}-sertop.el-path.patch ) - -src_compile() { - dune_src_compile - - use emacs && elisp-compile sertop.el -} - -src_install() { - dune_src_install - - rm -r "${D}"/usr/share/emacs || die - - if use emacs ; then - elisp-install ${PN} sertop.el{,c} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} -- cgit v1.2.3