From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nprolog/
Date: Mon, 9 Sep 2024 00:06:07 +0000 (UTC) [thread overview]
Message-ID: <1725840365.0fa32a06b68fa94b520bea66471c689b6d119fc3.xgqt@gentoo> (raw)
commit: 0fa32a06b68fa94b520bea66471c689b6d119fc3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 8 21:58:57 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 00:06:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa32a06
dev-lang/nprolog: bump to 3.10
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/nprolog/Manifest | 1 +
dev-lang/nprolog/nprolog-3.10.ebuild | 39 ++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-lang/nprolog/Manifest b/dev-lang/nprolog/Manifest
index 73fdeffbbc14..2eb8a7e40f48 100644
--- a/dev-lang/nprolog/Manifest
+++ b/dev-lang/nprolog/Manifest
@@ -1,2 +1,3 @@
DIST nprolog-1.94.tar.gz 128172 BLAKE2B b3a2de8e5e247bce55fc6eabbd06dddee1d42d8d993b38a2effb505647e5a4a60f89f85f14be4e469d81b5488b4494e0a45c2672b2ba00b8f06ae0545951d08e SHA512 7db39847ecfa91b65fad1e035ddb9267856726adc9741a76fdd088c8f678ba8e98eef3890283b543d345a9441dabada4038984e12709898c6887a186a19136c9
DIST nprolog-2.50.tar.gz 229903 BLAKE2B 1ddc782ddb8e5dff49c4abeb75b34607ff4ed766b98aebf7dba4a799f353649ac942c504363d7dec17c03fc17d01d45b33efcf6f8a76158d5366e30b7647462d SHA512 f37accf8fb156a306ff2aefd11e655fbbdd4e7f02030a9762e25676cc6e88eaa31f7600f421d7ea982e7f0dd47519b0475f4c93dfcb67f1b1d41211d31107163
+DIST nprolog-3.10.tar.gz 582817 BLAKE2B c32ded1a80dd3a32b587685a9e803c1e785433b655cdd6cdba66a0e933376cd354be06b8b7fa2fd626839ee9ed07b0a8464c7ee3bf582a6e9a91130d71b1d56f SHA512 ab5afc6fb8ed861e2dcab9cd3d9e3f9d9d5be8c443855b2090cf1b2233c6d6edbbe56e7f895d0665e57b4d021895a17ff7839f30b318c89e9ac4c527af2fb7ac
diff --git a/dev-lang/nprolog/nprolog-3.10.ebuild b/dev-lang/nprolog/nprolog-3.10.ebuild
new file mode 100644
index 000000000000..40d3b000da40
--- /dev/null
+++ b/dev-lang/nprolog/nprolog-3.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 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}.git"
+else
+ SRC_URI="https://github.com/sasagawa888/nprolog/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+DOCS=( README{,-ja}.md document )
+
+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
+
+ einstalldocs
+}
next reply other threads:[~2024-09-09 0:06 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 0:06 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-28 13:40 [gentoo-commits] repo/gentoo:master commit in: dev-lang/nprolog/ Maciej Barć
2025-04-28 13:40 Maciej Barć
2025-04-28 13:40 Maciej Barć
2025-04-28 4:20 Sam James
2025-04-05 17:08 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-30 17:44 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-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=1725840365.0fa32a06b68fa94b520bea66471c689b6d119fc3.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