From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/avogadro-libs/
Date: Wed, 24 Jul 2013 09:17:31 +0000 (UTC) [thread overview]
Message-ID: <1374644223.ec9f7c9b39f4c7643ffc71933aa6cb563275dbcd.jlec@gentoo> (raw)
commit: ec9f7c9b39f4c7643ffc71933aa6cb563275dbcd
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 13:38:48 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 05:37:03 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ec9f7c9b
sci-libs/avogadro-libs: New addition written by me
Package-Manager: portage-2.2.0_alpha188
---
sci-libs/avogadro-libs/ChangeLog | 10 ++++++
sci-libs/avogadro-libs/avogadro-libs-0.6.0.ebuild | 41 +++++++++++++++++++++++
sci-libs/avogadro-libs/metadata.xml | 11 ++++++
3 files changed, 62 insertions(+)
diff --git a/sci-libs/avogadro-libs/ChangeLog b/sci-libs/avogadro-libs/ChangeLog
new file mode 100644
index 0000000..6afd3fb
--- /dev/null
+++ b/sci-libs/avogadro-libs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/avogadro-libs
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*avogadro-libs-0.6.0 (23 Jul 2013)
+
+ 23 Jul 2013; Justin Lecher <jlec@gentoo.org> +avogadro-libs-0.6.0.ebuild,
+ +metadata.xml:
+ New addition written by me
+
diff --git a/sci-libs/avogadro-libs/avogadro-libs-0.6.0.ebuild b/sci-libs/avogadro-libs/avogadro-libs-0.6.0.ebuild
new file mode 100644
index 0000000..a6bdff2
--- /dev/null
+++ b/sci-libs/avogadro-libs/avogadro-libs-0.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils versionator
+
+MY_PN="${PN/-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Advanced molecule editor and visualizer 2"
+HOMEPAGE="http://www.openchemistry.org/"
+SRC_URI="http://openchemistry.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc opengl qt4 test vtk"
+
+RDEPEND="
+ sci-chemistry/molequeue
+ sci-libs/chemkit
+ "
+DEPEND="${RDEPEND}
+"
+
+S="${WORKDIR}"/${MY_P}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_STATIC_PLUGINS=OFF
+ -DUSE_PROTOCALL=OFF
+ $(cmake-utils_use_build doc DOCUMENTATION)
+ $(cmake-utils_use_use opengl OPENGL)
+ $(cmake-utils_use_enable test TESTING)
+ $(cmake-utils_use_use qt4 QT)
+ $(cmake-utils_use_use vtk VTK)
+ )
+ cmake-utils_src_configure
+}
diff --git a/sci-libs/avogadro-libs/metadata.xml b/sci-libs/avogadro-libs/metadata.xml
new file mode 100644
index 0000000..dbe5682
--- /dev/null
+++ b/sci-libs/avogadro-libs/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-chemistry</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+ <use>
+ <flag name="vtk">include vtk support</flag>
+ </use>
+</pkgmetadata>
next reply other threads:[~2013-07-24 9:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-24 9:17 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-01-18 7:38 [gentoo-commits] proj/sci:master commit in: sci-libs/avogadro-libs/ Justin Lecher
2014-01-18 7:39 Justin Lecher
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=1374644223.ec9f7c9b39f4c7643ffc71933aa6cb563275dbcd.jlec@gentoo \
--to=jlec@gentoo.org \
--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