public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/
Date: Mon, 28 Dec 2015 14:50:25 +0000 (UTC)	[thread overview]
Message-ID: <1451314223.3d4af0d6673e91a75d509342740f60e5c227520f.jlec@gentoo> (raw)

commit:     3d4af0d6673e91a75d509342740f60e5c227520f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 14:03:56 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 14:50:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4af0d6

sci-libs/avogadrolibs: Version Bump

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/avogadrolibs/Manifest                  |  1 +
 sci-libs/avogadrolibs/avogadrolibs-0.8.0.ebuild | 56 +++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/sci-libs/avogadrolibs/Manifest b/sci-libs/avogadrolibs/Manifest
index b8ef93d..1e91026 100644
--- a/sci-libs/avogadrolibs/Manifest
+++ b/sci-libs/avogadrolibs/Manifest
@@ -1 +1,2 @@
 DIST avogadrolibs-0.7.2.tar.gz 637001 SHA256 217eb5d62082bbaacefe8ad3c8c8ddbbd41931d306038774f761c0155aeccc76 SHA512 a796af1ab3eb77eb2e5484e9e9cb9d7cf68759c9afbd48ddeb237513583e2c207c7c70b2e87b37843886fc737410456ee451e8fe5a21707bdc01fdf600d4cbb8 WHIRLPOOL 81f0d1949c0a93b9efd1f47f276929b01ca761a5875015be3feafb493be3629b0b8e00c0ba930e1ca73b79fc621a67f7e2ab41ae5e4fc10dddd18449238d933f
+DIST avogadrolibs-0.8.0.tar.bz2 619784 SHA256 0f9a39e3469c4b4622a55ceeace3565c5f7f4df13fdadb73aa1f7d9bba43856c SHA512 edcd220e7c05962543b3cdd61faacb838060a69acb61677150256e2e8f36cad513f58a5071b6ef20510aa4aa6699e517c57d70017d8f1b57936c7f87c9da21c7 WHIRLPOOL 87ea3436af93ec860e90bdbe1b7c24408dae69e17755300f526a03b4e5d0f76217d0d3b695e917c5bf315758b4e2d3ee0c1511734d13e58251ade1d63709949b

diff --git a/sci-libs/avogadrolibs/avogadrolibs-0.8.0.ebuild b/sci-libs/avogadrolibs/avogadrolibs-0.8.0.ebuild
new file mode 100644
index 0000000..2472a69
--- /dev/null
+++ b/sci-libs/avogadrolibs/avogadrolibs-0.8.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Advanced molecule editor and visualizer 2 - libraries"
+HOMEPAGE="http://www.openchemistry.org/"
+SRC_URI="mirror://sourceforge/project/avogadro/avogadro2/${PV}/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="BSD GPL-2+"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc opengl qt5 static-plugins test vtk"
+
+REQUIRED_USE="qt5? ( opengl )"
+
+RDEPEND="
+	>=sci-chemistry/molequeue-0.7
+	sci-libs/chemkit
+	sci-libs/hdf5:=
+	opengl? (
+		dev-qt/qtopengl:5
+		media-libs/glew
+		)
+	qt5? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtnetwork:5
+		dev-qt/qtwebkit:5
+		dev-qt/qtwidgets:5
+		)
+	vtk? ( sci-libs/vtk )
+"
+DEPEND="${DEPEND}
+	dev-cpp/eigen:3
+	test? ( dev-cpp/gtest )"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.7.2-6464.patch )
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_PROTOCALL=OFF
+		-DBUILD_GPL_PLUGINS=ON
+		-DUSE_MOLEQUEUE=ON
+		$(cmake-utils_use_build doc DOCUMENTATION)
+		$(cmake-utils_use_use opengl OPENGL)
+		$(cmake-utils_use_use qt5 QT)
+		$(cmake-utils_use_build static-plugins STATIC_PLUGINS)
+		$(cmake-utils_use_enable test TESTING)
+		$(cmake-utils_use_use vtk VTK)
+		)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2015-12-28 14:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28 14:50 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-25  0:37 [gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/ Andreas Sturmlechner
2017-03-25  0:55 Andreas Sturmlechner
2017-03-25  1:16 Andreas Sturmlechner
2018-01-14  9:43 Andreas Sturmlechner
2018-04-07 20:49 Andreas Sturmlechner
2018-04-10 20:09 Andreas Sturmlechner
2018-04-10 20:36 Andreas Sturmlechner
2020-06-29 15:51 Andreas K. Hüttel
2020-06-29 16:30 Andreas K. Hüttel
2021-10-12  7:04 Sam James
2022-03-01 12:29 David Seifert
2022-03-01 13:54 David Seifert
2022-09-07  9:55 Andrew Ammerlaan

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=1451314223.3d4af0d6673e91a75d509342740f60e5c227520f.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