summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-01 17:11:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-01 17:12:57 +0200
commit5853a44d263e575146571e194e104f7a1e0bd703 (patch)
tree9958d79d37f0c32b15140a4a903df11ce52db2e5 /dev-cpp
parentdev-db/tokumx: Remove last-rited pkg (diff)
downloadgentoo-5853a44d263e575146571e194e104f7a1e0bd703.tar.gz
gentoo-5853a44d263e575146571e194e104f7a1e0bd703.tar.bz2
gentoo-5853a44d263e575146571e194e104f7a1e0bd703.zip
dev-cpp/icnc: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735272 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/icnc/Manifest1
-rw-r--r--dev-cpp/icnc/icnc-1.0.100.ebuild77
-rw-r--r--dev-cpp/icnc/metadata.xml11
3 files changed, 0 insertions, 89 deletions
diff --git a/dev-cpp/icnc/Manifest b/dev-cpp/icnc/Manifest
deleted file mode 100644
index 7edb8f85b34b..000000000000
--- 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 85a28e528c1d..000000000000
--- 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 fa8784ee0534..000000000000
--- 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>junghans@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
- <upstream>
- <remote-id type="github">icnc/icnc</remote-id>
- </upstream>
-</pkgmetadata>