public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/
Date: Wed, 30 Jul 2025 21:52:49 +0000 (UTC)	[thread overview]
Message-ID: <1753912360.9cf7d29d5a0a81afaadeafffbcc1784c8c1be0ff.xgqt@gentoo> (raw)

commit:     9cf7d29d5a0a81afaadeafffbcc1784c8c1be0ff
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 16:13:33 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 21:52:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf7d29d

dev-lang/algol68g: drop old 3.6.0

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index f7826e5f7095..48aec4362fe4 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,4 +1,3 @@
 DIST algol68g-3.5.14.tar.gz 662412 BLAKE2B 95806e4c5ba2f2d74b4ea40abe56f07a6dcfff5c545489183a24c554b7d1281b058ca8adac1e4ad734b8a88c2ae7468aa1d445ef7e1a787f6d923a38a6f1c4f1 SHA512 307eade62ee63c70e094fe20c9c7b83de50185ccaca96389b9252e300a78fec40374d38598f972b2bee4369d86f48edc29f66a31177a0348085ec26f8b6f0e96
 DIST algol68g-3.5.15.tar.gz 662704 BLAKE2B a2a2e7e9ddeec276a88b4c5841e02dbfb3589e098428c15498af775caeb99ed028a6c96d2f7e798c50340b093d93065ce0627ebda4dc107bf034ce9fa4c66daf SHA512 48cc170ba001cb33a30819c947a5f4d9d86b869c21fcc9bbb8cedc5366beb46bf4410f253bd302cb9bf48c59140cd37aaf89b051a88fc738309771d6de7fb794
-DIST algol68g-3.6.0.tar.gz 662789 BLAKE2B d30106b4bb8b97a53bf766f5f1abdb0a354d8d47e8a169065752241c82423a03c1adc700265ad915017b5dff6a8710fdc65cc12950d0b540ae45382f71118edc SHA512 dc86714867670385fe390ff76c2c32dfa41093230995d116dd2e065da7b58e8f21f800a84adbc58edbea108670e23c4284df44621c305248bb7051206749c8fb
 DIST algol68g-3.6.1.tar.gz 662939 BLAKE2B dd9e9bd2fcc7ccd2a634dad5d0b2d84af8f7332b624b309f4d7a4b938961b64dc874306fd8023d4bba084da533f3a88fb78014221637a4a44c1d6ff465f29235 SHA512 d01364d483d50745ca166c2b6da3e63406c7185be8d00ef11e11dfba81bd690982ba11359c3ba6b95d73fc348a802f0184f40a38b8ccc1e851980f75e9df6a3a

diff --git a/dev-lang/algol68g/algol68g-3.6.0.ebuild b/dev-lang/algol68g/algol68g-3.6.0.ebuild
deleted file mode 100644
index 703e6c6c442f..000000000000
--- a/dev-lang/algol68g/algol68g-3.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 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	other threads:[~2025-07-30 21:52 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-30 21:52 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-10 23:41 [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/ Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-10-03 17:05 Sam James
2025-09-18 21:50 Maciej Barć
2025-08-27 20:44 Maciej Barć
2025-08-27 15:35 Maciej Barć
2025-08-27 15:35 Maciej Barć
2025-08-19 17:32 Arthur Zamarin
2025-08-11  9:50 Maciej Barć
2025-08-11  9:50 Maciej Barć
2025-08-11  9:50 Maciej Barć
2025-08-09 17:14 Maciej Barć
2025-07-30 21:52 Maciej Barć
2025-07-28 17:12 Maciej Barć
2025-06-27  0:52 Maciej Barć
2025-06-27  0:52 Maciej Barć
2025-04-28  5:53 Sam James
2025-03-24 10:29 Maciej Barć
2025-03-07 19:34 Maciej Barć
2025-03-07 19:34 Maciej Barć
2025-02-23 16:09 Arthur Zamarin
2025-01-21 23:04 Maciej Barć
2025-01-21 23:04 Maciej Barć
2025-01-05 22:56 Sam James
2025-01-05 16:21 Maciej Barć
2024-12-06  1:08 Maciej Barć
2024-12-06  1:08 Maciej Barć
2024-11-27 22:10 Maciej Barć
2024-11-24 15:47 Jakov Smolić
2024-10-17 15:51 Maciej Barć
2024-10-17 15:51 Maciej Barć
2024-10-14 22:08 Maciej Barć
2024-10-14 22:08 Maciej Barć
2024-10-12 14:45 Michał Górny
2024-10-11 23:00 Maciej Barć
2024-10-11 23:00 Maciej Barć
2024-10-10 16:43 Maciej Barć
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-21 18: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ć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1753912360.9cf7d29d5a0a81afaadeafffbcc1784c8c1be0ff.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox