summaryrefslogtreecommitdiff
path: root/dev-lang/nprolog
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-lang/nprolog
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-lang/nprolog')
-rw-r--r--dev-lang/nprolog/Manifest4
-rw-r--r--dev-lang/nprolog/metadata.xml18
-rw-r--r--dev-lang/nprolog/nprolog-4.84.ebuild59
-rw-r--r--dev-lang/nprolog/nprolog-4.93.ebuild59
-rw-r--r--dev-lang/nprolog/nprolog-5.16.ebuild59
-rw-r--r--dev-lang/nprolog/nprolog-5.18.ebuild58
6 files changed, 0 insertions, 257 deletions
diff --git a/dev-lang/nprolog/Manifest b/dev-lang/nprolog/Manifest
deleted file mode 100644
index 93f149db1378..000000000000
--- a/dev-lang/nprolog/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST nprolog-4.84.gh.tar.gz 3414673 BLAKE2B ecc026af6bd6487c992f4d7a42de2ff8d02e7b745096172e7758d2f6990ea462ae4da3d9781a40e24d76f05b738eca7ca12ef93b1eade085a70e475610f6284c SHA512 e79b78d78e919ce457e3065ada079cf919c5187873cd6092fee13b78254f9b2265f0388b688ab1a109f648038d00a14962362048388cf30d1415590879486488
-DIST nprolog-4.93.gh.tar.gz 3423335 BLAKE2B 79ed73a46c2c0b656b5e6f1b20abb9522ce2999cde927db6877c9148003d22dc953c99ecd20905d7b77218a5d7b2825a8b2e58bee6b584d4a70e7089e9d1627f SHA512 2b36cb13ad2dd227d12b4bdb63990d4af6032e62dabd189972950f76614cada46529f3422fc457b6cbcf61d88074ff1de6163fd48941164477cf9316b029edb8
-DIST nprolog-5.16.gh.tar.gz 3440009 BLAKE2B 0e67ad7329545b50a407e9cb427ea0ce72cf51ce2e76720da9cde3c2e89f2630bb13299c4d2d2861e224bc045bd2c394dd82a1de0844f7b0618fd176578985e2 SHA512 95ca17af48b20dab66ce127d7eedfdd745a24ee12618857bedb6e246288bdaef17a52868dc6d1e79cebe6dbcf7865250110266133815988236b0e22b6afcc5cd
-DIST nprolog-5.18.gh.tar.gz 5374529 BLAKE2B 836ac457f26607e423b878887ce84d3d55de9d5a6522d945197651301b349ca67a383120b0a87fb9a3bab2f57102de1481edcf522b3f8c925acdd66caa242cef SHA512 f9b6638b89cb9ef45ffc8d3525c90e666d78f537ab755e1e9cdb0701687730b51450ead0ceff025ee503bc78820efbbc8cfd6168d896cb45f8f3695ece98010c
diff --git a/dev-lang/nprolog/metadata.xml b/dev-lang/nprolog/metadata.xml
deleted file mode 100644
index 576d9f408128..000000000000
--- a/dev-lang/nprolog/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@gentoo.org</email>
- <name>Maciej Barć</name>
- </maintainer>
- <longdescription>
- N-Prolog(NPL) is an interpreter and compiler to be compatible with
- Arity/Prolog32. N-Prolog is NOT ISO-Prolog. About Arity/prolog32 see
- http://petergabel.info/ArityProlog32/ArityProlog32PredList/
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/sasagawa888/nprolog/issues</bugs-to>
- <remote-id type="github">sasagawa888/nprolog</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-lang/nprolog/nprolog-4.84.ebuild b/dev-lang/nprolog/nprolog-4.84.ebuild
deleted file mode 100644
index f40375018a43..000000000000
--- a/dev-lang/nprolog/nprolog-4.84.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2026 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"
-RESTRICT="test" # Tests run cppcheck, see #969634.
-
-DOCS=( README{,-ja}.md )
-
-src_prepare() {
- if [[ -f edlog ]] ; then
- rm edlog || die
- fi
-
- default
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
-}
-
-src_test() {
- # No real tests. See above.
- :
-}
-
-src_install() {
- dobin npl
-
- insinto "/usr/share/${PN}"
- doins -r example library
-
- if use doc ; then
- DOCS+=( document )
-
- docompress -x "/usr/share/doc/${PF}/document"
- fi
-
- einstalldocs
-}
diff --git a/dev-lang/nprolog/nprolog-4.93.ebuild b/dev-lang/nprolog/nprolog-4.93.ebuild
deleted file mode 100644
index f40375018a43..000000000000
--- a/dev-lang/nprolog/nprolog-4.93.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2026 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"
-RESTRICT="test" # Tests run cppcheck, see #969634.
-
-DOCS=( README{,-ja}.md )
-
-src_prepare() {
- if [[ -f edlog ]] ; then
- rm edlog || die
- fi
-
- default
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
-}
-
-src_test() {
- # No real tests. See above.
- :
-}
-
-src_install() {
- dobin npl
-
- insinto "/usr/share/${PN}"
- doins -r example library
-
- if use doc ; then
- DOCS+=( document )
-
- docompress -x "/usr/share/doc/${PF}/document"
- fi
-
- einstalldocs
-}
diff --git a/dev-lang/nprolog/nprolog-5.16.ebuild b/dev-lang/nprolog/nprolog-5.16.ebuild
deleted file mode 100644
index d8a2f910dfd0..000000000000
--- a/dev-lang/nprolog/nprolog-5.16.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2026 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"
-RESTRICT="test" # Tests run cppcheck, see #969634.
-
-DOCS=( README{,-ja}.md )
-
-src_prepare() {
- if [[ -f edlog ]] ; then
- rm edlog || die
- fi
-
- default
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
-}
-
-src_test() {
- # No real tests. See above.
- :
-}
-
-src_install() {
- dobin npl
-
- insinto "/usr/share/${PN}"
- doins -r example library
-
- if use doc ; then
- DOCS+=( document )
-
- docompress -x "/usr/share/doc/${PF}/document"
- fi
-
- einstalldocs
-}
diff --git a/dev-lang/nprolog/nprolog-5.18.ebuild b/dev-lang/nprolog/nprolog-5.18.ebuild
deleted file mode 100644
index 9ed101a4b588..000000000000
--- a/dev-lang/nprolog/nprolog-5.18.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-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"
-RESTRICT="test" # Tests run cppcheck, see #969634.
-
-DOCS=( README{,-ja}.md )
-
-src_prepare() {
- if [[ -f edlog ]] ; then
- rm -f edlog || die
- fi
-
- default
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
-}
-
-src_test() {
- # No real tests. See above.
- :
-}
-
-src_install() {
- dobin npl
-
- insinto "/usr/share/${PN}"
- doins -r example library
-
- if use doc ; then
- DOCS+=( document )
- docompress -x "/usr/share/doc/${PF}/document"
- fi
-
- einstalldocs
-}