From: Michał Górny Date: Sat, 12 Oct 2019 08:08:52 +0000 (+0200) Subject: dev-libs/actor-framework: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=665abaca474829ae221be8e75086031287de1794;p=gentoo.git dev-libs/actor-framework: Remove last-rited pkg Closes: https://bugs.gentoo.org/691264 Signed-off-by: Michał Górny --- diff --git a/dev-libs/actor-framework/Manifest b/dev-libs/actor-framework/Manifest deleted file mode 100644 index c092543aa790..000000000000 --- a/dev-libs/actor-framework/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST CAF_0.14.5-benchmarks.tar.gz 46245 BLAKE2B 1e9477faa604bad9ac73ee7d8fe58bb793f0120a733eddef881fea0c0717f292059190e813358bb089219bc75ad3e581ea120dd84553ee4ef33809ebafb427ec SHA512 11edb5337be18b106c852fe95a7a0d50c9eaf2c21d9e64cee84a60d2e8443083447440a463a24d6cf376bcae421a0d5942b1b3fa6debb7f7102dc8648d1bb15f -DIST CAF_0.14.5-cash.tar.gz 8182 BLAKE2B 59c1e66b05f509d3d126cd5026949105d9ffaae12013262749e7775ef41b01e725769ea2cd2bcf762827a9b8be1bc970cf1d39c8405ca6fd31a0be949c1f9621 SHA512 0e4fe9dd433a6dc353404eb1a10b898c8589db455f550bafefcea3b0f04659cab3e2b63e353b5dab709080aaa1319942fd56d9eaf3c2d0e244f6eed202f81deb -DIST CAF_0.14.5-nexus.tar.gz 1510 BLAKE2B 43d09f1b1d4e6202d7c4e4c0b09402f8cfdd38920d9e6b99c0948602fa267fbdd6f285a76935ed7f58d9abae6ada93da6459a1daea5204a4763e9113ed543b27 SHA512 e71cfd629adf83a3fe5a0a33656d9cb499bb4de10cd73fdccf81c9235cc69b277de63dde035f9cd28c8dbc9a6311ce45af13e3d40d14b6c07c5ad9b714dccec1 -DIST CAF_0.14.5-opencl.tar.gz 22047 BLAKE2B 1ea9c4c76b5711a0f4122c1f6a8982a39319f3a8e9accdc1985a39fc01ea83894bc6f51ec0d4bd0f1dfd0ab55f3ebf06def23cd875ddf2fdc30844a8fc106811 SHA512 fb8ea40b16be7646ede25f054688945b21b90719526bdefc786f80581b3f1472945c643f4cc1641f1688252e73e0a0d388e4477c8055b685318d6bf1639cda00 -DIST CAF_0.14.5-riac.tar.gz 8452 BLAKE2B 31e06f80e90b877e085038439a5437d392095b10a0d9f5c643a53ca8c0b0f215fb308030df54bbfde05ab6b130d78c87325271f9418e1352906c25300e58c212 SHA512 b4a70548dd2a839dafadd091334a367d1ba7c8632c47f8df8f6c3ee730b4b4b75c8e00d7c335d719dd9f044e0d40436ea265b7717940ac81531b266b8cbcb5cf -DIST CAF_0.14.5-sash_cash.tar.gz 36600 BLAKE2B 85e698f774948628779736a69631862e07a6a579c0d05b739fd2730b518701c6910c5744b5f685f45987bdfb76a868206fcefe1087b5b248ea6c2f5493005e6f SHA512 dc90af883553ac67ff8e7bfcc2213200892137a5f9bcbaab95561898bacddaa5687a39a23eef7fd08b9be54fed2816d4c7d6bb31848cfbbc337ac81312f68542 -DIST actor-framework-0.14.5.tar.gz 1239461 BLAKE2B 33fc2aee5decc138d3489df9168364efd73781d963b8b5d371bfdbbeb0b1b812489c982099692e2125f4a58f4c0e64c13fa4954b95ed738336ad614cd7bdf162 SHA512 6bf9cd9868b633cdd249f4e5d503bb9d489a68f5a86e9ba505b3b65984ecf5d931878620ace504a8baed34da7a396a68a7c425ba8c8afef15e0557ed9aa19be9 diff --git a/dev-libs/actor-framework/actor-framework-0.14.5.ebuild b/dev-libs/actor-framework/actor-framework-0.14.5.ebuild deleted file mode 100644 index 09e25ff578c9..000000000000 --- a/dev-libs/actor-framework/actor-framework-0.14.5.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-multilib - -bench_ref="2c45d8c1c2b934e062baf378809201ac66d169a7" -cash_ref="38bcdedf7df5536899dd4373969e6653380d2a86" -sash_ref="75e68c37ccafbcb7b7da8c0afe564d59bcf10594" -opencl_ref="200eb3f43fb243515d0652324e6d606dede3f676" -riac_ref="83de14803c841a7113c4b13c94624a55f3eec984" -nexus_ref="254fbf76f83bb06e6001943b78838644345211a4" - -DESCRIPTION="The C++ Actor Framework (CAF)" -HOMEPAGE="https://actor-framework.org/" -SRC_URI="https://github.com/actor-framework/actor-framework/archive/${PV}.tar.gz -> ${P}.tar.gz - benchmarks? ( https://github.com/actor-framework/benchmarks/archive/${bench_ref}.tar.gz -> CAF_${PV}-benchmarks.tar.gz ) - cash? ( https://github.com/actor-framework/cash/archive/${cash_ref}.tar.gz -> CAF_${PV}-cash.tar.gz - https://github.com/Neverlord/sash/archive/${sash_ref}.tar.gz -> CAF_${PV}-sash_cash.tar.gz ) - nexus? ( https://github.com/actor-framework/nexus/archive/${nexus_ref}.tar.gz -> CAF_${PV}-nexus.tar.gz ) - opencl? ( https://github.com/actor-framework/opencl/archive/${opencl_ref}.tar.gz -> CAF_${PV}-opencl.tar.gz ) - riac? ( https://github.com/actor-framework/riac/archive/${riac_ref}.tar.gz -> CAF_${PV}-riac.tar.gz )" -LICENSE="|| ( Boost-1.0 BSD )" -SLOT="0/14.5" -KEYWORDS="~amd64 ~x86" -IUSE="boost benchmarks cash debug doc examples +mem_management nexus opencl riac static test" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen - dev-texlive/texlive-latex - dev-tex/hevea - )" -RDEPEND="boost? ( dev-libs/boost[${MULTILIB_USEDEP}] ) - net-misc/curl[${MULTILIB_USEDEP}] - opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )" -REQUIRED_USE="cash? ( riac )" - -src_unpack() { - unpack ${A} - for i in cash nexus; do - if use ${i}; then - mv "${i}"*/* "${S}/${i}/" || die "died copying sources for ${i}" - fi - done - for i in opencl riac; do - if use ${i}; then - mv "${i}"*/* "${S}/libcaf_${i}/" || die "died copying sources for ${i}" - fi - done - if use cash; then - mv sash*/* "${S}/cash/sash/" || die "died copying sources for sash" - fi - if use benchmarks; then - mv "${WORKDIR}/benchmarks-"* "${WORKDIR}/benchmarks" || die "died moving benchmarks" - fi -} - -src_prepare() { - find "${S}" -name CMakeLists.txt \ - -exec sed -i 's#\(install(.* DESTINATION \)lib#\1${LIBRARY_OUTPUT_PATH}#g' \{\} + \ - || die - rm examples/CMakeLists.txt || die - append-cxxflags "-std=c++11 -pthread -Wextra -Wall -pedantic" - append-cflags "-std=c11 -pthread -Wextra -Wall -pedantic" - - cmake-utils_src_prepare -} - -multilib_src_configure() { - local mycmakeargs=( - -DCAF_NO_EXAMPLES=ON - -DCAF_NO_BENCHMARKS=ON - -DCAF_USE_ASIO=$(usex boost) - -DCAF_NO_CASH=$(usex cash OFF ON) - -DCAF_LOG_LEVEL=$(usex debug 3 0) - -DCAF_ENABLE_RUNTIME_CHECKS=$(usex debug) - -DCAF_ENABLE_ADDRESS_SANITIZER=$(usex debug) - -DCAF_NO_MEM_MANAGEMENT=$(usex mem_management OFF ON) - -DCAF_NO_NEXUS=$(usex nexus OFF ON) - -DCAF_NO_OPENCL=$(usex opencl OFF ON) - -DCAF_NO_RIAC=$(usex riac OFF ON) - -DCAF_BUILD_STATIC=$(usex static) - -DCAF_NO_UNIT_TESTS=$(usex test OFF ON ) - -DLIBRARY_OUTPUT_PATH="$(get_libdir)" - ) - - cmake-utils_src_configure -} - -multilib_src_compile() { - cmake-utils_src_compile - - if use doc; then - emake doc - emake -C "${S}/manual/build-pdf" - emake -C "${S}/manual/build-html" - fi -} - -multilib_src_install() { - DOCS=( README.md ) - use examples && DOCS+=( "${S}/examples" ) - use benchmarks && DOCS+=( "${WORKDIR}/benchmarks/" ) - if use doc; then - HTML_DOCS=( "${S}/html/"* ) - for i in pdf html; do - DOCS+=( "${S}"/manual/build-${i}/manual.${i} ) - done - fi - - cmake-utils_src_install -} diff --git a/dev-libs/actor-framework/metadata.xml b/dev-libs/actor-framework/metadata.xml deleted file mode 100644 index 9e4f4846bfbc..000000000000 --- a/dev-libs/actor-framework/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - Due to the number of out-of-tree deps, these only get installed as docs - Make use of Boost's ASIO functionality - Build the C Actor Shell for introspection and debugging - Raises log-level to DEBUG, enables runtime checks and address sanitizer - Compiles and installs the documentation as PDF and HTML - Installs the provided example source files - Enables built-in memory management - Nexus is the central component for CAF's runtime inspection - Compiles against the provided opencl implementation - Runtime inspection and configuration - Provides a static build - Builds the provided unit tests - - - actor-framework/actor-framework - - - An implementation of the Actor Model of distributed computation in C++. - - diff --git a/profiles/package.mask b/profiles/package.mask index 29cd974baa33..99d344a62888 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -752,12 +752,6 @@ dev-libs/elfio # Removal in 30 days. Bug #694166. dev-libs/cgicc -# Michał Górny (2019-09-12) -# Unmaintained. Fails to build against current version of boost. -# No reverse dependencies (last one removed in April). -# Removal in 30 days. Bug #691264. -dev-libs/actor-framework - # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.