commit:     101c2f48c4564f4bd1db6b500598197292b0606d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 21:18:58 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 23:32:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101c2f48

dev-lang/algol68g: bump to 3.3.24

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/algol68g/Manifest               |  1 +
 dev-lang/algol68g/algol68g-3.3.24.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 04eb5470fd40..2ff39a1ffcca 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1 +1,2 @@
 DIST algol68g-3.3.21.tar.gz 660179 BLAKE2B 
43f666cec1f77c3b7056221ab18bcc0bf458b6d6fe1d6c361709683993152aac6957068b09d8c47cc8441233739e7450ff126b1153bbbc272831c5200dde89a6
 SHA512 
18e3f431477fd282726858ae0b5abfe1f695a1f2ad9799437c0ce58808749c876067f2ccafc38b7baef392b1a7543fc389325dae0acfb60e19e2ef084423f719
+DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B 
b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693
 SHA512 
e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857

diff --git a/dev-lang/algol68g/algol68g-3.3.24.ebuild 
b/dev-lang/algol68g/algol68g-3.3.24.ebuild
new file mode 100644
index 000000000000..f1c0cc53d018
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.3.24.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Algol 68 Genie compiler-interpreter"
+HOMEPAGE="https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html";
+SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
+
+RDEPEND="
+       curl? ( net-misc/curl )
+       gsl? ( sci-libs/gsl:= )
+       mpfr? ( dev-libs/mpfr:= )
+       plotutils? ( media-libs/plotutils )
+       postgres? ( dev-db/postgresql:* )
+       readline? ( sys-libs/readline:= )
+"
+DEPEND="
+       ${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${PN}-3.3.21-configure-implicit.patch" )
+
+src_configure() {
+       local -a myconf=(
+               $(use_enable curl)
+               $(use_enable gsl)
+               $(use_enable mpfr)
+               $(use_enable ncurses curses)
+               $(use_enable plotutils)
+               $(use_enable postgres postgresql)
+               $(use_enable readline)
+               $(use_with ncurses)
+       )
+       econf "${myconf[@]}"
+}

Reply via email to