summaryrefslogtreecommitdiff
path: root/sci-libs/votca-moo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-30 11:19:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-30 11:19:18 +0100
commit62f67115b5c46134c34f88f4b1cbdacc19384c0a (patch)
tree0a76b14de203a4c23040e5665e39df8de9867745 /sci-libs/votca-moo
parent265dbe5dbc14c199299496c6db8fce3f76647015 (diff)
gentoo resync : 30.09.2018
Diffstat (limited to 'sci-libs/votca-moo')
-rw-r--r--sci-libs/votca-moo/Manifest2
-rw-r--r--sci-libs/votca-moo/metadata.xml15
-rw-r--r--sci-libs/votca-moo/votca-moo-9999.ebuild41
3 files changed, 0 insertions, 58 deletions
diff --git a/sci-libs/votca-moo/Manifest b/sci-libs/votca-moo/Manifest
deleted file mode 100644
index dfd8e916ce9f..000000000000
--- a/sci-libs/votca-moo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD votca-moo-9999.ebuild 786 BLAKE2B f7262e13d0629770db41a8ba9f3607a9ae71b95fe630304c8d999134db363f77899b220789ce345a845bc35dc2b8eb0be7898cd0a40d9663d884b2179e217fac SHA512 0501489fbb54a8f0255f1807331bdbf7e3c9204fff3f86a106f11de6a6da2414eeb54f454bea0d3380056399b82d348f015905bd7f001bd094fa64cfde39a5e4
-MISC metadata.xml 453 BLAKE2B 025bc4b4f989741fc506f96b76a9867a4321b8e2048170635b9e56cc9df19e221a5a63e64b76d3c29db56bc74f40289829fdca930b26b2c71bf67ec72d349d23 SHA512 722f67b77da520a0f536dd16a9904abcd33db73d28f0538507cce8dbc2eed38298021428105ab647d792393d2c01d54dd12fe31bfc0a2356abe99da169cb923b
diff --git a/sci-libs/votca-moo/metadata.xml b/sci-libs/votca-moo/metadata.xml
deleted file mode 100644
index 25ad85ea7535..000000000000
--- a/sci-libs/votca-moo/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>junghans@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">votca/moo</remote-id>
- </upstream>
-</pkgmetadata>
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 01f3524290df..000000000000
--- 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
-}