public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: profiles/, sci-mathematics/frama-c-wp/
@ 2023-10-05 12:29 David Roman
  0 siblings, 0 replies; only message in thread
From: David Roman @ 2023-10-05 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     6be487bc1d2b4adb46aa5b0580b72f2653f121d8
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Oct  5 12:29:04 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Oct  5 12:29:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6be487bc

sci-mathematics/frama-c-wp: treeclean

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 profiles/package.mask                             |  4 --
 sci-mathematics/frama-c-wp/Manifest               |  3 --
 sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild | 52 -----------------------
 sci-mathematics/frama-c-wp/frama-c-wp-24.0.ebuild | 52 -----------------------
 sci-mathematics/frama-c-wp/frama-c-wp-25.0.ebuild | 48 ---------------------
 sci-mathematics/frama-c-wp/metadata.xml           | 11 -----
 6 files changed, 170 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3dc52ade29..fe0cfc8289 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -25,10 +25,6 @@ net-news/communique
 # Removal in 30 days if no one else wants to maintain it.
 games-rpg/airshipper
 
-# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-07-18)
-# Depends on removed <sci-mathematics/why3-1.5.0
-sci-mathematics/frama-c-wp
-
 # Viorel Munteanu <ceamac@gentoo.org> (2023-06-07)
 # Does not work on no-multilib profiles and cannot be masked per profile
 # (See also top comment)

diff --git a/sci-mathematics/frama-c-wp/Manifest b/sci-mathematics/frama-c-wp/Manifest
deleted file mode 100644
index 5f2f4bc6e4..0000000000
--- a/sci-mathematics/frama-c-wp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST frama-c-23.1-Vanadium.tar.gz 6945715 BLAKE2B aa39c5263c3dd5f407eb97ae56cd734b6209d8dd9b976e67cfa2d3d9879463e47c6ca7b9c4760e111ffa6175e3c8abe698c0bbf7f54098bd7cdd90c704a53e62 SHA512 a96ef705479971991fcdee5440f07c0f30dcf434c7a855cdc894dc03275241599036aa1475b10f062b35045f7749e5d242b930e25ad2fd9e1708e29fca024c9e
-DIST frama-c-24.0-Chromium.tar.gz 7495244 BLAKE2B 249739b55f7d25c75175d31e1703bd3dc160399bc2f10157b09528ec82c7487455b4aef3d248da94e89b7a027c073ad4d8674361899159084e7d84dfa00664a4 SHA512 3ab3070104c7e521c7e94492f85522e6dee4433b1ebed6f5c0d63f4329f8eb66a8f91d467cbd877da138936dfdde1b5b9abcb6bcf01ba0a551fc83c748fac235
-DIST frama-c-25.0-Manganese.tar.gz 7670862 BLAKE2B 74c6ed8b0ca25053876da9433f5fde23d535bbd451e2e419ffe4b4dd40b08914172ae9edecd556e9d1badea5f08b92a760bb49cf9b4149b7f545b7f128e7cbef SHA512 8fdc71ee252e7dd0ca5782d16d54df8d126a3fbcc324cf250dd96bcb5b743a4a387ec65fe633583a976d6b692d147f657faf49160ccbd519e04a2664b0d68f0f

diff --git a/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild b/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild
deleted file mode 100644
index 9a9a78dbee..0000000000
--- a/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools findlib toolchain-funcs
-
-DESCRIPTION="Deductive proof of ACSL contracts (WP) plugin for frama-c"
-HOMEPAGE="https://frama-c.com"
-NAME="Vanadium"
-SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="coq gtk +ocamlopt"
-RESTRICT="strip"
-
-RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk=,ocamlopt?]
-	~sci-mathematics/frama-c-qed-${PV}:=[gtk=,ocamlopt?]
-	~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]
-	>=sci-mathematics/why3-1.4.0
-	<sci-mathematics/why3-1.5.0"
-DEPEND="${RDEPEND}"
-BDEPEND="coq? ( >=sci-mathematics/coq-8.12.0
-				<sci-mathematics/coq-8.13.0 )"
-
-S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/wp"
-
-src_prepare() {
-	export FRAMAC_SHARE="${ESYSROOT}/usr/share/frama-c"
-	export FRAMAC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/frama-c"
-	export ENABLE_GUI="$(usex gtk yes no)"
-	eautoconf
-	eapply_user
-}
-
-src_configure() {
-	export ENABLE_QED=yes
-	export ENABLE_RTEGEN=yes
-	econf --enable-wp \
-		$(use_enable coq wp-coq)
-}
-
-src_compile() {
-	tc-export AR
-	emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" ENABLE_GUI="${ENABLE_GUI}"
-}
-
-src_install() {
-	emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" ENABLE_GUI="${ENABLE_GUI}" DESTDIR="${ED}" install
-}

diff --git a/sci-mathematics/frama-c-wp/frama-c-wp-24.0.ebuild b/sci-mathematics/frama-c-wp/frama-c-wp-24.0.ebuild
deleted file mode 100644
index 63fe10abfb..0000000000
--- a/sci-mathematics/frama-c-wp/frama-c-wp-24.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools findlib toolchain-funcs
-
-DESCRIPTION="Deductive proof of ACSL contracts (WP) plugin for frama-c"
-HOMEPAGE="https://frama-c.com"
-NAME="Chromium"
-SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="coq gtk +ocamlopt"
-RESTRICT="strip"
-
-RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk=,ocamlopt?]
-	~sci-mathematics/frama-c-qed-${PV}:=[gtk=,ocamlopt?]
-	~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]
-	>=sci-mathematics/why3-1.4.0
-	<sci-mathematics/why3-1.5.0"
-DEPEND="${RDEPEND}"
-BDEPEND="coq? ( >=sci-mathematics/coq-8.12.0
-				<sci-mathematics/coq-8.14.0 )"
-
-S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/wp"
-
-src_prepare() {
-	export FRAMAC_SHARE="${ESYSROOT}/usr/share/frama-c"
-	export FRAMAC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/frama-c"
-	export ENABLE_GUI="$(usex gtk yes no)"
-	eautoconf
-	eapply_user
-}
-
-src_configure() {
-	export ENABLE_QED=yes
-	export ENABLE_RTEGEN=yes
-	econf --enable-wp \
-		$(use_enable coq wp-coq)
-}
-
-src_compile() {
-	tc-export AR
-	emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" ENABLE_GUI="${ENABLE_GUI}"
-}
-
-src_install() {
-	emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" ENABLE_GUI="${ENABLE_GUI}" DESTDIR="${ED}" install
-}

diff --git a/sci-mathematics/frama-c-wp/frama-c-wp-25.0.ebuild b/sci-mathematics/frama-c-wp/frama-c-wp-25.0.ebuild
deleted file mode 100644
index 3bed9b0302..0000000000
--- a/sci-mathematics/frama-c-wp/frama-c-wp-25.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools findlib toolchain-funcs
-
-DESCRIPTION="Deductive proof of ACSL contracts (WP) plugin for frama-c"
-HOMEPAGE="https://frama-c.com"
-NAME="Manganese"
-SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk +ocamlopt"
-RESTRICT="strip"
-
-RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk=,ocamlopt?]
-	~sci-mathematics/frama-c-qed-${PV}:=[gtk=,ocamlopt?]
-	~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]
-	>=sci-mathematics/why3-1.5.0
-	<sci-mathematics/why3-1.6.0"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/wp"
-
-src_prepare() {
-	export FRAMAC_SHARE="${ESYSROOT}/usr/share/frama-c"
-	export FRAMAC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/frama-c"
-	export ENABLE_GUI="$(usex gtk yes no)"
-	eautoconf
-	eapply_user
-}
-
-src_configure() {
-	export ENABLE_QED=yes
-	export ENABLE_RTEGEN=yes
-	econf --enable-wp
-}
-
-src_compile() {
-	emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" ENABLE_GUI="${ENABLE_GUI}"
-}
-
-src_install() {
-	emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" ENABLE_GUI="${ENABLE_GUI}" DESTDIR="${ED}" install
-}

diff --git a/sci-mathematics/frama-c-wp/metadata.xml b/sci-mathematics/frama-c-wp/metadata.xml
deleted file mode 100644
index 7007a91970..0000000000
--- a/sci-mathematics/frama-c-wp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<name>François-Xavier Carton</name>
-		<email>fx.carton91@gmail.com</email>
-	</maintainer>
-	<use>
-		<flag name="coq">Precompile coq libraries</flag>
-	</use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-05 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-05 12:29 [gentoo-commits] repo/proj/guru:dev commit in: profiles/, sci-mathematics/frama-c-wp/ David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox