Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-moo/
Date: Thu, 27 Sep 2018 17:31:38
Message-Id: 1538069472.3f0c5d5b80cb4e56737710bf20421252bd69bae3.junghans@gentoo
1 commit: 3f0c5d5b80cb4e56737710bf20421252bd69bae3
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 17:30:35 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 17:31:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0c5d5b
7
8 sci-libs/votca-moo: is now part of votca-ctp
9
10 sci-libs/votca-moo/metadata.xml | 15 ------------
11 sci-libs/votca-moo/votca-moo-9999.ebuild | 41 --------------------------------
12 2 files changed, 56 deletions(-)
13
14 diff --git a/sci-libs/votca-moo/metadata.xml b/sci-libs/votca-moo/metadata.xml
15 deleted file mode 100644
16 index 25ad85ea753..00000000000
17 --- a/sci-libs/votca-moo/metadata.xml
18 +++ /dev/null
19 @@ -1,15 +0,0 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 -<pkgmetadata>
23 - <maintainer type="person">
24 - <email>junghans@g.o</email>
25 - <name>Christoph Junghans</name>
26 - </maintainer>
27 - <maintainer type="project">
28 - <email>sci-chemistry@g.o</email>
29 - <name>Gentoo Chemistry Project</name>
30 - </maintainer>
31 - <upstream>
32 - <remote-id type="github">votca/moo</remote-id>
33 - </upstream>
34 -</pkgmetadata>
35
36 diff --git a/sci-libs/votca-moo/votca-moo-9999.ebuild b/sci-libs/votca-moo/votca-moo-9999.ebuild
37 deleted file mode 100644
38 index 01f3524290d..00000000000
39 --- a/sci-libs/votca-moo/votca-moo-9999.ebuild
40 +++ /dev/null
41 @@ -1,41 +0,0 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -
45 -EAPI=6
46 -
47 -CMAKE_MAKEFILE_GENERATOR="ninja"
48 -
49 -inherit cmake-utils multilib
50 -
51 -if [ "${PV}" != "9999" ]; then
52 - SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
54 - S="${WORKDIR}/${P#votca-}"
55 -else
56 - inherit git-r3
57 - EGIT_REPO_URI="https://github.com/${PN/-//}.git"
58 - KEYWORDS=""
59 -fi
60 -
61 -DESCRIPTION="Votca Molecular orbital library"
62 -HOMEPAGE="http://www.votca.org"
63 -
64 -LICENSE="Apache-2.0"
65 -SLOT="0"
66 -IUSE=""
67 -
68 -RDEPEND="
69 - dev-libs/boost:=
70 - =sci-libs/votca-tools-${PV}[sqlite]
71 - dev-db/sqlite:3"
72 -
73 -DEPEND="${RDEPEND}"
74 -
75 -DOCS=( NOTICE README )
76 -
77 -src_configure() {
78 - mycmakeargs=(
79 - -DLIB=$(get_libdir)
80 - )
81 - cmake-utils_src_configure
82 -}