blob: de918f885e98733a1c5fb289b0f2603778a6557e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mongochem/mongochem-0.7.0.ebuild,v 1.1 2014/02/03 12:14:00 jlec Exp $
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-db/mongodb[sharedclient]
dev-libs/boost[threads]
sci-libs/avogadrolibs[qt4]
sci-libs/chemkit
sci-libs/vtk[qt4,rendering]
sci-chemistry/molequeue
"
DEPEND="${RDEPEND}"
|