summaryrefslogtreecommitdiff
path: root/sys-devel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-12 12:07:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-12 12:07:46 +0100
commit78f20b3ec2b822f4add309f60998356f403cf879 (patch)
treed64d76eeca683d899db2d5cee075f319502c6ade /sys-devel
parent6766ae9a4205bc53227127a1dd518ea601246afe (diff)
gentoo auto-resync : 12:08:2023 - 12:07:45
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/Manifest.gzbin10499 -> 10497 bytes
-rw-r--r--sys-devel/boost-m4/Manifest2
-rw-r--r--sys-devel/boost-m4/boost-m4-0.4_p20160328.ebuild29
3 files changed, 0 insertions, 31 deletions
diff --git a/sys-devel/Manifest.gz b/sys-devel/Manifest.gz
index 8ee0c8fde175..a35cc297610d 100644
--- a/sys-devel/Manifest.gz
+++ b/sys-devel/Manifest.gz
Binary files differ
diff --git a/sys-devel/boost-m4/Manifest b/sys-devel/boost-m4/Manifest
index 482cf6225edc..bc1583c5d24c 100644
--- a/sys-devel/boost-m4/Manifest
+++ b/sys-devel/boost-m4/Manifest
@@ -1,5 +1,3 @@
-DIST boost-m4-0.4_p20160328.tar.gz 41253 BLAKE2B 47ad17f652560dce4e276b295e55e7daa8752f1c932a6c0d1bad9e4bc2ff72eb0adfaf8abc4e7c57f179f08857de255935fc530f0a4d8a26d3f6a2a0711417ac SHA512 4aecd311b21ced4a3d62fc706a9fa731c375ea490482f78756892243b5af6909cd8841c249632b37820be7f1bde41c290e842edd933d0c727e1dca76d30eb506
DIST boost-m4-0.4_p20221019.tar.gz 43301 BLAKE2B 8363b4e5406232050017c5272f5954509d784604485e9c5d485fbb360cebfa366bc0732886c13b54935deb6b1a85632c42282e3a51e92082ac3f40a78e43bbbb SHA512 43bf52054ad820d3da12dca38af7e71c80053a09c9dd06a9a5af87e87bafd69e36b891c179353e5c5e63970c38456264176769df6de8719fd6526116e9971dc6
-EBUILD boost-m4-0.4_p20160328.ebuild 897 BLAKE2B ba77eee54c3902a4be584f7bce2823f402ec0978963f67d9dfa51bd97b3401f2ec893abd081154781073a0c5db29700cf4a45629f4148a1fe70c999046c8db85 SHA512 66df32f382df3449a1ee419922e222fb697c20ac4d884aeb3ff5d8a9ab71f28f7b36551ea592bfa347c4eb65d7d3c5d8a7a588d6fe723cc32446333b6f175aeb
EBUILD boost-m4-0.4_p20221019.ebuild 958 BLAKE2B ea9b52f4aecbcab47a52aad2de933fdb0763c822e0154d6606848ecf5edd09b492d9a436481e6414b07c1ae636e1d26f43a76714c9221a6e1dd962dc42e5d7f3 SHA512 d980324c52221f94337d30c1614d6d29f6f924389fe048a3f65f4ae561802eeee0dd20e7ef9ee25c379bdcdac8ffbbec2dafa2f511fc0a2a318db44e931e84ee
MISC metadata.xml 275 BLAKE2B 2e55e61ce36e08d2d2b3a6420fd63b7c402d7ea4b08343592a5c67aa5833dd9d8f36b3da105b8cc0e8ca9ba20576530defcaab9adfe7da2cdcf644ae4f754007 SHA512 dee02fc3b041169562d61eddebb43e0a26725b52a99bdf8cb9259dc5c749f702cd1a93149db78ae75ff98d702db1b613bec264975f26166d4c379bc226b06b40
diff --git a/sys-devel/boost-m4/boost-m4-0.4_p20160328.ebuild b/sys-devel/boost-m4/boost-m4-0.4_p20160328.ebuild
deleted file mode 100644
index abe648762767..000000000000
--- a/sys-devel/boost-m4/boost-m4-0.4_p20160328.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Another set of autoconf macros for compiling against boost"
-HOMEPAGE="https://github.com/tsuna/boost.m4"
-SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-S="${WORKDIR}/boost.m4-1489691f65aecb593e33abc3e56ac482dd67da7b"
-
-# 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
-}