Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
Date: Mon, 04 Sep 2017 18:06:17
Message-Id: 1504548362.b19ea785a85d9c3bc7be4f2f666a0f2b7a5c3dd1.junghans@gentoo
1 commit: b19ea785a85d9c3bc7be4f2f666a0f2b7a5c3dd1
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 4 18:05:49 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 4 18:06:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19ea785
7
8 sci-chemistry/votca-ctp: add ref
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 8 ++++++++
13 1 file changed, 8 insertions(+)
14
15 diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
16 index cd06c690cdf..ba7ad052c5a 100644
17 --- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
18 +++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
19 @@ -40,3 +40,11 @@ src_configure() {
20 )
21 cmake-utils_src_configure
22 }
23 +
24 +pkg_postinst() {
25 + einfo
26 + einfo "Please read and cite:"
27 + einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)"
28 + einfo "https://dx.doi.org/10.1021/ct200388s"
29 + einfo
30 +}