diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /sci-mathematics/metamath-databases | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'sci-mathematics/metamath-databases')
| -rw-r--r-- | sci-mathematics/metamath-databases/Manifest | 1 | ||||
| -rw-r--r-- | sci-mathematics/metamath-databases/metadata.xml | 17 | ||||
| -rw-r--r-- | sci-mathematics/metamath-databases/metamath-databases-20220303.ebuild | 46 |
3 files changed, 64 insertions, 0 deletions
diff --git a/sci-mathematics/metamath-databases/Manifest b/sci-mathematics/metamath-databases/Manifest new file mode 100644 index 000000000000..f12d5f0932b2 --- /dev/null +++ b/sci-mathematics/metamath-databases/Manifest @@ -0,0 +1 @@ +DIST metamath-databases-20220303.tar.gz 20538855 BLAKE2B 8aa3c505a16d1fac08de5d447eb55e4bc64f5fa53905c1147a17b6e65c87403f2baea9d30699da71f16cc34373f2d9c56c02f3b85327aa9db42af7c5c63db8df SHA512 5f2ca7e299ec3e8dda7739de057c69dcbdd4e23d5853826ac9d6ccabcaa0abf292990eb1925762ff2a5611b32628ed508b6fa4949121e090feaa0c986f3f67ac diff --git a/sci-mathematics/metamath-databases/metadata.xml b/sci-mathematics/metamath-databases/metadata.xml new file mode 100644 index 000000000000..8007969f1637 --- /dev/null +++ b/sci-mathematics/metamath-databases/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription> + This is a collection of rigorously verified Metamath databases that + specify mathematical axioms and formal proofs of theorems derived from + those axioms. + </longdescription> + <upstream> + <bugs-to>https://github.com/metamath/set.mm/issues/</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/sci-mathematics/metamath-databases/metamath-databases-20220303.ebuild b/sci-mathematics/metamath-databases/metamath-databases-20220303.ebuild new file mode 100644 index 000000000000..cb277918c6f8 --- /dev/null +++ b/sci-mathematics/metamath-databases/metamath-databases-20220303.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +[[ ${PV} == 20220303 ]] && COMMIT=99d707bc3c600a9d6052a46a7c85f05b74c589a2 + +DESCRIPTION="Sample databases for Metamath" +HOMEPAGE="http://us.metamath.org/mpeuni/mmset.html + https://github.com/metamath/set.mm/" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/metamath/set.mm.git" +else + SRC_URI="https://github.com/metamath/set.mm/archive/${COMMIT}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}"/set.mm-${COMMIT} +fi + +LICENSE="CC0-1.0" +SLOT="0" +IUSE="doc" + +RDEPEND="sci-mathematics/metamath" + +DOCS=( + CONTRIBUTING.md README.md + discouraged iset-discouraged + mmnotes.txt + other-databases.md verifiers.md +) + +src_install() { + insinto /usr/share/metamath + doins *.mm *.mmts + + einstalldocs + + if use doc ; then + docinto html + dodoc -r people + dodoc *.html *.svg + fi +} |
