From 62f67115b5c46134c34f88f4b1cbdacc19384c0a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Sep 2018 11:19:18 +0100 Subject: gentoo resync : 30.09.2018 --- sci-libs/votca-moo/Manifest | 2 -- sci-libs/votca-moo/metadata.xml | 15 ------------ sci-libs/votca-moo/votca-moo-9999.ebuild | 41 -------------------------------- 3 files changed, 58 deletions(-) delete mode 100644 sci-libs/votca-moo/Manifest delete mode 100644 sci-libs/votca-moo/metadata.xml delete mode 100644 sci-libs/votca-moo/votca-moo-9999.ebuild (limited to 'sci-libs/votca-moo') 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 @@ - - - - - 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 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 -} -- cgit v1.2.3