commit:     b500bcb89c099965cc0f9f9a5cd34d230e586670
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 11:38:01 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 13:40:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b500bcb8

dev-lang/nprolog: drop old 3.98

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

 dev-lang/nprolog/Manifest            |  1 -
 dev-lang/nprolog/nprolog-3.98.ebuild | 54 ------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-lang/nprolog/Manifest b/dev-lang/nprolog/Manifest
index bf29e48b0050..bd9785391349 100644
--- a/dev-lang/nprolog/Manifest
+++ b/dev-lang/nprolog/Manifest
@@ -1,3 +1,2 @@
-DIST nprolog-3.98.gh.tar.gz 1291160 BLAKE2B 
9f143e5bb15156d8bac365b06d240817d3ff6a6f248d6148cfa88dedfc5d3e6749ed56e1c8bc10298ef2564507481e5b8bbbdf4c32c33343cb009913e9440214
 SHA512 
cb4462089557348aba1b18e94024f3d4bacf988611c79ee3e84ecd32d0356e9e370c677fa7c0228e3aff60b434feb58ab49aba6cca79b456699b63f64483142c
 DIST nprolog-4.00.gh.tar.gz 1292375 BLAKE2B 
dbed6d7379711a79a3ac0465514c8ad950a8af6f2140ea79840bf6a9b31abfc67f1d8259da52768bc86a68e56e5b576c7833e33395e2a8dd6a78aafe3a9c7380
 SHA512 
9f892b67007f7bd9a08acd188fbccf2565de7a5009ad6b18c14c359a4abb186f26638e18dd426396ac4b4ad88d715507a2054fc3d36c3336cf578ea844d29fae
 DIST nprolog-4.05.gh.tar.gz 1294386 BLAKE2B 
820bd52f2f5c47fd3fe873d94ca5dec177f43843cef649422e202debee922f2786ba5bd20c0f9806f5916ba74717d67febdc3dbb3b08616e22c5eba1085069aa
 SHA512 
f6621fc30856bf38460395e7ebc73233b5387ea6aa450439b0979e50b2c8f1bde87ffd1a0468f5eca33abc3b3c2fe7bed080f8e82e090e213fb2afa488be3054

diff --git a/dev-lang/nprolog/nprolog-3.98.ebuild 
b/dev-lang/nprolog/nprolog-3.98.ebuild
deleted file mode 100644
index 7cd886b90578..000000000000
--- a/dev-lang/nprolog/nprolog-3.98.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Interpreter and compiler to be compatible with Arity/Prolog32"
-HOMEPAGE="https://github.com/sasagawa888/nprolog/";
-
-if [[ "${PV}" == *9999* ]] ; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/sasagawa888/${PN}";
-else
-       
SRC_URI="https://github.com/sasagawa888/${PN}/archive/refs/tags/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
-
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="doc"
-
-DOCS=( README{,-ja}.md )
-
-src_prepare() {
-       if [[ -f edlog ]] ; then
-               rm edlog || die
-       fi
-
-       default
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       exeinto /usr/bin
-       doexe npl
-
-       insinto "/usr/share/${PN}"
-       doins -r example library
-
-       if use doc ; then
-               DOCS+=( document )
-
-               docompress -x "/usr/share/doc/${PF}/document"
-       fi
-
-       einstalldocs
-}

Reply via email to