diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-17 20:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-17 20:06:58 +0000 |
commit | 08c5e4df7a4b66ba8dbb827ca2e3a973d4f19ab0 (patch) | |
tree | 347af25df153363454776e1fe95fc4e8100a7e7d /dev-build/boost-m4 | |
parent | fc6e577018dec28e18904f9ad5c1417976e3c728 (diff) |
gentoo auto-resync : 17:01:2024 - 20:06:58
Diffstat (limited to 'dev-build/boost-m4')
-rw-r--r-- | dev-build/boost-m4/Manifest | 3 | ||||
-rw-r--r-- | dev-build/boost-m4/boost-m4-0.4_p20221019.ebuild | 30 | ||||
-rw-r--r-- | dev-build/boost-m4/metadata.xml | 9 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-build/boost-m4/Manifest b/dev-build/boost-m4/Manifest new file mode 100644 index 000000000000..b61fffa568f8 --- /dev/null +++ b/dev-build/boost-m4/Manifest @@ -0,0 +1,3 @@ +DIST boost-m4-0.4_p20221019.tar.gz 43301 BLAKE2B 8363b4e5406232050017c5272f5954509d784604485e9c5d485fbb360cebfa366bc0732886c13b54935deb6b1a85632c42282e3a51e92082ac3f40a78e43bbbb SHA512 43bf52054ad820d3da12dca38af7e71c80053a09c9dd06a9a5af87e87bafd69e36b891c179353e5c5e63970c38456264176769df6de8719fd6526116e9971dc6 +EBUILD boost-m4-0.4_p20221019.ebuild 958 BLAKE2B 91b3357c0b387ca2d88a2aec59e24eaebc71cc63f299baa7407623dc6f36082a5d07f11684ff5861fb1ee69827feb62265d9ce401353c478ea67db5a9a7beafb SHA512 54eee71caeab0cbfe795df4937aff802da3a199cfe0512e7bf4f672432e21dcdb891ea220a2d8d2de2900f838f5ebe26ccb8a5b95f30700ddffe73f5be8a74ce +MISC metadata.xml 275 BLAKE2B 2e55e61ce36e08d2d2b3a6420fd63b7c402d7ea4b08343592a5c67aa5833dd9d8f36b3da105b8cc0e8ca9ba20576530defcaab9adfe7da2cdcf644ae4f754007 SHA512 dee02fc3b041169562d61eddebb43e0a26725b52a99bdf8cb9259dc5c749f702cd1a93149db78ae75ff98d702db1b613bec264975f26166d4c379bc226b06b40 diff --git a/dev-build/boost-m4/boost-m4-0.4_p20221019.ebuild b/dev-build/boost-m4/boost-m4-0.4_p20221019.ebuild new file mode 100644 index 000000000000..21ce36ac5266 --- /dev/null +++ b/dev-build/boost-m4/boost-m4-0.4_p20221019.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +BOOST_COMMIT="0c955e2c32804d6140676052a9e684ca84bf086d" + +DESCRIPTION="Another set of autoconf macros for compiling against boost" +HOMEPAGE="https://github.com/tsuna/boost.m4" +SRC_URI="https://github.com/tsuna/boost.m4/archive/${BOOST_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN/-/.}-${BOOST_COMMIT} + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +# boost.m4 has a buildsystem, but the distributer didn't use make dist +# so we'd have to eautoreconf to use it. Also, its ./configure script +# DEPENDs on boost. For installing one file, bootstrapping the +# buildsystem isn't worth it. +src_configure() { :; } + +src_compile() { :; } + +src_install() { + insinto /usr/share/aclocal + doins build-aux/boost.m4 + + dodoc AUTHORS NEWS README THANKS +} diff --git a/dev-build/boost-m4/metadata.xml b/dev-build/boost-m4/metadata.xml new file mode 100644 index 000000000000..573b19f74105 --- /dev/null +++ b/dev-build/boost-m4/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!--maintainer-needed--> + <stabilize-allarches/> + <upstream> + <remote-id type="github">tsuna/boost.m4</remote-id> + </upstream> +</pkgmetadata> |