commit: aab7d536ee715e960301f81304812e056ab955e6
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 00:18:29 2017 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 00:18:29 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aab7d536
sys-cluster/libquo: moved to gx86
sys-cluster/libquo/libquo-9999.ebuild | 35 -----------------------------------
sys-cluster/libquo/metadata.xml | 12 ------------
2 files changed, 47 deletions(-)
diff --git a/sys-cluster/libquo/libquo-9999.ebuild
b/sys-cluster/libquo/libquo-9999.ebuild
deleted file mode 100644
index 59a780b..0000000
--- 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 1524fec..0000000
--- 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>[email protected]</email>
- <name>Christoph Junghans</name>
- </maintainer>
-<maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Science Project</name>
- </maintainer>
-</pkgmetadata>