From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE44C138335 for ; Thu, 27 Sep 2018 17:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91918E0901; Thu, 27 Sep 2018 17:31:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6762EE0901 for ; Thu, 27 Sep 2018 17:31:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68216335C7F for ; Thu, 27 Sep 2018 17:31:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A11B53FA for ; Thu, 27 Sep 2018 17:31:28 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1538069472.3f0c5d5b80cb4e56737710bf20421252bd69bae3.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-moo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/votca-moo/metadata.xml sci-libs/votca-moo/votca-moo-9999.ebuild X-VCS-Directories: sci-libs/votca-moo/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 3f0c5d5b80cb4e56737710bf20421252bd69bae3 X-VCS-Branch: master Date: Thu, 27 Sep 2018 17:31:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 17e1d4f8-375c-46af-8a5d-19df67feed94 X-Archives-Hash: fec10a4f8dcf9d3a12cbac68e2456f50 commit: 3f0c5d5b80cb4e56737710bf20421252bd69bae3 Author: Christoph Junghans gentoo org> AuthorDate: Thu Sep 27 17:30:35 2018 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Sep 27 17:31:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0c5d5b sci-libs/votca-moo: is now part of votca-ctp sci-libs/votca-moo/metadata.xml | 15 ------------ sci-libs/votca-moo/votca-moo-9999.ebuild | 41 -------------------------------- 2 files changed, 56 deletions(-) diff --git a/sci-libs/votca-moo/metadata.xml b/sci-libs/votca-moo/metadata.xml deleted file mode 100644 index 25ad85ea753..00000000000 --- a/sci-libs/votca-moo/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - junghans@gentoo.org - Christoph Junghans - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - - votca/moo - - diff --git a/sci-libs/votca-moo/votca-moo-9999.ebuild b/sci-libs/votca-moo/votca-moo-9999.ebuild deleted file mode 100644 index 01f3524290d..00000000000 --- a/sci-libs/votca-moo/votca-moo-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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 - -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 Molecular orbital library" -HOMEPAGE="http://www.votca.org" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:= - =sci-libs/votca-tools-${PV}[sqlite] - dev-db/sqlite:3" - -DEPEND="${RDEPEND}" - -DOCS=( NOTICE README ) - -src_configure() { - mycmakeargs=( - -DLIB=$(get_libdir) - ) - cmake-utils_src_configure -}