From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca/
Date: Sun, 20 Feb 2022 14:58:27 +0000 (UTC) [thread overview]
Message-ID: <1645368962.55dfd0a05bc6cda092e969ba5c80ae88d9ca2bf8.junghans@gentoo> (raw)
commit: 55dfd0a05bc6cda092e969ba5c80ae88d9ca2bf8
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 14:56:02 2022 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 14:56:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55dfd0a0
sci-chemistry/votca: remove old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
sci-chemistry/votca/Manifest | 1 -
sci-chemistry/votca/votca-2022_rc2.ebuild | 70 -------------------------------
2 files changed, 71 deletions(-)
diff --git a/sci-chemistry/votca/Manifest b/sci-chemistry/votca/Manifest
index 21dca30b58dd..84be7c9f6881 100644
--- a/sci-chemistry/votca/Manifest
+++ b/sci-chemistry/votca/Manifest
@@ -1,2 +1 @@
DIST votca-2022.tar.gz 61688862 BLAKE2B a6a8d1c34e2cd992d032730b2669c9ac5489b988fc334f730eaf1a40b275cc2fad8b24f03419510fe9fee7b0ad0bedf43f9b22b44ca1ae0178b16c9b255da53c SHA512 ea5b7405872a2c0c8d6b4b86148a605b5e83207f1953f0b7393dabbb106ac785c50b45462f6271fbfad04c0246704a92199943acc65eb30d7f1a0a6d6ee4ab83
-DIST votca-2022_rc2.tar.gz 61692061 BLAKE2B 9fdf016267ff6657bfbbd51c79c2c38cb7064635d26e80b905eeeb8326ca1780f7a9c711802491f3ec7a216dbd53b86fe08da2c969a6a10db110168a02ac0d0f SHA512 3bfd108df7499c21ad290955672ab042b9a11b7a868f0eb49fdbd94365e35ed7ffc8b8b44c9b7dd74b7504b8fd30cc6bacfed443068f2bb3702e272aad26c961
diff --git a/sci-chemistry/votca/votca-2022_rc2.ebuild b/sci-chemistry/votca/votca-2022_rc2.ebuild
deleted file mode 100644
index 6a1ae090460b..000000000000
--- a/sci-chemistry/votca/votca-2022_rc2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 cmake
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/votca/votca.git"
-else
- if [[ ${PV} = *_rc[1-9] ]]; then
- MY_PV="${PV%%_rc*}-rc.${PV##*_rc}"
- else
- MY_PV="${PV}"
- fi
- SRC_URI="https://github.com/votca/votca/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux"
- S="${WORKDIR}/votca-${MY_PV}"
-fi
-
-DESCRIPTION="Versatile Object-oriented Toolkit for Coarse-graining Applications"
-HOMEPAGE="https://www.votca.org/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+gromacs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !sci-libs/votca-tools
- !sci-chemistry/votca-csg
- !sci-chemistry/votca-xtp
- app-shells/bash:*
- >=dev-cpp/eigen-3.3
- dev-libs/boost:=
- dev-libs/expat
- sci-libs/fftw:3.0=
- dev-lang/perl
- gromacs? ( sci-chemistry/gromacs:= )
- sci-libs/hdf5[cxx]
- sci-libs/libxc
- sci-libs/libint:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( README.rst NOTICE.rst CHANGELOG.rst )
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_TESTING=$(usex test)
- -DCMAKE_DISABLE_FIND_PACKAGE_GROMACS=$(usex !gromacs)
- -DBUILD_CSGAPPS=ON
- -DINSTALL_RC_FILES=OFF
- -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON
- )
- cmake_src_configure
-}
-
-pkg_postinst() {
- einfo
- einfo "Please read and cite:"
- einfo "VOTCA-XTP, J. Chem. Theo. Comp. 14, 6353 (2018)"
- einfo "https://doi.org/10.1021/acs.jctc.8b00617"
- einfo
- einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
- einfo "https://dx.doi.org/10.1021/ct900369w"
- einfo
-}
next reply other threads:[~2022-02-20 14:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-20 14:58 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-23 20:37 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca/ Sam James
2024-03-24 21:03 Andreas Sturmlechner
2023-12-16 16:17 Arthur Zamarin
2023-05-06 13:36 Pacho Ramos
2022-12-23 16:44 Christoph Junghans
2022-06-13 7:13 Agostino Sarubbo
2022-06-12 12:20 Agostino Sarubbo
2022-02-21 16:18 Christoph Junghans
2022-02-20 14:58 Christoph Junghans
2022-01-16 3:02 Christoph Junghans
2021-12-17 3:08 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=1645368962.55dfd0a05bc6cda092e969ba5c80ae88d9ca2bf8.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