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: Fri, 07 Mar 2025 19:34:03 +0000 (UTC)	[thread overview]
Message-ID: <1741376036.ae0d7a643b6fb5d393e0a02137a8ad24e83066c7.xgqt@gentoo> (raw)

commit:     ae0d7a643b6fb5d393e0a02137a8ad24e83066c7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  7 19:09:48 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar  7 19:33:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0d7a64

dev-lang/algol68g: drop old 3.5.10

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 57bb8ca871e4..7ae78a0f5b7f 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,3 +1,2 @@
-DIST algol68g-3.5.10.tar.gz 662366 BLAKE2B 74adac724abb49dd2a418687b428d945741c9ec3ae47f742f9f2baafcbc9545226ceb18963a2fd65c8dd1496ab6ae935ef398cadfb119a58c89785c7d905301c SHA512 d0103e0c5bcb1723ac8a4d4550d1257c352feeba6f8e9717f6119df31f51769ff983198955dd84fb14fb114cdfd93f8c258f4a7e19d17f2766f9fc0f8940e83b
 DIST algol68g-3.5.11.tar.gz 662345 BLAKE2B 67eca74972539071eda7e8dc5d3667b64d2ff6b7f37f03db4b28d5f38b968461babf6e8e4fb770c63f7faab219bf38275ba09dcc9b931863a77d3cdf3113caa5 SHA512 63c539b4003b893166f70fa59787c6c899402e0d2387bc1a8c206097011d6e38130f1273f1a0344dcbf67bd0a87594ab654ae00756ae7f0b1903f239e783f5ce
 DIST algol68g-3.5.12.tar.gz 662372 BLAKE2B 52d855b4dce6ddefcba5013a0c66a84c4c86109b5cf63cb806f26fef1a165f4383bfd29bfed37460e332874eb1754900a3b6ad8b816970410911b67a5573145c SHA512 f6dcde81376b8150c763c449fa9ad5a58607e5f9d1d5a85f2095cd66433b686e18c6c4a6ab18b2c9144ecc98bf677abb33113962861b8e3b6c7efccba9f4b001

diff --git a/dev-lang/algol68g/algol68g-3.5.10.ebuild b/dev-lang/algol68g/algol68g-3.5.10.ebuild
deleted file mode 100644
index baaebe185afe..000000000000
--- a/dev-lang/algol68g/algol68g-3.5.10.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-03-07 19:34 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-07 19:34 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-lang/algol68g/ 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=1741376036.ae0d7a643b6fb5d393e0a02137a8ad24e83066c7.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