From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/
Date: Mon, 13 Jan 2020 01:45:57 +0000 (UTC) [thread overview]
Message-ID: <1578879950.bfce6ac47f7b46a3d89a73b9a24c196713914d83.junghans@gentoo> (raw)
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
-}
next reply other threads:[~2020-01-13 1:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-13 1:45 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-02 22:36 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/ 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
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=1578879950.bfce6ac47f7b46a3d89a73b9a24c196713914d83.junghans@gentoo \
--to=junghans@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