commit:     7f1ee4b03cce5477f9f1c851cb667f852415f301
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  9 19:33:25 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Feb  9 20:00:58 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1ee4b0

dev-lang/algol68g: bump to 3.10.10

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index a35e05d326c4..d610cffa7519 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1 +1,2 @@
+DIST algol68g-3.10.10.tar.gz 673261 BLAKE2B 
384e232e5a61846c00f38333a5c13bef536dce4c53b884dfb57eb4a78ce37c56229a7b837d1f4378852f1a60560b0c8c4bcabe015f1abc705173c766df6fc199
 SHA512 
2e4bf78e8bd91ead86078aa09c5a94ec5bf96a514285603ac57b41e5ca5002a8b54131e90cd7b9c736f9be8dbeac61fb8cbe094f6f63d2727cfb3ceb2ad551d3
 DIST algol68g-3.10.9.tar.gz 673256 BLAKE2B 
a82a535c5b69381651d05232a1d60308a590c0c3625ca2339259a41bf204c9fb025cfb6fcd900edb3509ded9266be7de6d70f7185b44115233208b5c7784f6f7
 SHA512 
d51b5796435a240fda7a97394f8b083ad2a77fa6575a88fe38266499cc67124963a49baa4b2bc229709713cb415df103aab0f45da1fcbfc6fcaa9bb8d1d9b8ee

diff --git a/dev-lang/algol68g/algol68g-3.10.10.ebuild 
b/dev-lang/algol68g/algol68g-3.10.10.ebuild
new file mode 100644
index 000000000000..d226de4038b6
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.10.10.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=9
+
+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