public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2017-09-03 14:55 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2017-09-03 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2dab70fd2251694510671e61828ad03de768cd42
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 14:38:57 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 14:54:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dab70fd

sci-chemistry/votca-ctp: initial commit

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-chemistry/votca-ctp/metadata.xml          | 15 ++++++++++
 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 42 +++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/sci-chemistry/votca-ctp/metadata.xml b/sci-chemistry/votca-ctp/metadata.xml
new file mode 100644
index 00000000000..7b7ecf65468
--- /dev/null
+++ b/sci-chemistry/votca-ctp/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>junghans@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/ctp</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
new file mode 100644
index 00000000000..cd06c690cdf
--- /dev/null
+++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils multilib
+
+IUSE=""
+if [ "${PV}" != "9999" ]; then
+	SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+	S="${WORKDIR}/${P#votca-}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/${PN/-//}.git"
+	KEYWORDS=""
+fi
+
+DESCRIPTION="Votca charge transport module"
+HOMEPAGE="http://www.votca.org"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+	=sci-libs/votca-tools-${PV}[sqlite]
+	=sci-libs/votca-moo-${PV}
+	=sci-chemistry/votca-csg-${PV}"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DOCS=( README NOTICE CHANGELOG.md )
+
+src_configure() {
+	mycmakeargs=(
+		-DLIB=$(get_libdir)
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2017-09-04 18:06 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2017-09-04 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b19ea785a85d9c3bc7be4f2f666a0f2b7a5c3dd1
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 18:05:49 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 18:06:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19ea785

sci-chemistry/votca-ctp: add ref

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
index cd06c690cdf..ba7ad052c5a 100644
--- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
+++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
@@ -40,3 +40,11 @@ src_configure() {
 	)
 	cmake-utils_src_configure
 }
+
+pkg_postinst() {
+	einfo
+	einfo "Please read and cite:"
+	einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)"
+	einfo "https://dx.doi.org/10.1021/ct200388s"
+	einfo
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2018-09-27 17:31 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2018-09-27 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c218c683d93f5011e24dd4564adcb12dfed85c09
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 17:29:47 2018 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 17:31:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c218c683

sci-chemistry/votca-ctp: votca-moo is now part of votca-ctp

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
index ba7ad052c5a..4b3b81ccaa0 100644
--- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
+++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,9 +25,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 
 RDEPEND="
-	=sci-libs/votca-tools-${PV}[sqlite]
-	=sci-libs/votca-moo-${PV}
-	=sci-chemistry/votca-csg-${PV}"
+	~sci-libs/votca-tools-${PV}[sqlite]
+	~sci-chemistry/votca-csg-${PV}"
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2018-09-28 12:37 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2018-09-28 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     3e5d9f5dc350f23af9bbc522fd6e0c24814c9095
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 12:27:59 2018 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 12:37:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5d9f5d

sci-chemistry/votca-ctp: fixed deps

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
index 4b3b81ccaa0..4e400a2318b 100644
--- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
+++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
@@ -26,19 +26,14 @@ SLOT="0"
 
 RDEPEND="
 	~sci-libs/votca-tools-${PV}[sqlite]
+	>=dev-cpp/eigen-3.3
+	sci-libs/gsl
 	~sci-chemistry/votca-csg-${PV}"
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-DOCS=( README NOTICE CHANGELOG.md )
-
-src_configure() {
-	mycmakeargs=(
-		-DLIB=$(get_libdir)
-	)
-	cmake-utils_src_configure
-}
+DOCS=( README.md NOTICE CHANGELOG.md )
 
 pkg_postinst() {
 	einfo


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2019-01-31 20:16 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2019-01-31 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e7249adcf0d036b82685cb11898e5ad86f314dc1
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 20:07:28 2019 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 20:15:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7249adc

sci-chemistry/votca-ctp: version bump

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sci-chemistry/votca-ctp/Manifest                   |  2 ++
 ...{votca-ctp-9999.ebuild => votca-ctp-1.5.ebuild} | 33 ++++++++++++++++++++--
 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild      | 33 ++++++++++++++++++++--
 3 files changed, 62 insertions(+), 6 deletions(-)

diff --git a/sci-chemistry/votca-ctp/Manifest b/sci-chemistry/votca-ctp/Manifest
new file mode 100644
index 00000000000..f527423449b
--- /dev/null
+++ b/sci-chemistry/votca-ctp/Manifest
@@ -0,0 +1,2 @@
+DIST votca-ctp-1.5.tar.gz 1345419 BLAKE2B 148846b9118cabfa541eb4fe0129e366d0c447e2daf969833beb5df91ca7b43f0262c5845303ccf05ed8d3f9e2c2a5e0f876ec97c2601419ed04a28d56640494 SHA512 bc4dbddcefb473015a6513f44f4fddd5995a8598f82505e81b3c50ae771e64e8c979f39a347ab2deb55054e7efffad28b5ff3f73d2c1b8905bcaf6f007ff2959
+DIST votca-ctp-manual-1.5.pdf 970539 BLAKE2B 8646215a4c2cd7be6d4c03820f00b8067e15c27f51fb6678540026cff1af0e28dffa528423ad47a4047a8f84fc1078d503a56a4a235e004735f0276ec1a6a33e SHA512 a315c1b4b37461f4f0d30ead1fec2ca33ff23d81c9d5e4d888ef7d7dd722f68f9596826f828f8a76841d6dde6889f623b73d9fe0f8a6c5a7cec1c16a83cf9030

diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild
similarity index 56%
copy from sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
copy to sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild
index 4e400a2318b..892997f7af3 100644
--- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
+++ b/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,9 +7,10 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils multilib
 
-IUSE=""
+IUSE="doc"
 if [ "${PV}" != "9999" ]; then
-	SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	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
@@ -33,8 +34,34 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
+if [ "${PV}" != "9999" ]; then
+	DEPEND="${DEPEND}
+	doc? (
+		app-doc/doxygen[dot]
+		dev-texlive/texlive-latexextra
+		virtual/latex-base
+		dev-tex/pgf
+	)"
+fi
+
 DOCS=( README.md NOTICE CHANGELOG.md )
 
+src_configure() {
+	[[ ${PV} = *9999* ]] && mycmakeargs=(
+		-DBUILD_XTP_MANUAL=$(usex doc)
+	)
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+	if use doc; then
+		[[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
+		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:"

diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
index 4e400a2318b..892997f7af3 100644
--- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
+++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,9 +7,10 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils multilib
 
-IUSE=""
+IUSE="doc"
 if [ "${PV}" != "9999" ]; then
-	SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	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
@@ -33,8 +34,34 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
+if [ "${PV}" != "9999" ]; then
+	DEPEND="${DEPEND}
+	doc? (
+		app-doc/doxygen[dot]
+		dev-texlive/texlive-latexextra
+		virtual/latex-base
+		dev-tex/pgf
+	)"
+fi
+
 DOCS=( README.md NOTICE CHANGELOG.md )
 
+src_configure() {
+	[[ ${PV} = *9999* ]] && mycmakeargs=(
+		-DBUILD_XTP_MANUAL=$(usex doc)
+	)
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+	if use doc; then
+		[[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
+		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:"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2019-11-22  2:26 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2019-11-22  2:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bf152faadabd64cc4ccf97fddd8a197f1dbf949d
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 23:40:02 2019 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 02:26:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf152faa

sci-chemistry/votca-ctp: Version bump

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sci-chemistry/votca-ctp/Manifest               |  2 +
 sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild | 71 ++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/sci-chemistry/votca-ctp/Manifest b/sci-chemistry/votca-ctp/Manifest
index f527423449b..9c5c7ef28f0 100644
--- a/sci-chemistry/votca-ctp/Manifest
+++ b/sci-chemistry/votca-ctp/Manifest
@@ -1,2 +1,4 @@
+DIST votca-ctp-1.5.1.tar.gz 1345994 BLAKE2B 6e927c5d57abfff335412bdac085c9dd81696503310e58a89bf2207b07f9d9900d11d20176a11fbde6d6cdfa97f50faa5e877889e35201ad9ed5dd93dbc158cb SHA512 686d7193cdd6a763197dd4f332554c9c6c2022c539191d0a243e70450aa2a4c7048fff3c06636aee09525516fb3717fe49934d5daf2dfcdcbc08be416cc4b6c0
 DIST votca-ctp-1.5.tar.gz 1345419 BLAKE2B 148846b9118cabfa541eb4fe0129e366d0c447e2daf969833beb5df91ca7b43f0262c5845303ccf05ed8d3f9e2c2a5e0f876ec97c2601419ed04a28d56640494 SHA512 bc4dbddcefb473015a6513f44f4fddd5995a8598f82505e81b3c50ae771e64e8c979f39a347ab2deb55054e7efffad28b5ff3f73d2c1b8905bcaf6f007ff2959
+DIST votca-ctp-manual-1.5.1.pdf 948647 BLAKE2B 4afec48d0e6bb29dc86d4d22fce74a8d2197d6b7a1ed35a5b09af84c5bbc0fc49b91e045c85e5b5ab79beb5a7de1db78a15e395a1a5faf4c11cc1b58c1ffca97 SHA512 b4ae79b2da0037cc325fdff3b0fd8d142d6bfdad5bc11991cee314f40f105bcdcb1189d17679a84eb37da7a9bb686d0c5ee57c7796a0c6b787b70d53222dbc17
 DIST votca-ctp-manual-1.5.pdf 970539 BLAKE2B 8646215a4c2cd7be6d4c03820f00b8067e15c27f51fb6678540026cff1af0e28dffa528423ad47a4047a8f84fc1078d503a56a4a235e004735f0276ec1a6a33e SHA512 a315c1b4b37461f4f0d30ead1fec2ca33ff23d81c9d5e4d888ef7d7dd722f68f9596826f828f8a76841d6dde6889f623b73d9fe0f8a6c5a7cec1c16a83cf9030

diff --git a/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild b/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild
new file mode 100644
index 00000000000..892997f7af3
--- /dev/null
+++ b/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit 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="https://github.com/${PN/-//}.git"
+	KEYWORDS=""
+fi
+
+DESCRIPTION="Votca charge transport module"
+HOMEPAGE="http://www.votca.org"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+	~sci-libs/votca-tools-${PV}[sqlite]
+	>=dev-cpp/eigen-3.3
+	sci-libs/gsl
+	~sci-chemistry/votca-csg-${PV}"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+if [ "${PV}" != "9999" ]; then
+	DEPEND="${DEPEND}
+	doc? (
+		app-doc/doxygen[dot]
+		dev-texlive/texlive-latexextra
+		virtual/latex-base
+		dev-tex/pgf
+	)"
+fi
+
+DOCS=( README.md NOTICE CHANGELOG.md )
+
+src_configure() {
+	[[ ${PV} = *9999* ]] && mycmakeargs=(
+		-DBUILD_XTP_MANUAL=$(usex doc)
+	)
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+	if use doc; then
+		[[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
+		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 "https://dx.doi.org/10.1021/ct200388s"
+	einfo
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2020-01-13  1:45 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2020-01-13  1:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bfce6ac47f7b46a3d89a73b9a24c196713914d83
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 01:44:51 2020 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 01:45:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfce6ac4

sci-chemistry/votca-ctp: live ebuild removal due missing deps

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 71 ---------------------------
 1 file changed, 71 deletions(-)

diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
deleted file mode 100644
index 892997f7af3..00000000000
--- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit 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="https://github.com/${PN/-//}.git"
-	KEYWORDS=""
-fi
-
-DESCRIPTION="Votca charge transport module"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
-	~sci-libs/votca-tools-${PV}[sqlite]
-	>=dev-cpp/eigen-3.3
-	sci-libs/gsl
-	~sci-chemistry/votca-csg-${PV}"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-if [ "${PV}" != "9999" ]; then
-	DEPEND="${DEPEND}
-	doc? (
-		app-doc/doxygen[dot]
-		dev-texlive/texlive-latexextra
-		virtual/latex-base
-		dev-tex/pgf
-	)"
-fi
-
-DOCS=( README.md NOTICE CHANGELOG.md )
-
-src_configure() {
-	[[ ${PV} = *9999* ]] && mycmakeargs=(
-		-DBUILD_XTP_MANUAL=$(usex doc)
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	if use doc; then
-		[[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
-		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 "https://dx.doi.org/10.1021/ct200388s"
-	einfo
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2021-01-06 15:10 Fabian Groffen
  0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen @ 2021-01-06 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0ecc7d88e937df9432c669debcd0ebb177b22f97
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 15:10:38 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 15:10:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecc7d88

sci-chemistry/votca-ctp: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild | 4 ++--
 sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild b/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild
index 892997f7af3..e21caf21790 100644
--- a/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild
+++ b/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 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"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux"
 	S="${WORKDIR}/${P#votca-}"
 else
 	inherit git-r3

diff --git a/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild b/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild
index 892997f7af3..e21caf21790 100644
--- a/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild
+++ b/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 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"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux"
 	S="${WORKDIR}/${P#votca-}"
 else
 	inherit git-r3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2021-01-18 10:14 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2021-01-18 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3595e29a9245019ce95348a943b8b3067f3ae626
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Jan 18 10:14:14 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 10:14:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3595e29a

sci-chemistry/votca-ctp: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-chemistry/votca-ctp/Manifest             |  2 -
 sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild | 71 ----------------------------
 2 files changed, 73 deletions(-)

diff --git a/sci-chemistry/votca-ctp/Manifest b/sci-chemistry/votca-ctp/Manifest
index 9c5c7ef28f0..edb30790279 100644
--- a/sci-chemistry/votca-ctp/Manifest
+++ b/sci-chemistry/votca-ctp/Manifest
@@ -1,4 +1,2 @@
 DIST votca-ctp-1.5.1.tar.gz 1345994 BLAKE2B 6e927c5d57abfff335412bdac085c9dd81696503310e58a89bf2207b07f9d9900d11d20176a11fbde6d6cdfa97f50faa5e877889e35201ad9ed5dd93dbc158cb SHA512 686d7193cdd6a763197dd4f332554c9c6c2022c539191d0a243e70450aa2a4c7048fff3c06636aee09525516fb3717fe49934d5daf2dfcdcbc08be416cc4b6c0
-DIST votca-ctp-1.5.tar.gz 1345419 BLAKE2B 148846b9118cabfa541eb4fe0129e366d0c447e2daf969833beb5df91ca7b43f0262c5845303ccf05ed8d3f9e2c2a5e0f876ec97c2601419ed04a28d56640494 SHA512 bc4dbddcefb473015a6513f44f4fddd5995a8598f82505e81b3c50ae771e64e8c979f39a347ab2deb55054e7efffad28b5ff3f73d2c1b8905bcaf6f007ff2959
 DIST votca-ctp-manual-1.5.1.pdf 948647 BLAKE2B 4afec48d0e6bb29dc86d4d22fce74a8d2197d6b7a1ed35a5b09af84c5bbc0fc49b91e045c85e5b5ab79beb5a7de1db78a15e395a1a5faf4c11cc1b58c1ffca97 SHA512 b4ae79b2da0037cc325fdff3b0fd8d142d6bfdad5bc11991cee314f40f105bcdcb1189d17679a84eb37da7a9bb686d0c5ee57c7796a0c6b787b70d53222dbc17
-DIST votca-ctp-manual-1.5.pdf 970539 BLAKE2B 8646215a4c2cd7be6d4c03820f00b8067e15c27f51fb6678540026cff1af0e28dffa528423ad47a4047a8f84fc1078d503a56a4a235e004735f0276ec1a6a33e SHA512 a315c1b4b37461f4f0d30ead1fec2ca33ff23d81c9d5e4d888ef7d7dd722f68f9596826f828f8a76841d6dde6889f623b73d9fe0f8a6c5a7cec1c16a83cf9030

diff --git a/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild b/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild
deleted file mode 100644
index e21caf21790..00000000000
--- a/sci-chemistry/votca-ctp/votca-ctp-1.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit 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"
-	S="${WORKDIR}/${P#votca-}"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN/-//}.git"
-	KEYWORDS=""
-fi
-
-DESCRIPTION="Votca charge transport module"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
-	~sci-libs/votca-tools-${PV}[sqlite]
-	>=dev-cpp/eigen-3.3
-	sci-libs/gsl
-	~sci-chemistry/votca-csg-${PV}"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-if [ "${PV}" != "9999" ]; then
-	DEPEND="${DEPEND}
-	doc? (
-		app-doc/doxygen[dot]
-		dev-texlive/texlive-latexextra
-		virtual/latex-base
-		dev-tex/pgf
-	)"
-fi
-
-DOCS=( README.md NOTICE CHANGELOG.md )
-
-src_configure() {
-	[[ ${PV} = *9999* ]] && mycmakeargs=(
-		-DBUILD_XTP_MANUAL=$(usex doc)
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	if use doc; then
-		[[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
-		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 "https://dx.doi.org/10.1021/ct200388s"
-	einfo
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
@ 2021-06-02 22:36 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-06-02 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2999f67a5b172d770142c6b659c4dbfe60c2f984
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 21:26:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 21:50:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2999f67a

sci-chemistry/votca-ctp: subscribe to sci-libs/gsl subslot

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../votca-ctp/{votca-ctp-1.5.1.ebuild => votca-ctp-1.5.1-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild b/sci-chemistry/votca-ctp/votca-ctp-1.5.1-r1.ebuild
similarity index 98%
rename from sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild
rename to sci-chemistry/votca-ctp/votca-ctp-1.5.1-r1.ebuild
index 779c83919b3..ace4787f199 100644
--- a/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild
+++ b/sci-chemistry/votca-ctp/votca-ctp-1.5.1-r1.ebuild
@@ -27,7 +27,7 @@ SLOT="0"
 RDEPEND="
 	~sci-libs/votca-tools-${PV}[sqlite]
 	>=dev-cpp/eigen-3.3
-	sci-libs/gsl
+	sci-libs/gsl:=
 	~sci-chemistry/votca-csg-${PV}"
 
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-06-02 22:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-13  1:45 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2021-06-02 22:36 Sam James
2021-01-18 10:14 David Seifert
2021-01-06 15:10 Fabian Groffen
2019-11-22  2:26 Christoph Junghans
2019-01-31 20:16 Christoph Junghans
2018-09-28 12:37 Christoph Junghans
2018-09-27 17:31 Christoph Junghans
2017-09-04 18:06 Christoph Junghans
2017-09-03 14:55 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox