summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mongochem/Manifest1
-rw-r--r--sci-chemistry/mongochem/metadata.xml11
-rw-r--r--sci-chemistry/mongochem/mongochem-0.7.0-r1.ebuild28
3 files changed, 0 insertions, 40 deletions
diff --git a/sci-chemistry/mongochem/Manifest b/sci-chemistry/mongochem/Manifest
deleted file mode 100644
index 480c14f5f8a7..000000000000
--- a/sci-chemistry/mongochem/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mongochem-0.7.0.tar.gz 448002 SHA256 a93f53e8d945f2e3b97efac8187cfaeae0a7e491265cd65d66d25e34577cf883 SHA512 076f79c9dbed372cc760c972d5529fc3a10ea23ba2a58bf1034b736c5394a9283223562c0d6d14a135cdf87786a222991ca613765484d5a36c31f65c2ccccb05 WHIRLPOOL 4b044e00e44b1333e3faec04e15eaf46e7b17eecd4c155099fc5f06dc9c62bde70adc8bb8a9793df9b305efc89f5e44bdea77eeaac1da3554c002cba117fe8c1
diff --git a/sci-chemistry/mongochem/metadata.xml b/sci-chemistry/mongochem/metadata.xml
deleted file mode 100644
index dfefa021fbc3..000000000000
--- a/sci-chemistry/mongochem/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">OpenChemistry/mongochem</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/mongochem/mongochem-0.7.0-r1.ebuild b/sci-chemistry/mongochem/mongochem-0.7.0-r1.ebuild
deleted file mode 100644
index ad698d3c74d7..000000000000
--- a/sci-chemistry/mongochem/mongochem-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils vcs-snapshot
-
-DESCRIPTION="Application for managing large collections of chemical data"
-HOMEPAGE="http://www.openchemistry.org/"
-#SRC_URI="http://openchemistry.org/files/v0.5/${P}.tar.gz"
-SRC_URI="https://github.com/OpenChemistry/mongochem/archive/df36ebce92024dd4fd1c70eb37eb84e4c51120ff.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost[threads]
- dev-libs/mongo-cxx-driver
- sci-libs/avogadrolibs[qt4]
- sci-libs/chemkit
- sci-libs/vtk[qt4,rendering]
- sci-chemistry/molequeue
-"
-DEPEND="${RDEPEND}"