public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sys-cluster/libquo/
@ 2015-01-07 16:07 Christoph Junghans
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans @ 2015-01-07 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b9f89f4e5edbab8d478a28bceecc57f88fbf47a5
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  7 16:07:19 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Jan  7 16:07:19 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b9f89f4e

added live version

Package-Manager: portage-2.2.14

---
 sys-cluster/libquo/ChangeLog          |  9 +++++++++
 sys-cluster/libquo/libquo-9999.ebuild | 35 +++++++++++++++++++++++++++++++++++
 sys-cluster/libquo/metadata.xml       |  9 +++++++++
 3 files changed, 53 insertions(+)

diff --git a/sys-cluster/libquo/ChangeLog b/sys-cluster/libquo/ChangeLog
new file mode 100644
index 0000000..fa1654a
--- /dev/null
+++ b/sys-cluster/libquo/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-cluster/libquo
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libquo-9999 (07 Jan 2015)
+
+  07 Jan 2015; Christoph Junghans <ottxor@gentoo.org> +libquo-9999.ebuild,
+  +metadata.xml:
+  added live version

diff --git a/sys-cluster/libquo/libquo-9999.ebuild b/sys-cluster/libquo/libquo-9999.ebuild
new file mode 100644
index 0000000..ad2adff
--- /dev/null
+++ b/sys-cluster/libquo/libquo-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/libquo-1.2.2.ebuild,v 1.1 2015/01/06 21:56:20 ottxor Exp $
+
+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
new file mode 100644
index 0000000..119d0fd
--- /dev/null
+++ b/sys-cluster/libquo/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>ottxor@gentoo.org</email>
+		<name>Christoph Junghans</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/libquo/
@ 2017-01-16  0:18 Christoph Junghans
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans @ 2017-01-16  0:18 UTC (permalink / raw
  To: gentoo-commits

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>ottxor@gentoo.org</email>
-		<name>Christoph Junghans</name>
-	</maintainer>
-<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-16  0:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16  0:18 [gentoo-commits] proj/sci:master commit in: sys-cluster/libquo/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2015-01-07 16:07 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox