commit:     f0e1edd34eccddfa60452b55f88006d362f59299
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 16:26:17 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 16:43:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e1edd3

dev-lang/algol68g: bump to 3.5.6

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 51b070cfecfd..1afab12f0668 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1,3 @@
 DIST algol68g-3.5.4.tar.gz 664208 BLAKE2B 
b8e2bcc53cf3cc7254da37f1d5655ddc4f79564c51608fea374da25bc828c34056284f2a48e4ada92202f866c38326c1323aa9803bbbb0be22d3a682767c24fa
 SHA512 
0cedce2c2cb4c8d7de91ef022ade38c2040d8fcd02c747226721a016f1c5ae9a9249314370ac6466be2fdba34f7602ab0954e05dbf20d7af1e68a04059270a5c
 DIST algol68g-3.5.5.tar.gz 664205 BLAKE2B 
1ac99c1723e45ff69a72592c0209716409c35ce208e79682ed77a972b08cab49b78b735f1b585640c9a8b5d59853cafb601d8a049bc33bfa42f6a37c93848285
 SHA512 
5c671e1b7f90a6a0197afd0efdae737d409d0db98b4f62e2a958ecbec5d731cb68896e8c14e975d4d569e399a79ee12be3269c6ab2e9c6a34f2cb6d9a1e5a273
+DIST algol68g-3.5.6.tar.gz 664375 BLAKE2B 
ccb6cd26ca700191ff09e81359fc7a72b803213519d8b835fbee70e8d403915752f26c9b4cd9bf6cf5675879c9a90613bdb971302167a11452632380335d21dc
 SHA512 
b737e20fdab0c7b8918a400cc3923ee5d265cb732a240e0fdcdc9d0343e46aa68d852b19e9feb4659fe5ea5b86f2d6542ebf59b4d8ea356f63c3c9b4520bf3a9

diff --git a/dev-lang/algol68g/algol68g-3.5.6.ebuild 
b/dev-lang/algol68g/algol68g-3.5.6.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.5.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 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