From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/
Date: Tue, 27 Sep 2016 18:13:49 +0000 (UTC) [thread overview]
Message-ID: <1475000017.551afdbc2b2a72fff0dae392979b7df1c5ed5721.ottxor@gentoo> (raw)
commit: 551afdbc2b2a72fff0dae392979b7df1c5ed5721
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 18:13:02 2016 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 18:13:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551afdbc
sci-chemistry/votca-xtp: initial commit
Package-Manager: portage-2.3.0
sci-chemistry/votca-xtp/Manifest | 2 +
sci-chemistry/votca-xtp/metadata.xml | 15 +++++
sci-chemistry/votca-xtp/votca-xtp-1.4_rc1.ebuild | 71 ++++++++++++++++++++++++
sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 71 ++++++++++++++++++++++++
4 files changed, 159 insertions(+)
diff --git a/sci-chemistry/votca-xtp/Manifest b/sci-chemistry/votca-xtp/Manifest
new file mode 100644
index 00000000..ab1a26b
--- /dev/null
+++ b/sci-chemistry/votca-xtp/Manifest
@@ -0,0 +1,2 @@
+DIST votca-xtp-1.4_rc1.tar.gz 15210079 SHA256 b3c839b0cd372399a9de3e06a2d1aedb926ccde4d2df3b9600bc1470ddb0b7df SHA512 ae8d39471d87ba5caee7fd8f5f5c7562f1d5a2cb0952566e0412a7dd614af746e492d77409746ba1cd92cdc8836b902aa4d78a24f66d54904ee32cc371b7d399 WHIRLPOOL 251df4c041dad352cc2e28fc834b9c0fc1c073b4442ba5760b0df19c7addcc6d34d1ac203c4c002630c75ed24b73d8551045c82bbd1b36e55b694166c31cd32f
+DIST votca-xtp-manual-1.4_rc1.pdf 1064036 SHA256 641a0ee0f95a31f01cf8efccfecf00fea6b353206ded3b06bfd0147c1216df99 SHA512 c877535d09faab51bc023c0e3851327fa2cd5139df6291b764d7207605da339aedd883eaf356b6152532f76d803b408b0264efcabb3ba03dcf6d074028285c46 WHIRLPOOL a4f8f8e8b48a66e73b9ae48e4db0449232b025f6431522c6089b4e09dcc4d72aeeb9bd7c6625b1a00c6210dbbbb59c5d741b3db2c01bb752015e01f32428d772
diff --git a/sci-chemistry/votca-xtp/metadata.xml b/sci-chemistry/votca-xtp/metadata.xml
new file mode 100644
index 00000000..9d258fe
--- /dev/null
+++ b/sci-chemistry/votca-xtp/metadata.xml
@@ -0,0 +1,15 @@
+<?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-chemistry@gentoo.org</email>
+ <name>Gentoo Chemistry Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">votca/xtp</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.4_rc1.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.4_rc1.ebuild
new file mode 100644
index 00000000..d00cbee
--- /dev/null
+++ b/sci-chemistry/votca-xtp/votca-xtp-1.4_rc1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit bash-completion-r1 cmake-utils multilib
+
+IUSE="doc"
+if [ "${PV}" != "9999" ]; then
+ SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ doc? ( https://github.com/${PN/-//}/releases/download/v${PV}/${PN}-manual-${PV}.pdf )"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+ S="${WORKDIR}/${P#votca-}"
+else
+ inherit git-r3
+ EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
+ KEYWORDS=""
+fi
+
+DESCRIPTION="Votca excitation and charge properties module"
+HOMEPAGE="http://www.votca.org"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+ =sci-chemistry/votca-csg-${PV}"
+
+DEPEND="${RDEPEND}
+ doc? (
+ app-doc/doxygen[dot]
+ dev-texlive/texlive-latexextra
+ virtual/latex-base
+ dev-tex/pgf
+ )
+ >=app-text/txt2tags-2.5
+ virtual/pkgconfig"
+
+DOCS=( README NOTICE CHANGELOG.md )
+
+src_configure() {
+ mycmakeargs=(
+ -DLIB=$(get_libdir)
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ if use doc; then
+ if [[ ${PV} = *9999* ]]; then
+ cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" manual
+ newdoc "${S}"/manual/xtp-manual.pdf "${PN}-manual-${PV}.pdf"
+ else
+ dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
+ fi
+ cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html
+ dodoc -r "${CMAKE_BUILD_DIR}"/share/doc/html
+ fi
+}
+
+pkg_postinst() {
+ einfo
+ einfo "Please read and cite:"
+ einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)"
+ einfo "http://dx.doi.org/10.1021/ct200388s"
+ einfo
+}
diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
new file mode 100644
index 00000000..d00cbee
--- /dev/null
+++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit bash-completion-r1 cmake-utils multilib
+
+IUSE="doc"
+if [ "${PV}" != "9999" ]; then
+ SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ doc? ( https://github.com/${PN/-//}/releases/download/v${PV}/${PN}-manual-${PV}.pdf )"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+ S="${WORKDIR}/${P#votca-}"
+else
+ inherit git-r3
+ EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
+ KEYWORDS=""
+fi
+
+DESCRIPTION="Votca excitation and charge properties module"
+HOMEPAGE="http://www.votca.org"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+ =sci-chemistry/votca-csg-${PV}"
+
+DEPEND="${RDEPEND}
+ doc? (
+ app-doc/doxygen[dot]
+ dev-texlive/texlive-latexextra
+ virtual/latex-base
+ dev-tex/pgf
+ )
+ >=app-text/txt2tags-2.5
+ virtual/pkgconfig"
+
+DOCS=( README NOTICE CHANGELOG.md )
+
+src_configure() {
+ mycmakeargs=(
+ -DLIB=$(get_libdir)
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ if use doc; then
+ if [[ ${PV} = *9999* ]]; then
+ cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" manual
+ newdoc "${S}"/manual/xtp-manual.pdf "${PN}-manual-${PV}.pdf"
+ else
+ dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
+ fi
+ cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html
+ dodoc -r "${CMAKE_BUILD_DIR}"/share/doc/html
+ fi
+}
+
+pkg_postinst() {
+ einfo
+ einfo "Please read and cite:"
+ einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)"
+ einfo "http://dx.doi.org/10.1021/ct200388s"
+ einfo
+}
next reply other threads:[~2016-09-27 18:13 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-27 18:13 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-29 21:41 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/ Christoph Junghans
2016-11-14 2:01 Christoph Junghans
2016-12-09 17:25 Christoph Junghans
2016-12-20 14:30 Tobias Klausmann
2017-07-30 10:04 Michał Górny
2017-09-03 13:41 Christoph Junghans
2017-09-03 14:55 Christoph Junghans
2017-09-04 18:06 Christoph Junghans
2018-09-27 17:31 Christoph Junghans
2018-09-27 17:31 Christoph Junghans
2018-09-28 12:37 Christoph Junghans
2018-10-02 12:58 Christoph Junghans
2019-01-31 20:16 Christoph Junghans
2019-05-20 11:03 Mikle Kolyada
2019-11-22 2:26 Christoph Junghans
2020-01-12 21:51 Christoph Junghans
2020-04-02 22:05 Christoph Junghans
2020-04-18 5:01 Christoph Junghans
2020-06-21 15:41 Christoph Junghans
2020-08-22 23:36 Christoph Junghans
2020-12-10 19:26 Christoph Junghans
2021-01-06 15:10 Fabian Groffen
2021-01-13 1:20 Christoph Junghans
2021-01-18 10:14 David Seifert
2021-02-28 18:08 Andreas Sturmlechner
2021-03-14 19:15 Christoph Junghans
2021-03-19 19:46 Christoph Junghans
2021-03-27 16:07 Sam James
2021-03-28 10:02 Agostino Sarubbo
2021-04-05 16:53 Andreas Sturmlechner
2021-07-18 23:24 Christoph Junghans
2021-09-19 15:20 Christoph Junghans
2022-02-20 14:58 Christoph Junghans
2022-02-20 14:58 Christoph Junghans
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=1475000017.551afdbc2b2a72fff0dae392979b7df1c5ed5721.ottxor@gentoo \
--to=ottxor@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