commit:     0bb218ade715731edee16fe88c401e63ce3b75c0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  9 19:27:57 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Feb  9 20:00:58 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb218ad

dev-lang/algol68g: drop old 3.10.8

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

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

diff --git a/dev-lang/algol68g/Manifest b/dev-lang/algol68g/Manifest
index 8a1f70afc6c4..a35e05d326c4 100644
--- a/dev-lang/algol68g/Manifest
+++ b/dev-lang/algol68g/Manifest
@@ -1,2 +1 @@
-DIST algol68g-3.10.8.tar.gz 673170 BLAKE2B 
c3c0a6903bef0fad1673eea03fa6ed1ca18c156aa7481fc4f0eef6d8bba334badfd9496d68f89d1b244b0e8b77bd70a076b986a5575772d5e10d3077094b7c4d
 SHA512 
5053def4ce3c0f1cc9bef629eae3072d7ac4936387d16fffbf1eda245f610b41e2a629774eb8b5215c7f3eec9e80e7bd1839b529fdc45558e59d824086cbc750
 DIST algol68g-3.10.9.tar.gz 673256 BLAKE2B 
a82a535c5b69381651d05232a1d60308a590c0c3625ca2339259a41bf204c9fb025cfb6fcd900edb3509ded9266be7de6d70f7185b44115233208b5c7784f6f7
 SHA512 
d51b5796435a240fda7a97394f8b083ad2a77fa6575a88fe38266499cc67124963a49baa4b2bc229709713cb415df103aab0f45da1fcbfc6fcaa9bb8d1d9b8ee

diff --git a/dev-lang/algol68g/algol68g-3.10.8.ebuild 
b/dev-lang/algol68g/algol68g-3.10.8.ebuild
deleted file mode 100644
index 9561710f13d8..000000000000
--- a/dev-lang/algol68g/algol68g-3.10.8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2026 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
-       https://dev.gentoo.org/~xgqt/distfiles/mirrored/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
-
-RDEPEND="
-       curl? ( net-misc/curl )
-       gsl? ( sci-libs/gsl:= )
-       mpfr? ( dev-libs/mpfr:= )
-       plotutils? ( media-libs/plotutils )
-       postgres? ( dev-db/postgresql:* )
-       readline? ( sys-libs/readline:= )
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-PATCHES=( "${FILESDIR}/${PN}-3.3.21-configure-implicit.patch" )
-
-src_configure() {
-       local -a myconf=(
-               $(use_enable curl)
-               $(use_enable gsl)
-               $(use_enable mpfr)
-               $(use_enable ncurses curses)
-               $(use_enable plotutils)
-               $(use_enable postgres postgresql)
-               $(use_enable readline)
-               $(use_with ncurses)
-       )
-       econf "${myconf[@]}"
-}

Reply via email to