From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nprolog/
Date: Thu, 30 Jan 2025 17:44:13 +0000 (UTC) [thread overview]
Message-ID: <1738259047.4d128909ae0da842e789a8545231a8c83b56eeab.xgqt@gentoo> (raw)
commit: 4d128909ae0da842e789a8545231a8c83b56eeab
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 15:52:47 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 17:44:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d128909
dev-lang/nprolog: bump to 3.89
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/nprolog/Manifest | 1 +
dev-lang/nprolog/nprolog-3.89.ebuild | 59 ++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/dev-lang/nprolog/Manifest b/dev-lang/nprolog/Manifest
index 54115b5d9db0..c5797fc7a9e0 100644
--- a/dev-lang/nprolog/Manifest
+++ b/dev-lang/nprolog/Manifest
@@ -1,2 +1,3 @@
DIST nprolog-3.53.tar.gz 682333 BLAKE2B 827e6ff1b066e42fd10df8788a6752ef4df7692cc3d11ad6b1bb001b72d2e916997abae21e182c161ac1a1098362a2e8430a1b1500b4ad97ca74a00db19e70d2 SHA512 10de04a1737999203d23911b3c36ce506b112476238ec1c28bcade2a459cec6d8ac2310dd8ba3bd1af82aa390444ff5c37536585429faa7c12fa9ee154243087
DIST nprolog-3.88.gh.tar.gz 1337137 BLAKE2B 0d8f8d5e8242e3ab172f0a1256252ef99b6daf76a77fb75710c0286d55aa02e79e78601ec4347e42d88411cc7528d4e3b041496df04335496b71fc41cb3573c6 SHA512 12ef940792a6c9cd44cafad5440829d43b0c4736732341172255733f163d48b189233b62288e4fd59d36e5a378742f783a0400c2c4dc3d6b06570143b06685db
+DIST nprolog-3.89.gh.tar.gz 1286015 BLAKE2B 006e9ecfc541cc57cd67454ce3c10e6f8c9fce63695a4395d1b1d3db82aa30483d78503544d5b4ffbe2e87902fa05fe39fd2c6ad2fe4d3e54d54e96901a6e69f SHA512 9df70ec2c37861a6374fd0093b426cc0ba55138680e164f9d84ed830470cc955c2da7a24ba3fb517b4dbf5c0154062f9431905d9d326db6f7a7ddccee250a7ea
diff --git a/dev-lang/nprolog/nprolog-3.89.ebuild b/dev-lang/nprolog/nprolog-3.89.ebuild
new file mode 100644
index 000000000000..66c38c72e940
--- /dev/null
+++ b/dev-lang/nprolog/nprolog-3.89.ebuild
@@ -0,0 +1,59 @@
+# 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/%EF%BD%96${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+ S="${WORKDIR}/${PN}--${PV}"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="doc"
+
+PATCHES=(
+ "${FILESDIR}/nprolog-3.22-ncursesw.patch"
+)
+
+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
+}
next reply other threads:[~2025-01-30 17:44 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-30 17:44 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-05 17:08 [gentoo-commits] repo/gentoo:master commit in: dev-lang/nprolog/ Arthur Zamarin
2025-03-16 21:11 Maciej Barć
2025-03-07 19:34 Maciej Barć
2025-03-05 0:04 Sam James
2025-03-01 13:16 Maciej Barć
2025-03-01 13:16 Maciej Barć
2025-03-01 13:16 Maciej Barć
2025-03-01 13:16 Maciej Barć
2025-02-23 22:23 Maciej Barć
2025-02-16 22:35 Maciej Barć
2025-02-09 20:50 Maciej Barć
2025-01-27 14:51 Maciej Barć
2025-01-27 14:51 Maciej Barć
2025-01-05 23:22 Sam James
2024-12-28 16:05 Maciej Barć
2024-12-28 16:05 Maciej Barć
2024-12-06 1:08 Maciej Barć
2024-12-03 0:29 Maciej Barć
2024-11-26 1:45 Maciej Barć
2024-11-14 23:40 Maciej Barć
2024-11-14 23:40 Maciej Barć
2024-11-13 18:16 Maciej Barć
2024-11-04 0:19 Maciej Barć
2024-11-04 0:19 Maciej Barć
2024-11-04 0:19 Maciej Barć
2024-11-01 20:42 Sam James
2024-10-25 18:52 Maciej Barć
2024-10-15 14:30 Maciej Barć
2024-10-15 14:30 Maciej Barć
2024-10-15 14:30 Maciej Barć
2024-10-15 14:30 Maciej Barć
2024-10-13 19:23 Maciej Barć
2024-10-10 0:05 Maciej Barć
2024-09-30 18:22 Maciej Barć
2024-09-30 18:22 Maciej Barć
2024-09-30 18:22 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-09 0:06 Maciej Barć
2024-09-04 8:09 Maciej Barć
2023-05-05 12:03 Maciej Barć
2023-03-04 9:16 Arthur Zamarin
2022-12-05 13:17 Maciej Barć
2022-12-04 5:54 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=1738259047.4d128909ae0da842e789a8545231a8c83b56eeab.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