public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-tools/
Date: Sun, 20 Feb 2022 14:58:27 +0000 (UTC)	[thread overview]
Message-ID: <1645368874.ab44c2d1c93a2c148ac1a5171005fa76bcbec2a5.junghans@gentoo> (raw)

commit:     ab44c2d1c93a2c148ac1a5171005fa76bcbec2a5
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 14:54:34 2022 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 14:54:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab44c2d1

sci-libs/votca-tools: git version moved to sci-chemistry/votca

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

 sci-libs/votca-tools/votca-tools-9999.ebuild | 45 ----------------------------
 1 file changed, 45 deletions(-)

diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
deleted file mode 100644
index 184243331d2d..000000000000
--- a/sci-libs/votca-tools/votca-tools-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == *9999 ]]; then
-	EGIT_REPO_URI="https://github.com/${PN/-//}.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux"
-	S="${WORKDIR}/${P#votca-}"
-fi
-
-DESCRIPTION="Votca tools library"
-HOMEPAGE="https://www.votca.org/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-cpp/eigen-3.3
-	dev-libs/boost:=
-	dev-libs/expat
-	sci-libs/fftw:3.0=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-DOCS=( NOTICE README.rst CHANGELOG.rst )
-
-src_configure() {
-	local mycmakeargs=(
-		-DINSTALL_RC_FILES=OFF
-		-DENABLE_TESTING=$(usex test)
-		-DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2022-02-20 14:58 UTC|newest]

Thread overview: 39+ 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 --
2022-03-30 19:43 [gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-tools/ Andreas Sturmlechner
2022-02-20 14:58 Christoph Junghans
2021-09-19 15:20 Christoph Junghans
2021-07-18 23:24 Christoph Junghans
2021-04-05 16:53 Andreas Sturmlechner
2021-03-28 10:02 Agostino Sarubbo
2021-03-27 16:07 Sam James
2021-03-19 19:46 Christoph Junghans
2021-03-15 15:06 Christoph Junghans
2021-03-14 19:15 Christoph Junghans
2021-02-28 18:08 Andreas Sturmlechner
2021-02-18  8:39 Sam James
2021-02-18  8:35 Sam James
2021-02-15  0:32 Sam James
2021-01-13  1:20 Christoph Junghans
2021-01-06 15:17 Fabian Groffen
2020-12-10 19:26 Christoph Junghans
2020-08-22 23:36 Christoph Junghans
2020-06-21 15:41 Christoph Junghans
2020-04-18  5:01 Christoph Junghans
2019-11-22  2:26 Christoph Junghans
2019-05-20 11:03 Mikle Kolyada
2019-01-31 20:16 Christoph Junghans
2018-09-28 12:37 Christoph Junghans
2018-06-25 19:50 Christoph Junghans
2017-09-03 13:41 Christoph Junghans
2017-07-30 10:04 Michał Górny
2017-01-02 14:42 Christoph Junghans
2016-12-20 14:30 Tobias Klausmann
2016-11-24  5:04 Christoph Junghans
2016-11-14  2:01 Christoph Junghans
2016-10-29 21:41 Christoph Junghans
2016-09-27 18:13 Christoph Junghans
2016-08-19 21:59 Christoph Junghans
2016-07-14 17:30 Christoph Junghans
2016-01-22 18:51 Michael Palimaka
2016-01-15 22:30 Christoph Junghans
2015-09-24  5:20 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=1645368874.ab44c2d1c93a2c148ac1a5171005fa76bcbec2a5.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