commit: 5853a44d263e575146571e194e104f7a1e0bd703 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 1 15:11:15 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 1 15:12:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5853a44d
dev-cpp/icnc: Remove last-rited pkg Closes: https://bugs.gentoo.org/735272 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-cpp/icnc/Manifest | 1 - dev-cpp/icnc/icnc-1.0.100.ebuild | 77 ---------------------------------------- dev-cpp/icnc/metadata.xml | 11 ------ profiles/package.mask | 9 ----- 4 files changed, 98 deletions(-) diff --git a/dev-cpp/icnc/Manifest b/dev-cpp/icnc/Manifest deleted file mode 100644 index 7edb8f85b34..00000000000 --- a/dev-cpp/icnc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST icnc-1.0.100.tar.gz 27164070 BLAKE2B 74c9e79b3d8fa0f75ee924910bde79bf0ac1535ce0e7e5e74dcac33a8219f574aadf7382a8d73ae281858ee3ae8f186ca55d33c22dfce223d1bb84c28ca42ddf SHA512 b6c231504ed36676d5c4a9c651c7ce6bee078a415c8d365dbe66208a5226a71c62924ee7bc0b36f8c35bff20ed5f0baf2710f581595d08fe10a1d799b3982a8b diff --git a/dev-cpp/icnc/icnc-1.0.100.ebuild b/dev-cpp/icnc/icnc-1.0.100.ebuild deleted file mode 100644 index 85a28e528c1..00000000000 --- a/dev-cpp/icnc/icnc-1.0.100.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils multilib python-any-r1 - -DESCRIPTION="Intel Concurrent Collections for C++ - Parallelism without the Pain" -HOMEPAGE="https://software.intel.com/en-us/articles/intel-concurrent-collections-for-cc" - -if [[ $PV = 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/icnc/icnc.git" - KEYWORDS= -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="doc examples mpi test" -RESTRICT="test" #currently tests only work if icnc is already installed - -RDEPEND=" - >=dev-cpp/tbb-4.2 - sys-libs/glibc - mpi? ( virtual/mpi ) - " -DEPEND=" - ${RDEPEND} - doc? ( app-doc/doxygen ) - test? ( ${PYTHON_DEPS} ) - " - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use mpi BUILD_LIBS_FOR_MPI) - -DLIB=$(get_libdir) - $(cmake-utils_use_find_package doc Doxygen) - ) - cmake-utils_src_configure - if use test ; then - mycmakeargs=( -DRUN_DIST=OFF ) - CMAKE_USE_DIR="${S}/tests" \ - BUILD_DIR="${WORKDIR}/${P}_tests_build" \ - cmake-utils_src_configure - fi -} - -src_compile() { - cmake-utils_src_compile - use test && BUILD_DIR="${WORKDIR}/${P}_tests_build" cmake-utils_src_compile -} - -src_test() { - BUILD_DIR="${WORKDIR}/${P}_tests_build" cmake-utils_src_test -} - -src_install() { - cmake-utils_src_install - if use doc ; then - insinto /usr/share/doc/${P}/html - doins -r "${ED}"/usr/doc/api/* - fi - rm -fr "${ED}"/usr/doc - if use examples ; then - insinto /usr/share/${PN}/examples - doins -r "${ED}"/usr/samples/* - fi - rm -r "${ED}"/usr/samples || die - insinto /usr/share/${PN}/ - doins -r "${ED}"/usr/misc/* - rm -r "${ED}"/usr/misc/ || die -} diff --git a/dev-cpp/icnc/metadata.xml b/dev-cpp/icnc/metadata.xml deleted file mode 100644 index fa8784ee053..00000000000 --- a/dev-cpp/icnc/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Christoph Junghans</name> - </maintainer> - <upstream> - <remote-id type="github">icnc/icnc</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 39c56161339..b96ce70b3a9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -593,15 +593,6 @@ app-i18n/scim-wijesekera # Removal in 30 days. Bug #732130. dev-go/siphash -# Michał Górny <[email protected]> (2020-09-01) -# The following packages are Python 2 only. All but sys-boot/udk have -# no reverse dependencies; sys-boot/udk's only revdep is sys-boot/refind -# and it removed support for udk in its newest version. Their -# maintainers have either not replied or requested removing the package. -# Please do not remove the mask unless you port the package to py3.7+. -# Removal in 30 days. Package bugs found blocking tracker bug #694800. -dev-cpp/icnc - # Piotr Karbowski <[email protected]> (2020-08-28) # Temporary mask due to multiple reports of segfaults at startup, bug #739056 =x11-base/xorg-server-1.20.9
