public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <kleiner_otti@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-moo/
Date: Sat,  5 Nov 2011 03:57:11 +0000 (UTC)	[thread overview]
Message-ID: <b286a80be04238e773f8ec9fb38cb77607a380a9.kleiner_otti@gentoo> (raw)

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
+}



                 reply	other threads:[~2011-11-05  3:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b286a80be04238e773f8ec9fb38cb77607a380a9.kleiner_otti@gentoo \
    --to=kleiner_otti@gmx.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox