diff options
author | 2024-05-15 01:01:35 +0200 | |
---|---|---|
committer | 2024-05-14 20:59:22 -0400 | |
commit | ad273a2b83e96ca07f5c0a211c91cd5dde0324d9 (patch) | |
tree | f9642e1599b6ae7669dc230b48b482ffd1a616b6 /sci-mathematics/frama-c-loopanalysis | |
parent | sci-biology/*: fix variable order (diff) | |
download | guru-ad273a2b83e96ca07f5c0a211c91cd5dde0324d9.tar.gz guru-ad273a2b83e96ca07f5c0a211c91cd5dde0324d9.tar.bz2 guru-ad273a2b83e96ca07f5c0a211c91cd5dde0324d9.zip |
sci-mathematics/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'sci-mathematics/frama-c-loopanalysis')
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-23.1.ebuild b/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-23.1.ebuild index 4886b626c..b26f68910 100644 --- a/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-23.1.ebuild +++ b/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-23.1.ebuild @@ -10,6 +10,8 @@ HOMEPAGE="https://frama-c.com" NAME="Vanadium" SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz" +S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/loop_analysis" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" @@ -19,8 +21,6 @@ RESTRICT="strip" RDEPEND="~sci-mathematics/frama-c-${PV}:=[ocamlopt?]" DEPEND="${RDEPEND}" -S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/loop_analysis" - src_prepare() { export FRAMAC_SHARE="${ESYSROOT}/usr/share/frama-c" export FRAMAC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/frama-c" diff --git a/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-24.0.ebuild b/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-24.0.ebuild index bb7802261..5bfe2219a 100644 --- a/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-24.0.ebuild +++ b/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-24.0.ebuild @@ -10,6 +10,8 @@ HOMEPAGE="https://frama-c.com" NAME="Chromium" SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz" +S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/loop_analysis" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" @@ -19,8 +21,6 @@ RESTRICT="strip" RDEPEND="~sci-mathematics/frama-c-${PV}:=[ocamlopt?]" DEPEND="${RDEPEND}" -S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/loop_analysis" - src_prepare() { export FRAMAC_SHARE="${ESYSROOT}/usr/share/frama-c" export FRAMAC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/frama-c" diff --git a/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-25.0.ebuild b/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-25.0.ebuild index fb419cf14..7c9947dc7 100644 --- a/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-25.0.ebuild +++ b/sci-mathematics/frama-c-loopanalysis/frama-c-loopanalysis-25.0.ebuild @@ -10,6 +10,8 @@ HOMEPAGE="https://frama-c.com" NAME="Manganese" SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz" +S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/loop_analysis" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" @@ -20,8 +22,6 @@ RDEPEND="~sci-mathematics/frama-c-${PV}:=[ocamlopt?] ~sci-mathematics/frama-c-eva-${PV}:=[ocamlopt?]" DEPEND="${RDEPEND}" -S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/loop_analysis" - src_prepare() { export FRAMAC_SHARE="${ESYSROOT}/usr/share/frama-c" export FRAMAC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/frama-c" |