public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-moo/
@ 2011-11-05  3:57 Christoph Junghans
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2011-11-05  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b286a80be04238e773f8ec9fb38cb77607a380a9
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 03:15:23 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sat Nov  5 03:15:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b286a80b

initial commit

(Portage version: 2.2.0_alpha72/git/Linux i686, signed Manifest commit with key C2000586)

---
 sci-chemistry/votca-moo/ChangeLog             |   10 ++++++
 sci-chemistry/votca-moo/metadata.xml          |   12 +++++++
 sci-chemistry/votca-moo/votca-moo-9999.ebuild |   41 +++++++++++++++++++++++++
 3 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/votca-moo/ChangeLog b/sci-chemistry/votca-moo/ChangeLog
new file mode 100644
index 0000000..5b851a2
--- /dev/null
+++ b/sci-chemistry/votca-moo/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/votca-moo
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*votca-moo-9999 (05 Nov 2011)
+
+  05 Nov 2011; Christoph Junghans <ottxor@gentoo.org> +votca-moo-9999.ebuild,
+  +metadata.xml:
+  initial commit
+

diff --git a/sci-chemistry/votca-moo/metadata.xml b/sci-chemistry/votca-moo/metadata.xml
new file mode 100644
index 0000000..378b412
--- /dev/null
+++ b/sci-chemistry/votca-moo/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci-chemistry</herd>
+	<maintainer>
+		<email>ottxor@gentoo.org</email>
+		<name>Christoph Junghans</name>
+	</maintainer>
+	<use>
+		<flag name='system-boost'>Use system boost (<pkg>dev-libs/boost</pkg>) instead of bundled one</flag>
+	</use>
+</pkgmetadata>

diff --git a/sci-chemistry/votca-moo/votca-moo-9999.ebuild b/sci-chemistry/votca-moo/votca-moo-9999.ebuild
new file mode 100644
index 0000000..5b73407
--- /dev/null
+++ b/sci-chemistry/votca-moo/votca-moo-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils multilib
+
+IUSE="+system-boost"
+if [ "${PV}" != "9999" ]; then
+	SRC_URI="http://votca-ctp.googlecode.com/files/${PF}.tar.gz"
+	RESTRICT="primaryuri"
+else
+	SRC_URI=""
+	inherit mercurial
+	EHG_REPO_URI="https://moo.votca-ctp.googlecode.com/hg"
+	EHG_REVISION="default"
+	S="${WORKDIR}/${EHG_REPO_URI##*/}"
+fi
+
+DESCRIPTION="Votca molecular orbital overlap code"
+HOMEPAGE="http://www.votca.org"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+RDEPEND="=sci-libs/votca-tools-${PV}[system-boost=]"
+
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
+
+DOCS=( README NOTICE )
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use system-boost EXTERNAL_BOOST)
+		-DLIB=$(get_libdir)
+	)
+	cmake-utils_src_configure
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-05  3:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-05  3:57 [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-moo/ Christoph Junghans

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