From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 561F0139085 for ; Mon, 16 Jan 2017 00:18:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AC8F23400A; Mon, 16 Jan 2017 00:18:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6729023400A for ; Mon, 16 Jan 2017 00:18:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50CDD341016 for ; Mon, 16 Jan 2017 00:18:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC4962861 for ; Mon, 16 Jan 2017 00:18:36 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1484525909.aab7d536ee715e960301f81304812e056ab955e6.junghans@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/libquo/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/libquo/libquo-9999.ebuild sys-cluster/libquo/metadata.xml X-VCS-Directories: sys-cluster/libquo/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: aab7d536ee715e960301f81304812e056ab955e6 X-VCS-Branch: master Date: Mon, 16 Jan 2017 00:18:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 183e5255-5a2f-4182-8129-fcbb1bd12a3b X-Archives-Hash: 6134c87d76b94fd9ebc1a70c5ec58de9 commit: aab7d536ee715e960301f81304812e056ab955e6 Author: Christoph Junghans gentoo org> AuthorDate: Mon Jan 16 00:18:29 2017 +0000 Commit: Christoph Junghans gentoo 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 @@ - - - - - ottxor@gentoo.org - Christoph Junghans - - - sci@gentoo.org - Gentoo Science Project - -