public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-10-04 23:32 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-10-04 23:32 UTC (permalink / raw
  To: gentoo-commits

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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-10-11  0:19 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-10-11  0:19 UTC (permalink / raw
  To: gentoo-commits

commit:     11af0eedfa3e9ef2119097e0431814d1d3f7ed28
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 23:16:32 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 00:19:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11af0eed

dev-lang/algol68g: drop old 3.3.21

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

 dev-lang/algol68g/Manifest               |  1 -
 dev-lang/algol68g/algol68g-3.3.21.ebuild | 41 --------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 2ff39a1ffcca..f76aded0a72e 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1 @@
-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.21.ebuild b/dev-lang/algol68g/algol68g-3.3.21.ebuild
deleted file mode 100644
index f1c0cc53d018..000000000000
--- a/dev-lang/algol68g/algol68g-3.3.21.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-10-11  0:19 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-10-11  0:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e396512460e9e8a21f22f4bac42fa3368997dc3f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 23:19:01 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 00:19:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3965124

dev-lang/algol68g: bump to 3.4.1

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index f76aded0a72e..c47176a7dc76 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1 +1,2 @@
 DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693 SHA512 e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857
+DIST algol68g-3.4.1.tar.gz 661315 BLAKE2B ef0230e8223123b7599278ef759cc814f9dda16c9655a4bde88797ea8847a81b36cf44f1db2c5be04c465ae82dacd6cadf5c715eaeb7d13500ece16ace569734 SHA512 3de8e5745923af6375ec15e87d8189394f1fbeeabdef4768bd968aa40aa07e91fa49eb358c280d2114f0a5ee3e756749bab9304165f70d702da1c75338343bc6

diff --git a/dev-lang/algol68g/algol68g-3.4.1.ebuild b/dev-lang/algol68g/algol68g-3.4.1.ebuild
new file mode 100644
index 000000000000..f1c0cc53d018
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.4.1.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-10-17 13:39 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-10-17 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     498bab7a966f0925a266fcd71c50a3d7f30b7b50
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 12:28:20 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 13:39:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498bab7a

dev-lang/algol68g: drop old 3.4.1

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

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.4.1.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index d5f54cd6f27d..5dadf0996d1e 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,2 @@
 DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693 SHA512 e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857
-DIST algol68g-3.4.1.tar.gz 661315 BLAKE2B ef0230e8223123b7599278ef759cc814f9dda16c9655a4bde88797ea8847a81b36cf44f1db2c5be04c465ae82dacd6cadf5c715eaeb7d13500ece16ace569734 SHA512 3de8e5745923af6375ec15e87d8189394f1fbeeabdef4768bd968aa40aa07e91fa49eb358c280d2114f0a5ee3e756749bab9304165f70d702da1c75338343bc6
 DIST algol68g-3.4.2.tar.gz 661224 BLAKE2B 1f07ff0aa1734755886d03ea4c0e6116303db72d27956a6d2d816e146b84db26b406b684c2166d6ebfc48f08399c7f54399b6f139f73fb2f3177780dc322d711 SHA512 1c3924ea9bd752cf754dfe188dc57c8ef4433180d88543dd5559203fdcda8dd4aec3528fe952ce64d2c0665065ff44dc7fa205a1a74d0269cfa9176efd8f6f8e

diff --git a/dev-lang/algol68g/algol68g-3.4.1.ebuild b/dev-lang/algol68g/algol68g-3.4.1.ebuild
deleted file mode 100644
index f1c0cc53d018..000000000000
--- a/dev-lang/algol68g/algol68g-3.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-10-17 13:39 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-10-17 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c3649af65035e57b9fc5c31ab88a1e51b7ebc5ff
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 12:24:05 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 13:39:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3649af6

dev-lang/algol68g: bump to 3.4.2

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index c47176a7dc76..d5f54cd6f27d 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1,3 @@
 DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693 SHA512 e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857
 DIST algol68g-3.4.1.tar.gz 661315 BLAKE2B ef0230e8223123b7599278ef759cc814f9dda16c9655a4bde88797ea8847a81b36cf44f1db2c5be04c465ae82dacd6cadf5c715eaeb7d13500ece16ace569734 SHA512 3de8e5745923af6375ec15e87d8189394f1fbeeabdef4768bd968aa40aa07e91fa49eb358c280d2114f0a5ee3e756749bab9304165f70d702da1c75338343bc6
+DIST algol68g-3.4.2.tar.gz 661224 BLAKE2B 1f07ff0aa1734755886d03ea4c0e6116303db72d27956a6d2d816e146b84db26b406b684c2166d6ebfc48f08399c7f54399b6f139f73fb2f3177780dc322d711 SHA512 1c3924ea9bd752cf754dfe188dc57c8ef4433180d88543dd5559203fdcda8dd4aec3528fe952ce64d2c0665065ff44dc7fa205a1a74d0269cfa9176efd8f6f8e

diff --git a/dev-lang/algol68g/algol68g-3.4.2.ebuild b/dev-lang/algol68g/algol68g-3.4.2.ebuild
new file mode 100644
index 000000000000..f1c0cc53d018
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.4.2.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-10-23 20:39 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-10-23 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fb69363684e7655e6319160265a0fcef18cd0f76
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 20:36:42 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 20:38:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb693636

dev-lang/algol68g: bump to 3.4.3

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 5dadf0996d1e..dafb4c921b09 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1,3 @@
 DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693 SHA512 e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857
 DIST algol68g-3.4.2.tar.gz 661224 BLAKE2B 1f07ff0aa1734755886d03ea4c0e6116303db72d27956a6d2d816e146b84db26b406b684c2166d6ebfc48f08399c7f54399b6f139f73fb2f3177780dc322d711 SHA512 1c3924ea9bd752cf754dfe188dc57c8ef4433180d88543dd5559203fdcda8dd4aec3528fe952ce64d2c0665065ff44dc7fa205a1a74d0269cfa9176efd8f6f8e
+DIST algol68g-3.4.3.tar.gz 660981 BLAKE2B d160d851306a4f5975ce0f7254c22e11aed5b7fd659e32717755b1e8b6ac3a7ca6fc5208a466979a5a400940cd93a06456fbb3520a14b8adb617786004606474 SHA512 d3a4f0381624076c5dece247bb60babc22b603d310614316fb4565cf4b04ea46890377e7e9d7ee82e816df2d1881f37f0bc299f2677a03df6c46a6966b69ccad

diff --git a/dev-lang/algol68g/algol68g-3.4.3.ebuild b/dev-lang/algol68g/algol68g-3.4.3.ebuild
new file mode 100644
index 000000000000..f1c0cc53d018
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.4.3.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-10-24 17:19 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2023-10-24 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6060ebc050d77fd6b1b383f311ec5a2c7f85ef1d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 17:18:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 17:18:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6060ebc0

dev-lang/algol68g: Stabilize 3.3.24 amd64, #916218

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lang/algol68g/algol68g-3.3.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/algol68g/algol68g-3.3.24.ebuild b/dev-lang/algol68g/algol68g-3.3.24.ebuild
index f1c0cc53d018..bff3227720c0 100644
--- a/dev-lang/algol68g/algol68g-3.3.24.ebuild
+++ b/dev-lang/algol68g/algol68g-3.3.24.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-11-01 19:17 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-11-01 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e4a350f7c476814c27b25bf903b8b00d68a297c1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 18:25:44 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 19:17:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a350f7

dev-lang/algol68g: bump to 3.4.4

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index dafb4c921b09..7c5bd9e0f895 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,4 @@
 DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693 SHA512 e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857
 DIST algol68g-3.4.2.tar.gz 661224 BLAKE2B 1f07ff0aa1734755886d03ea4c0e6116303db72d27956a6d2d816e146b84db26b406b684c2166d6ebfc48f08399c7f54399b6f139f73fb2f3177780dc322d711 SHA512 1c3924ea9bd752cf754dfe188dc57c8ef4433180d88543dd5559203fdcda8dd4aec3528fe952ce64d2c0665065ff44dc7fa205a1a74d0269cfa9176efd8f6f8e
 DIST algol68g-3.4.3.tar.gz 660981 BLAKE2B d160d851306a4f5975ce0f7254c22e11aed5b7fd659e32717755b1e8b6ac3a7ca6fc5208a466979a5a400940cd93a06456fbb3520a14b8adb617786004606474 SHA512 d3a4f0381624076c5dece247bb60babc22b603d310614316fb4565cf4b04ea46890377e7e9d7ee82e816df2d1881f37f0bc299f2677a03df6c46a6966b69ccad
+DIST algol68g-3.4.4.tar.gz 661980 BLAKE2B c596dbc7579415bd386f26f483857d6ffababdb43e9bb7bd8edc3171b447c3da2dc8baa25ad8fadcadd7dfdaa4650620b8449c5b0d9d2e056775726e7db53dc6 SHA512 d3d9b1aac61871475877c4dd1078bc856fd6f1726bd374e16d8ac9530aee00cdd7fb618c96afa98b28fd66dee343cc7bf92e201787d4598e41dbd794ec3d0a9a

diff --git a/dev-lang/algol68g/algol68g-3.4.4.ebuild b/dev-lang/algol68g/algol68g-3.4.4.ebuild
new file mode 100644
index 000000000000..f1c0cc53d018
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.4.4.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-11-16 23:38 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-11-16 23:38 UTC (permalink / raw
  To: gentoo-commits

commit:     87e54af6f3932f2ca5b3ae2abb677b191518acf8
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 23:31:40 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 23:38:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e54af6

dev-lang/algol68g: Stabilize 3.4.2 amd64, #917459

Closes: https://bugs.gentoo.org/917459
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/algol68g/algol68g-3.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/algol68g/algol68g-3.4.2.ebuild b/dev-lang/algol68g/algol68g-3.4.2.ebuild
index f1c0cc53d018..bff3227720c0 100644
--- a/dev-lang/algol68g/algol68g-3.4.2.ebuild
+++ b/dev-lang/algol68g/algol68g-3.4.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-11-26  0:11 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-11-26  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     921c567a769f7d8429c18e46e7e26d29a4f10527
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 00:11:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 00:11:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921c567a

dev-lang/algol68g: Stabilize 3.4.3 amd64, #918566

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/algol68g/algol68g-3.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/algol68g/algol68g-3.4.3.ebuild b/dev-lang/algol68g/algol68g-3.4.3.ebuild
index f1c0cc53d018..bff3227720c0 100644
--- a/dev-lang/algol68g/algol68g-3.4.3.ebuild
+++ b/dev-lang/algol68g/algol68g-3.4.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-12-06 17:13 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2023-12-06 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c90997950f2b8aaad438f8dfde78505baf1959f7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 17:13:16 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 17:13:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9099795

dev-lang/algol68g: Stabilize 3.4.4 amd64, #919335

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lang/algol68g/algol68g-3.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/algol68g/algol68g-3.4.4.ebuild b/dev-lang/algol68g/algol68g-3.4.4.ebuild
index f1c0cc53d018..bff3227720c0 100644
--- a/dev-lang/algol68g/algol68g-3.4.4.ebuild
+++ b/dev-lang/algol68g/algol68g-3.4.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-12-06 22:47 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-12-06 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     83d30ccb0a1e3c07afb58bb1e27c417f1230beff
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 21:19:14 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 22:47:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d30ccb

dev-lang/algol68g: drop old 3.4.2

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

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.4.2.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index da7d03c16f46..79b3580a3cd6 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,2 @@
-DIST algol68g-3.4.2.tar.gz 661224 BLAKE2B 1f07ff0aa1734755886d03ea4c0e6116303db72d27956a6d2d816e146b84db26b406b684c2166d6ebfc48f08399c7f54399b6f139f73fb2f3177780dc322d711 SHA512 1c3924ea9bd752cf754dfe188dc57c8ef4433180d88543dd5559203fdcda8dd4aec3528fe952ce64d2c0665065ff44dc7fa205a1a74d0269cfa9176efd8f6f8e
 DIST algol68g-3.4.3.tar.gz 660981 BLAKE2B d160d851306a4f5975ce0f7254c22e11aed5b7fd659e32717755b1e8b6ac3a7ca6fc5208a466979a5a400940cd93a06456fbb3520a14b8adb617786004606474 SHA512 d3a4f0381624076c5dece247bb60babc22b603d310614316fb4565cf4b04ea46890377e7e9d7ee82e816df2d1881f37f0bc299f2677a03df6c46a6966b69ccad
 DIST algol68g-3.4.4.tar.gz 661980 BLAKE2B c596dbc7579415bd386f26f483857d6ffababdb43e9bb7bd8edc3171b447c3da2dc8baa25ad8fadcadd7dfdaa4650620b8449c5b0d9d2e056775726e7db53dc6 SHA512 d3d9b1aac61871475877c4dd1078bc856fd6f1726bd374e16d8ac9530aee00cdd7fb618c96afa98b28fd66dee343cc7bf92e201787d4598e41dbd794ec3d0a9a

diff --git a/dev-lang/algol68g/algol68g-3.4.2.ebuild b/dev-lang/algol68g/algol68g-3.4.2.ebuild
deleted file mode 100644
index bff3227720c0..000000000000
--- a/dev-lang/algol68g/algol68g-3.4.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-12-06 22:47 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-12-06 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     56de1f5758b63b1ce856ec92541bfdf8062df94b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 21:19:07 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 22:47:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56de1f57

dev-lang/algol68g: drop old 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 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 7c5bd9e0f895..da7d03c16f46 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,4 +1,3 @@
-DIST algol68g-3.3.24.tar.gz 660171 BLAKE2B b70e568c48d4a4f1b142de97c7eaf4a52237e4bd74469318dbfa5bfdd3510f1770aaf4def2a95fe984dfa183206b70646ea0f3cd41486b64ab435ebaa4f70693 SHA512 e6d4baec87bdfc853ee6c17c80b121ce90d90409344bf55243a339e68b4bc79bcaf8cad56ca6e5eedc7742e445550c4eb6673e74352bf446a39b3ce1712de857
 DIST algol68g-3.4.2.tar.gz 661224 BLAKE2B 1f07ff0aa1734755886d03ea4c0e6116303db72d27956a6d2d816e146b84db26b406b684c2166d6ebfc48f08399c7f54399b6f139f73fb2f3177780dc322d711 SHA512 1c3924ea9bd752cf754dfe188dc57c8ef4433180d88543dd5559203fdcda8dd4aec3528fe952ce64d2c0665065ff44dc7fa205a1a74d0269cfa9176efd8f6f8e
 DIST algol68g-3.4.3.tar.gz 660981 BLAKE2B d160d851306a4f5975ce0f7254c22e11aed5b7fd659e32717755b1e8b6ac3a7ca6fc5208a466979a5a400940cd93a06456fbb3520a14b8adb617786004606474 SHA512 d3a4f0381624076c5dece247bb60babc22b603d310614316fb4565cf4b04ea46890377e7e9d7ee82e816df2d1881f37f0bc299f2677a03df6c46a6966b69ccad
 DIST algol68g-3.4.4.tar.gz 661980 BLAKE2B c596dbc7579415bd386f26f483857d6ffababdb43e9bb7bd8edc3171b447c3da2dc8baa25ad8fadcadd7dfdaa4650620b8449c5b0d9d2e056775726e7db53dc6 SHA512 d3d9b1aac61871475877c4dd1078bc856fd6f1726bd374e16d8ac9530aee00cdd7fb618c96afa98b28fd66dee343cc7bf92e201787d4598e41dbd794ec3d0a9a

diff --git a/dev-lang/algol68g/algol68g-3.3.24.ebuild b/dev-lang/algol68g/algol68g-3.3.24.ebuild
deleted file mode 100644
index bff3227720c0..000000000000
--- a/dev-lang/algol68g/algol68g-3.3.24.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2023-12-06 22:47 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2023-12-06 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     589c4370e0249b21417f8a614e48b76780e6831f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 21:19:22 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 22:47:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589c4370

dev-lang/algol68g: drop old 3.4.3

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

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.4.3.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 79b3580a3cd6..6f433188add5 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1 @@
-DIST algol68g-3.4.3.tar.gz 660981 BLAKE2B d160d851306a4f5975ce0f7254c22e11aed5b7fd659e32717755b1e8b6ac3a7ca6fc5208a466979a5a400940cd93a06456fbb3520a14b8adb617786004606474 SHA512 d3a4f0381624076c5dece247bb60babc22b603d310614316fb4565cf4b04ea46890377e7e9d7ee82e816df2d1881f37f0bc299f2677a03df6c46a6966b69ccad
 DIST algol68g-3.4.4.tar.gz 661980 BLAKE2B c596dbc7579415bd386f26f483857d6ffababdb43e9bb7bd8edc3171b447c3da2dc8baa25ad8fadcadd7dfdaa4650620b8449c5b0d9d2e056775726e7db53dc6 SHA512 d3d9b1aac61871475877c4dd1078bc856fd6f1726bd374e16d8ac9530aee00cdd7fb618c96afa98b28fd66dee343cc7bf92e201787d4598e41dbd794ec3d0a9a

diff --git a/dev-lang/algol68g/algol68g-3.4.3.ebuild b/dev-lang/algol68g/algol68g-3.4.3.ebuild
deleted file mode 100644
index bff3227720c0..000000000000
--- a/dev-lang/algol68g/algol68g-3.4.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-01-15 21:20 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-01-15 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d57d3ba7ff3ae705a18fe546e4150c1f15e827db
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 20:25:11 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 21:20:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57d3ba7

dev-lang/algol68g: bump to 3.4.6

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 6f433188add5..c2030b69d1a0 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1 +1,2 @@
 DIST algol68g-3.4.4.tar.gz 661980 BLAKE2B c596dbc7579415bd386f26f483857d6ffababdb43e9bb7bd8edc3171b447c3da2dc8baa25ad8fadcadd7dfdaa4650620b8449c5b0d9d2e056775726e7db53dc6 SHA512 d3d9b1aac61871475877c4dd1078bc856fd6f1726bd374e16d8ac9530aee00cdd7fb618c96afa98b28fd66dee343cc7bf92e201787d4598e41dbd794ec3d0a9a
+DIST algol68g-3.4.6.tar.gz 661358 BLAKE2B 1a825534833f2b4ff4025c3ca2d2f022c1c78cf8f8a365cc12e97af1cc4994228b705d6395e5c967d6a195cd2fc542212025133e6410d4876d43c36952dc60c0 SHA512 831585cb90c524014cc199256dbcf663868b37804071774e2eac5c64944e25513df4584421042d02140ee2695a918caec9b99c837d117e775d3721bf09065fb4

diff --git a/dev-lang/algol68g/algol68g-3.4.6.ebuild b/dev-lang/algol68g/algol68g-3.4.6.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.4.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-01-20 20:45 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-01-20 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c3fa79ca246fd7b53d5c6b9efc9e7418d1968244
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 19:11:35 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 20:45:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fa79ca

dev-lang/algol68g: bump to 3.4.7

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index c2030b69d1a0..b214fbbdb182 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1,3 @@
 DIST algol68g-3.4.4.tar.gz 661980 BLAKE2B c596dbc7579415bd386f26f483857d6ffababdb43e9bb7bd8edc3171b447c3da2dc8baa25ad8fadcadd7dfdaa4650620b8449c5b0d9d2e056775726e7db53dc6 SHA512 d3d9b1aac61871475877c4dd1078bc856fd6f1726bd374e16d8ac9530aee00cdd7fb618c96afa98b28fd66dee343cc7bf92e201787d4598e41dbd794ec3d0a9a
 DIST algol68g-3.4.6.tar.gz 661358 BLAKE2B 1a825534833f2b4ff4025c3ca2d2f022c1c78cf8f8a365cc12e97af1cc4994228b705d6395e5c967d6a195cd2fc542212025133e6410d4876d43c36952dc60c0 SHA512 831585cb90c524014cc199256dbcf663868b37804071774e2eac5c64944e25513df4584421042d02140ee2695a918caec9b99c837d117e775d3721bf09065fb4
+DIST algol68g-3.4.7.tar.gz 661381 BLAKE2B ef7b72dd4a03f64c27b3907b8602bedc8cb11485a71280ea4d1da1dc984b32d94e99d394d74e73235c607a4d41585df72b661b584cfb2f8b158fe37f2c08fa73 SHA512 0c45968f08b1ccbdad2e57b9045a12641a5420957de15b8e62e5e8e699d512d8d4e7f4f4077ec89ba1713a9e8f067e57292245f602bc5546431a70598fa39db0

diff --git a/dev-lang/algol68g/algol68g-3.4.7.ebuild b/dev-lang/algol68g/algol68g-3.4.7.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.4.7.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-02-06 13:07 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-02-06 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2c75249cc3aad48dc9664cf10d36503bafa0a1a3
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 08:06:21 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 13:07:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c75249c

dev-lang/algol68g: bump to 3.5.0

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index b214fbbdb182..6ae9feded6ef 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,4 @@
 DIST algol68g-3.4.4.tar.gz 661980 BLAKE2B c596dbc7579415bd386f26f483857d6ffababdb43e9bb7bd8edc3171b447c3da2dc8baa25ad8fadcadd7dfdaa4650620b8449c5b0d9d2e056775726e7db53dc6 SHA512 d3d9b1aac61871475877c4dd1078bc856fd6f1726bd374e16d8ac9530aee00cdd7fb618c96afa98b28fd66dee343cc7bf92e201787d4598e41dbd794ec3d0a9a
 DIST algol68g-3.4.6.tar.gz 661358 BLAKE2B 1a825534833f2b4ff4025c3ca2d2f022c1c78cf8f8a365cc12e97af1cc4994228b705d6395e5c967d6a195cd2fc542212025133e6410d4876d43c36952dc60c0 SHA512 831585cb90c524014cc199256dbcf663868b37804071774e2eac5c64944e25513df4584421042d02140ee2695a918caec9b99c837d117e775d3721bf09065fb4
 DIST algol68g-3.4.7.tar.gz 661381 BLAKE2B ef7b72dd4a03f64c27b3907b8602bedc8cb11485a71280ea4d1da1dc984b32d94e99d394d74e73235c607a4d41585df72b661b584cfb2f8b158fe37f2c08fa73 SHA512 0c45968f08b1ccbdad2e57b9045a12641a5420957de15b8e62e5e8e699d512d8d4e7f4f4077ec89ba1713a9e8f067e57292245f602bc5546431a70598fa39db0
+DIST algol68g-3.5.0.tar.gz 661454 BLAKE2B b46f96672cd9ab18cd74347a3fc71cfb686f10dc6cecd04bfa3dff19f57cc510bc08f61a1562097a0178a3ce562c7348cb3eaed97f0847e69de8dd202a9818ac SHA512 60cba4440a90df30c9114ff6e5e3779b97f0dcdf35778c7ae4c1f21cfacf1d6e16fa3bca353dcb41fb09de9d66b102d7db2ffabb71a2472277a8efb15c12896e

diff --git a/dev-lang/algol68g/algol68g-3.5.0.ebuild b/dev-lang/algol68g/algol68g-3.5.0.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.5.0.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-02-15 18:34 Jakov Smolić
  0 siblings, 0 replies; 33+ messages in thread
From: Jakov Smolić @ 2024-02-15 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c2c21efe7d9d57eea90190dd77d64cbceb5336ff
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 18:34:07 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 18:34:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c21efe

dev-lang/algol68g: Stabilize 3.4.6 amd64, #924633

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-lang/algol68g/algol68g-3.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/algol68g/algol68g-3.4.6.ebuild b/dev-lang/algol68g/algol68g-3.4.6.ebuild
index 6689c5616025..3b5c40da8f55 100644
--- a/dev-lang/algol68g/algol68g-3.4.6.ebuild
+++ b/dev-lang/algol68g/algol68g-3.4.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-02-21 18:50 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-02-21 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     efa968f548ee28d199c1929f07dd65e0856f590f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 17:51:34 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 18:50:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa968f5

dev-lang/algol68g: drop old 3.4.4

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

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.4.4.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 6ae9feded6ef..0b5982f9d827 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,4 +1,3 @@
-DIST algol68g-3.4.4.tar.gz 661980 BLAKE2B c596dbc7579415bd386f26f483857d6ffababdb43e9bb7bd8edc3171b447c3da2dc8baa25ad8fadcadd7dfdaa4650620b8449c5b0d9d2e056775726e7db53dc6 SHA512 d3d9b1aac61871475877c4dd1078bc856fd6f1726bd374e16d8ac9530aee00cdd7fb618c96afa98b28fd66dee343cc7bf92e201787d4598e41dbd794ec3d0a9a
 DIST algol68g-3.4.6.tar.gz 661358 BLAKE2B 1a825534833f2b4ff4025c3ca2d2f022c1c78cf8f8a365cc12e97af1cc4994228b705d6395e5c967d6a195cd2fc542212025133e6410d4876d43c36952dc60c0 SHA512 831585cb90c524014cc199256dbcf663868b37804071774e2eac5c64944e25513df4584421042d02140ee2695a918caec9b99c837d117e775d3721bf09065fb4
 DIST algol68g-3.4.7.tar.gz 661381 BLAKE2B ef7b72dd4a03f64c27b3907b8602bedc8cb11485a71280ea4d1da1dc984b32d94e99d394d74e73235c607a4d41585df72b661b584cfb2f8b158fe37f2c08fa73 SHA512 0c45968f08b1ccbdad2e57b9045a12641a5420957de15b8e62e5e8e699d512d8d4e7f4f4077ec89ba1713a9e8f067e57292245f602bc5546431a70598fa39db0
 DIST algol68g-3.5.0.tar.gz 661454 BLAKE2B b46f96672cd9ab18cd74347a3fc71cfb686f10dc6cecd04bfa3dff19f57cc510bc08f61a1562097a0178a3ce562c7348cb3eaed97f0847e69de8dd202a9818ac SHA512 60cba4440a90df30c9114ff6e5e3779b97f0dcdf35778c7ae4c1f21cfacf1d6e16fa3bca353dcb41fb09de9d66b102d7db2ffabb71a2472277a8efb15c12896e

diff --git a/dev-lang/algol68g/algol68g-3.4.4.ebuild b/dev-lang/algol68g/algol68g-3.4.4.ebuild
deleted file mode 100644
index bff3227720c0..000000000000
--- a/dev-lang/algol68g/algol68g-3.4.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-02-24 21:50 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-02-24 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3f0bbd0858d22072072ba3b9e448ab7bef55a683
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 21:22:16 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 21:50:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0bbd08

dev-lang/algol68g: drop old 3.4.7

Bug: https://bugs.gentoo.org/920635
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.4.7.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index cfec3311d467..4bc3ab32da15 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,4 +1,3 @@
 DIST algol68g-3.4.6.tar.gz 661358 BLAKE2B 1a825534833f2b4ff4025c3ca2d2f022c1c78cf8f8a365cc12e97af1cc4994228b705d6395e5c967d6a195cd2fc542212025133e6410d4876d43c36952dc60c0 SHA512 831585cb90c524014cc199256dbcf663868b37804071774e2eac5c64944e25513df4584421042d02140ee2695a918caec9b99c837d117e775d3721bf09065fb4
-DIST algol68g-3.4.7.tar.gz 661381 BLAKE2B ef7b72dd4a03f64c27b3907b8602bedc8cb11485a71280ea4d1da1dc984b32d94e99d394d74e73235c607a4d41585df72b661b584cfb2f8b158fe37f2c08fa73 SHA512 0c45968f08b1ccbdad2e57b9045a12641a5420957de15b8e62e5e8e699d512d8d4e7f4f4077ec89ba1713a9e8f067e57292245f602bc5546431a70598fa39db0
 DIST algol68g-3.5.0.tar.gz 661454 BLAKE2B b46f96672cd9ab18cd74347a3fc71cfb686f10dc6cecd04bfa3dff19f57cc510bc08f61a1562097a0178a3ce562c7348cb3eaed97f0847e69de8dd202a9818ac SHA512 60cba4440a90df30c9114ff6e5e3779b97f0dcdf35778c7ae4c1f21cfacf1d6e16fa3bca353dcb41fb09de9d66b102d7db2ffabb71a2472277a8efb15c12896e
 DIST algol68g-3.5.1.tar.gz 661670 BLAKE2B ec0aa47f367af621f3cf8ebad81bd501bac31238b4a918943917fec4d9f66cf57f98f5bd4c4c02d315a8f1ac2fd789aafb6e331289fac417abf9301a2a5d339d SHA512 764038c7db567d5fc130d4c324b74f43d7dbcfd89efb7b12b1a6983314a7e13f17e105fa783fb3397fff3773b69699ca3f5fd3be873229db9bf91582f7bf52f4

diff --git a/dev-lang/algol68g/algol68g-3.4.7.ebuild b/dev-lang/algol68g/algol68g-3.4.7.ebuild
deleted file mode 100644
index 6689c5616025..000000000000
--- a/dev-lang/algol68g/algol68g-3.4.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-02-24 21:50 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-02-24 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fab72ac1e66a17fc0771178695daa44a6dc22fe1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 21:19:25 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 21:50:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab72ac1

dev-lang/algol68g: bump to 3.5.1

Closes: https://bugs.gentoo.org/920635
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 0b5982f9d827..cfec3311d467 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,4 @@
 DIST algol68g-3.4.6.tar.gz 661358 BLAKE2B 1a825534833f2b4ff4025c3ca2d2f022c1c78cf8f8a365cc12e97af1cc4994228b705d6395e5c967d6a195cd2fc542212025133e6410d4876d43c36952dc60c0 SHA512 831585cb90c524014cc199256dbcf663868b37804071774e2eac5c64944e25513df4584421042d02140ee2695a918caec9b99c837d117e775d3721bf09065fb4
 DIST algol68g-3.4.7.tar.gz 661381 BLAKE2B ef7b72dd4a03f64c27b3907b8602bedc8cb11485a71280ea4d1da1dc984b32d94e99d394d74e73235c607a4d41585df72b661b584cfb2f8b158fe37f2c08fa73 SHA512 0c45968f08b1ccbdad2e57b9045a12641a5420957de15b8e62e5e8e699d512d8d4e7f4f4077ec89ba1713a9e8f067e57292245f602bc5546431a70598fa39db0
 DIST algol68g-3.5.0.tar.gz 661454 BLAKE2B b46f96672cd9ab18cd74347a3fc71cfb686f10dc6cecd04bfa3dff19f57cc510bc08f61a1562097a0178a3ce562c7348cb3eaed97f0847e69de8dd202a9818ac SHA512 60cba4440a90df30c9114ff6e5e3779b97f0dcdf35778c7ae4c1f21cfacf1d6e16fa3bca353dcb41fb09de9d66b102d7db2ffabb71a2472277a8efb15c12896e
+DIST algol68g-3.5.1.tar.gz 661670 BLAKE2B ec0aa47f367af621f3cf8ebad81bd501bac31238b4a918943917fec4d9f66cf57f98f5bd4c4c02d315a8f1ac2fd789aafb6e331289fac417abf9301a2a5d339d SHA512 764038c7db567d5fc130d4c324b74f43d7dbcfd89efb7b12b1a6983314a7e13f17e105fa783fb3397fff3773b69699ca3f5fd3be873229db9bf91582f7bf52f4

diff --git a/dev-lang/algol68g/algol68g-3.5.1.ebuild b/dev-lang/algol68g/algol68g-3.5.1.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.5.1.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-02-24 21:50 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-02-24 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2edad41407f0fbed68610b8db3012670cb542e98
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 21:22:37 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 21:50:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edad414

dev-lang/algol68g: drop old 3.5.0

Bug: https://bugs.gentoo.org/920635
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.5.0.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 4bc3ab32da15..ebce1904669e 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,2 @@
 DIST algol68g-3.4.6.tar.gz 661358 BLAKE2B 1a825534833f2b4ff4025c3ca2d2f022c1c78cf8f8a365cc12e97af1cc4994228b705d6395e5c967d6a195cd2fc542212025133e6410d4876d43c36952dc60c0 SHA512 831585cb90c524014cc199256dbcf663868b37804071774e2eac5c64944e25513df4584421042d02140ee2695a918caec9b99c837d117e775d3721bf09065fb4
-DIST algol68g-3.5.0.tar.gz 661454 BLAKE2B b46f96672cd9ab18cd74347a3fc71cfb686f10dc6cecd04bfa3dff19f57cc510bc08f61a1562097a0178a3ce562c7348cb3eaed97f0847e69de8dd202a9818ac SHA512 60cba4440a90df30c9114ff6e5e3779b97f0dcdf35778c7ae4c1f21cfacf1d6e16fa3bca353dcb41fb09de9d66b102d7db2ffabb71a2472277a8efb15c12896e
 DIST algol68g-3.5.1.tar.gz 661670 BLAKE2B ec0aa47f367af621f3cf8ebad81bd501bac31238b4a918943917fec4d9f66cf57f98f5bd4c4c02d315a8f1ac2fd789aafb6e331289fac417abf9301a2a5d339d SHA512 764038c7db567d5fc130d4c324b74f43d7dbcfd89efb7b12b1a6983314a7e13f17e105fa783fb3397fff3773b69699ca3f5fd3be873229db9bf91582f7bf52f4

diff --git a/dev-lang/algol68g/algol68g-3.5.0.ebuild b/dev-lang/algol68g/algol68g-3.5.0.ebuild
deleted file mode 100644
index 6689c5616025..000000000000
--- a/dev-lang/algol68g/algol68g-3.5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-03-31  7:22 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2024-03-31  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e2023d0ca735a0c8d07570733bac04b0a853eb92
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 07:21:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 07:21:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2023d0c

dev-lang/algol68g: Stabilize 3.5.1 amd64, #928240

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lang/algol68g/algol68g-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/algol68g/algol68g-3.5.1.ebuild b/dev-lang/algol68g/algol68g-3.5.1.ebuild
index 6689c5616025..3b5c40da8f55 100644
--- a/dev-lang/algol68g/algol68g-3.5.1.ebuild
+++ b/dev-lang/algol68g/algol68g-3.5.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-04-11  1:38 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-04-11  1:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ab23537f493d2d05a52d6401e8c2bd758e71c40f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 23:33:31 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 01:38:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab23537f

dev-lang/algol68g: drop old 3.4.6

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

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.4.6.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index ebce1904669e..7fb9b7c3a4cf 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1 @@
-DIST algol68g-3.4.6.tar.gz 661358 BLAKE2B 1a825534833f2b4ff4025c3ca2d2f022c1c78cf8f8a365cc12e97af1cc4994228b705d6395e5c967d6a195cd2fc542212025133e6410d4876d43c36952dc60c0 SHA512 831585cb90c524014cc199256dbcf663868b37804071774e2eac5c64944e25513df4584421042d02140ee2695a918caec9b99c837d117e775d3721bf09065fb4
 DIST algol68g-3.5.1.tar.gz 661670 BLAKE2B ec0aa47f367af621f3cf8ebad81bd501bac31238b4a918943917fec4d9f66cf57f98f5bd4c4c02d315a8f1ac2fd789aafb6e331289fac417abf9301a2a5d339d SHA512 764038c7db567d5fc130d4c324b74f43d7dbcfd89efb7b12b1a6983314a7e13f17e105fa783fb3397fff3773b69699ca3f5fd3be873229db9bf91582f7bf52f4

diff --git a/dev-lang/algol68g/algol68g-3.4.6.ebuild b/dev-lang/algol68g/algol68g-3.4.6.ebuild
deleted file mode 100644
index 3b5c40da8f55..000000000000
--- a/dev-lang/algol68g/algol68g-3.4.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-05-25 14:06 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-05-25 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f8bf51a7953df568c261cf609b5950d764c315ed
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 13:38:55 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May 25 14:05:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bf51a7

dev-lang/algol68g: bump to 3.5.2

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 7fb9b7c3a4cf..4c03fc85c857 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1 +1,2 @@
 DIST algol68g-3.5.1.tar.gz 661670 BLAKE2B ec0aa47f367af621f3cf8ebad81bd501bac31238b4a918943917fec4d9f66cf57f98f5bd4c4c02d315a8f1ac2fd789aafb6e331289fac417abf9301a2a5d339d SHA512 764038c7db567d5fc130d4c324b74f43d7dbcfd89efb7b12b1a6983314a7e13f17e105fa783fb3397fff3773b69699ca3f5fd3be873229db9bf91582f7bf52f4
+DIST algol68g-3.5.2.tar.gz 664147 BLAKE2B 894d19a01a68613b2d4f3f5aeb10e1a72a87b50ee044c7791880f2e1ac7ef067377e7790009d339941fea3f6c93a13b3d85aac907789fecb5b9044e493d7dcfe SHA512 3bd46d1034cd771086981bc2e2004cca199cf13e8840fb867d66fe8ac63af06bbc8976decd46dea1bec9b64b38bbdb878582c5244fcd893695da19a5f84d924f

diff --git a/dev-lang/algol68g/algol68g-3.5.2.ebuild b/dev-lang/algol68g/algol68g-3.5.2.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.5.2.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-06-15 22:23 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-06-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     53962ab56135a23f408a1b84e4f591211df2a75d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 21:51:23 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 22:23:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53962ab5

dev-lang/algol68g: bump to 3.5.3

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 4c03fc85c857..b76a5b094d63 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1,3 @@
 DIST algol68g-3.5.1.tar.gz 661670 BLAKE2B ec0aa47f367af621f3cf8ebad81bd501bac31238b4a918943917fec4d9f66cf57f98f5bd4c4c02d315a8f1ac2fd789aafb6e331289fac417abf9301a2a5d339d SHA512 764038c7db567d5fc130d4c324b74f43d7dbcfd89efb7b12b1a6983314a7e13f17e105fa783fb3397fff3773b69699ca3f5fd3be873229db9bf91582f7bf52f4
 DIST algol68g-3.5.2.tar.gz 664147 BLAKE2B 894d19a01a68613b2d4f3f5aeb10e1a72a87b50ee044c7791880f2e1ac7ef067377e7790009d339941fea3f6c93a13b3d85aac907789fecb5b9044e493d7dcfe SHA512 3bd46d1034cd771086981bc2e2004cca199cf13e8840fb867d66fe8ac63af06bbc8976decd46dea1bec9b64b38bbdb878582c5244fcd893695da19a5f84d924f
+DIST algol68g-3.5.3.tar.gz 664147 BLAKE2B d7052104650fdbbed6014f7a1b01d7bc037d44061ebbf91a46abc6d7bab5865c94a254881bb3915e59676b0fee98dd378a1d90f5cd39ea2369433ad7c425ebb8 SHA512 64758bffaa3275b20ea6a078f1db0a29527030e5dd069fba03a1dc8b3c51c6dc8bb0ad53317c66aaf5904b4c3aed3246dc4edd6ee7a1f0a38c61def5c397c52c

diff --git a/dev-lang/algol68g/algol68g-3.5.3.ebuild b/dev-lang/algol68g/algol68g-3.5.3.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.5.3.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-06-19 12:46 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-06-19 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ee6b06cc151872d48711328fc999f270943bbf8f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 10:55:36 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 12:32:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6b06cc

dev-lang/algol68g: bump to 3.5.4

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index b76a5b094d63..797c24a47845 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,4 @@
 DIST algol68g-3.5.1.tar.gz 661670 BLAKE2B ec0aa47f367af621f3cf8ebad81bd501bac31238b4a918943917fec4d9f66cf57f98f5bd4c4c02d315a8f1ac2fd789aafb6e331289fac417abf9301a2a5d339d SHA512 764038c7db567d5fc130d4c324b74f43d7dbcfd89efb7b12b1a6983314a7e13f17e105fa783fb3397fff3773b69699ca3f5fd3be873229db9bf91582f7bf52f4
 DIST algol68g-3.5.2.tar.gz 664147 BLAKE2B 894d19a01a68613b2d4f3f5aeb10e1a72a87b50ee044c7791880f2e1ac7ef067377e7790009d339941fea3f6c93a13b3d85aac907789fecb5b9044e493d7dcfe SHA512 3bd46d1034cd771086981bc2e2004cca199cf13e8840fb867d66fe8ac63af06bbc8976decd46dea1bec9b64b38bbdb878582c5244fcd893695da19a5f84d924f
 DIST algol68g-3.5.3.tar.gz 664147 BLAKE2B d7052104650fdbbed6014f7a1b01d7bc037d44061ebbf91a46abc6d7bab5865c94a254881bb3915e59676b0fee98dd378a1d90f5cd39ea2369433ad7c425ebb8 SHA512 64758bffaa3275b20ea6a078f1db0a29527030e5dd069fba03a1dc8b3c51c6dc8bb0ad53317c66aaf5904b4c3aed3246dc4edd6ee7a1f0a38c61def5c397c52c
+DIST algol68g-3.5.4.tar.gz 664208 BLAKE2B b8e2bcc53cf3cc7254da37f1d5655ddc4f79564c51608fea374da25bc828c34056284f2a48e4ada92202f866c38326c1323aa9803bbbb0be22d3a682767c24fa SHA512 0cedce2c2cb4c8d7de91ef022ade38c2040d8fcd02c747226721a016f1c5ae9a9249314370ac6466be2fdba34f7602ab0954e05dbf20d7af1e68a04059270a5c

diff --git a/dev-lang/algol68g/algol68g-3.5.4.ebuild b/dev-lang/algol68g/algol68g-3.5.4.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.5.4.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-06-25 22:03 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2024-06-25 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ac883456135b33bb483dd183bae1fa5211758e44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 22:01:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 22:01:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac883456

dev-lang/algol68g: Stabilize 3.5.2 amd64, #934912

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/algol68g/algol68g-3.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/algol68g/algol68g-3.5.2.ebuild b/dev-lang/algol68g/algol68g-3.5.2.ebuild
index 6689c5616025..3b5c40da8f55 100644
--- a/dev-lang/algol68g/algol68g-3.5.2.ebuild
+++ b/dev-lang/algol68g/algol68g-3.5.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-07-21 19:48 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2024-07-21 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6d872e86355becb4802d5d1bda01612184361859
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 19:48:35 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 19:48:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d872e86

dev-lang/algol68g: Stabilize 3.5.4 amd64, #936459

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-lang/algol68g/algol68g-3.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/algol68g/algol68g-3.5.4.ebuild b/dev-lang/algol68g/algol68g-3.5.4.ebuild
index 6689c5616025..3b5c40da8f55 100644
--- a/dev-lang/algol68g/algol68g-3.5.4.ebuild
+++ b/dev-lang/algol68g/algol68g-3.5.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-09-03 18:44 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-09-03 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0502b489bade1762914e06fad188e3e9b81ae8dc
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 15:26:18 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 18:44:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0502b489

dev-lang/algol68g: drop old 3.5.2

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

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.5.2.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 741a0722ef29..4c4dbeb7f1fa 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,2 @@
-DIST algol68g-3.5.2.tar.gz 664147 BLAKE2B 894d19a01a68613b2d4f3f5aeb10e1a72a87b50ee044c7791880f2e1ac7ef067377e7790009d339941fea3f6c93a13b3d85aac907789fecb5b9044e493d7dcfe SHA512 3bd46d1034cd771086981bc2e2004cca199cf13e8840fb867d66fe8ac63af06bbc8976decd46dea1bec9b64b38bbdb878582c5244fcd893695da19a5f84d924f
 DIST algol68g-3.5.3.tar.gz 664147 BLAKE2B d7052104650fdbbed6014f7a1b01d7bc037d44061ebbf91a46abc6d7bab5865c94a254881bb3915e59676b0fee98dd378a1d90f5cd39ea2369433ad7c425ebb8 SHA512 64758bffaa3275b20ea6a078f1db0a29527030e5dd069fba03a1dc8b3c51c6dc8bb0ad53317c66aaf5904b4c3aed3246dc4edd6ee7a1f0a38c61def5c397c52c
 DIST algol68g-3.5.4.tar.gz 664208 BLAKE2B b8e2bcc53cf3cc7254da37f1d5655ddc4f79564c51608fea374da25bc828c34056284f2a48e4ada92202f866c38326c1323aa9803bbbb0be22d3a682767c24fa SHA512 0cedce2c2cb4c8d7de91ef022ade38c2040d8fcd02c747226721a016f1c5ae9a9249314370ac6466be2fdba34f7602ab0954e05dbf20d7af1e68a04059270a5c

diff --git a/dev-lang/algol68g/algol68g-3.5.2.ebuild b/dev-lang/algol68g/algol68g-3.5.2.ebuild
deleted file mode 100644
index 3b5c40da8f55..000000000000
--- a/dev-lang/algol68g/algol68g-3.5.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-09-03 18:44 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-09-03 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9e922903572e3ef4884ee849dc02099918e82c69
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 15:26:00 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 18:44:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e922903

dev-lang/algol68g: drop old 3.5.1

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

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.5.1.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 797c24a47845..741a0722ef29 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,4 +1,3 @@
-DIST algol68g-3.5.1.tar.gz 661670 BLAKE2B ec0aa47f367af621f3cf8ebad81bd501bac31238b4a918943917fec4d9f66cf57f98f5bd4c4c02d315a8f1ac2fd789aafb6e331289fac417abf9301a2a5d339d SHA512 764038c7db567d5fc130d4c324b74f43d7dbcfd89efb7b12b1a6983314a7e13f17e105fa783fb3397fff3773b69699ca3f5fd3be873229db9bf91582f7bf52f4
 DIST algol68g-3.5.2.tar.gz 664147 BLAKE2B 894d19a01a68613b2d4f3f5aeb10e1a72a87b50ee044c7791880f2e1ac7ef067377e7790009d339941fea3f6c93a13b3d85aac907789fecb5b9044e493d7dcfe SHA512 3bd46d1034cd771086981bc2e2004cca199cf13e8840fb867d66fe8ac63af06bbc8976decd46dea1bec9b64b38bbdb878582c5244fcd893695da19a5f84d924f
 DIST algol68g-3.5.3.tar.gz 664147 BLAKE2B d7052104650fdbbed6014f7a1b01d7bc037d44061ebbf91a46abc6d7bab5865c94a254881bb3915e59676b0fee98dd378a1d90f5cd39ea2369433ad7c425ebb8 SHA512 64758bffaa3275b20ea6a078f1db0a29527030e5dd069fba03a1dc8b3c51c6dc8bb0ad53317c66aaf5904b4c3aed3246dc4edd6ee7a1f0a38c61def5c397c52c
 DIST algol68g-3.5.4.tar.gz 664208 BLAKE2B b8e2bcc53cf3cc7254da37f1d5655ddc4f79564c51608fea374da25bc828c34056284f2a48e4ada92202f866c38326c1323aa9803bbbb0be22d3a682767c24fa SHA512 0cedce2c2cb4c8d7de91ef022ade38c2040d8fcd02c747226721a016f1c5ae9a9249314370ac6466be2fdba34f7602ab0954e05dbf20d7af1e68a04059270a5c

diff --git a/dev-lang/algol68g/algol68g-3.5.1.ebuild b/dev-lang/algol68g/algol68g-3.5.1.ebuild
deleted file mode 100644
index 3b5c40da8f55..000000000000
--- a/dev-lang/algol68g/algol68g-3.5.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-09-03 18:44 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-09-03 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b16e9964d99291eeea520cb2b30da220d7619439
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 15:26:35 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 18:44:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16e9964

dev-lang/algol68g: drop old 3.5.3

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

 dev-lang/algol68g/Manifest              |  1 -
 dev-lang/algol68g/algol68g-3.5.3.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 4c4dbeb7f1fa..5eb0a85f48db 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1 @@
-DIST algol68g-3.5.3.tar.gz 664147 BLAKE2B d7052104650fdbbed6014f7a1b01d7bc037d44061ebbf91a46abc6d7bab5865c94a254881bb3915e59676b0fee98dd378a1d90f5cd39ea2369433ad7c425ebb8 SHA512 64758bffaa3275b20ea6a078f1db0a29527030e5dd069fba03a1dc8b3c51c6dc8bb0ad53317c66aaf5904b4c3aed3246dc4edd6ee7a1f0a38c61def5c397c52c
 DIST algol68g-3.5.4.tar.gz 664208 BLAKE2B b8e2bcc53cf3cc7254da37f1d5655ddc4f79564c51608fea374da25bc828c34056284f2a48e4ada92202f866c38326c1323aa9803bbbb0be22d3a682767c24fa SHA512 0cedce2c2cb4c8d7de91ef022ade38c2040d8fcd02c747226721a016f1c5ae9a9249314370ac6466be2fdba34f7602ab0954e05dbf20d7af1e68a04059270a5c

diff --git a/dev-lang/algol68g/algol68g-3.5.3.ebuild b/dev-lang/algol68g/algol68g-3.5.3.ebuild
deleted file mode 100644
index 6689c5616025..000000000000
--- a/dev-lang/algol68g/algol68g-3.5.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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[@]}"
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
@ 2024-09-03 18:44 Maciej Barć
  0 siblings, 0 replies; 33+ messages in thread
From: Maciej Barć @ 2024-09-03 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     75d2d4ca92e26f1d53f00f973ec2629acb54d9d7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 15:29:38 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 18:44:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d2d4ca

dev-lang/algol68g: bump to 3.5.5

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

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

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

diff --git a/dev-lang/algol68g/algol68g-3.5.5.ebuild b/dev-lang/algol68g/algol68g-3.5.5.ebuild
new file mode 100644
index 000000000000..6689c5616025
--- /dev/null
+++ b/dev-lang/algol68g/algol68g-3.5.5.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[@]}"
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2024-09-03 18:44 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 18:50 [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03 18:44 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-07-21 19:48 Arthur Zamarin
2024-06-25 22:03 Sam James
2024-06-19 12:46 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-05-25 14:06 Maciej Barć
2024-04-11  1:38 Maciej Barć
2024-03-31  7:22 Arthur Zamarin
2024-02-24 21:50 Maciej Barć
2024-02-24 21:50 Maciej Barć
2024-02-24 21:50 Maciej Barć
2024-02-15 18:34 Jakov Smolić
2024-02-06 13:07 Maciej Barć
2024-01-20 20:45 Maciej Barć
2024-01-15 21:20 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 17:13 Arthur Zamarin
2023-11-26  0:11 Sam James
2023-11-16 23:38 Maciej Barć
2023-11-01 19:17 Maciej Barć
2023-10-24 17:19 Arthur Zamarin
2023-10-23 20:39 Maciej Barć
2023-10-17 13:39 Maciej Barć
2023-10-17 13:39 Maciej Barć
2023-10-11  0:19 Maciej Barć
2023-10-11  0:19 Maciej Barć
2023-10-04 23:32 Maciej Barć

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