diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /sys-apps/netloc | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'sys-apps/netloc')
-rw-r--r-- | sys-apps/netloc/Manifest | 3 | ||||
-rw-r--r-- | sys-apps/netloc/metadata.xml | 11 | ||||
-rw-r--r-- | sys-apps/netloc/netloc-0.5.ebuild | 28 |
3 files changed, 0 insertions, 42 deletions
diff --git a/sys-apps/netloc/Manifest b/sys-apps/netloc/Manifest deleted file mode 100644 index 96d5ff4be1db..000000000000 --- a/sys-apps/netloc/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST netloc-0.5.tar.gz 474646 BLAKE2B 8d6524b6006e2a9b284092288e2bc97064703602362be469990ac396bc9a08840260db4d371748c65cfb97c294bae3284bfe8ac579f529d93125889d1afc6d17 SHA512 88600c59302cd8e5ed024373a57b27e54b288288091ed0ab3852bee59c255a8b520d38c59d64f6c1eafe307f0d5e61d64c799a92e9695c42ecc1e33dcc2df6ba -EBUILD netloc-0.5.ebuild 587 BLAKE2B 9a956165f649ea5ab675578cd7f7f1b6731ee982bc90e24205e46706aaba3bbbf9633b54d84204f3b6f4d03086d5e1ee1c547986f6369205fec435201bf4a204 SHA512 9f6ccee57b32878af7797e7a167d3fc316cfcc053bf6c7079d62634c4112c92a4d13f248aedda35e09ebf0898eb9414a2484033a74b0df9b88c3603edbed5eb6 -MISC metadata.xml 804 BLAKE2B 05c9a601184026f950fe8e830a1f7a146376f7900bba2501a0a6a5d06b55e5f749fb7f96f6a7904dd18b062bb0f87f93a5baaaac663b7f796484e9cdfba29d54 SHA512 137cc64ca02b01abb060c0a5b14b3d34d0c225ef1bf5af8eef5304df129a621aa8d8644ae2b324610d7405961f17f10fae6d15d50d3ddb6836ca71f1baacc5ad diff --git a/sys-apps/netloc/metadata.xml b/sys-apps/netloc/metadata.xml deleted file mode 100644 index 07151826f89f..000000000000 --- a/sys-apps/netloc/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="project"> - <email>cluster@gentoo.org</email> - <name>Gentoo Cluster Project</name> -</maintainer> -<longdescription> - The Portable Network Locality (netloc) software package provides network topology discovery tools, and an abstract representation of those networks topologies for a range of network types and configurations. It is provided as a companion to the Portable Hardware Locality (hwloc) package. These two software packages work together to provide a comprehensive view of the HPC system topology, spanning from the processor cores in one server to the cores in another – including the complex network(s) in between. -</longdescription> -</pkgmetadata> diff --git a/sys-apps/netloc/netloc-0.5.ebuild b/sys-apps/netloc/netloc-0.5.ebuild deleted file mode 100644 index 1f68e7c5f381..000000000000 --- a/sys-apps/netloc/netloc-0.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib versionator - -MY_PV=v$(get_version_component_range 1-2) - -DESCRIPTION="Portable Network Locality (netloc)" -HOMEPAGE="https://www.open-mpi.org/projects/netloc/" -SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-libs/jansson - <sys-apps/hwloc-2.0" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --with-jansson="${EPREFIX}/usr" \ - --with-hwloc="${EPREFIX}/usr" -} |