aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2017-01-15 17:18:29 -0700
committerChristoph Junghans <ottxor@gentoo.org>2017-01-15 17:18:29 -0700
commitaab7d536ee715e960301f81304812e056ab955e6 (patch)
tree70047579f1cf07cb282de530610b7ee907549881
parentmedia-libs/libgfx: QA work (diff)
downloadsci-aab7d536ee715e960301f81304812e056ab955e6.tar.gz
sci-aab7d536ee715e960301f81304812e056ab955e6.tar.bz2
sci-aab7d536ee715e960301f81304812e056ab955e6.zip
sys-cluster/libquo: moved to gx86
-rw-r--r--sys-cluster/libquo/libquo-9999.ebuild35
-rw-r--r--sys-cluster/libquo/metadata.xml12
2 files changed, 0 insertions, 47 deletions
diff --git a/sys-cluster/libquo/libquo-9999.ebuild b/sys-cluster/libquo/libquo-9999.ebuild
deleted file mode 100644
index 59a780b2e..000000000
--- a/sys-cluster/libquo/libquo-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/losalamos/${PN}.git http://github.com/losalamos/${PN}.git"
- inherit git-r3
- KEYWORDS=""
- AUTOTOOLS_AUTORECONF=1
-else
- SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="fortran static-libs"
-
-DEPEND="
- virtual/mpi[fortran?]
- sys-process/numactl
- sys-apps/hwloc[numa,xml]
- "
-RDEPEND="${DEPEND}"
-
-src_configure() {
- autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
-}
diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
deleted file mode 100644
index 1524fec8b..000000000
--- a/sys-cluster/libquo/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ottxor@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
-<maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
-</pkgmetadata>