commit:     8edf6ae76c106f25d32fe6399cdc75531dc19998
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 11:38:19 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=8edf6ae7

dev-lang/nprolog: drop old 4.00

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

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

diff --git a/dev-lang/nprolog/Manifest b/dev-lang/nprolog/Manifest
index bd9785391349..e59c47520a92 100644
--- a/dev-lang/nprolog/Manifest
+++ b/dev-lang/nprolog/Manifest
@@ -1,2 +1 @@
-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-4.00.ebuild 
b/dev-lang/nprolog/nprolog-4.00.ebuild
deleted file mode 100644
index d6fccf7f97c7..000000000000
--- a/dev-lang/nprolog/nprolog-4.00.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