diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-chemistry/mongochem | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-chemistry/mongochem')
-rw-r--r-- | sci-chemistry/mongochem/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/mongochem/metadata.xml | 11 | ||||
-rw-r--r-- | sci-chemistry/mongochem/mongochem-0.7.0.ebuild | 29 |
3 files changed, 41 insertions, 0 deletions
diff --git a/sci-chemistry/mongochem/Manifest b/sci-chemistry/mongochem/Manifest new file mode 100644 index 00000000000..480c14f5f8a --- /dev/null +++ b/sci-chemistry/mongochem/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000000..411a151f03a --- /dev/null +++ b/sci-chemistry/mongochem/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-chemistry</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">OpenChemistry/mongochem</remote-id> + </upstream> +</pkgmetadata> diff --git a/sci-chemistry/mongochem/mongochem-0.7.0.ebuild b/sci-chemistry/mongochem/mongochem-0.7.0.ebuild new file mode 100644 index 00000000000..5e6b2b64269 --- /dev/null +++ b/sci-chemistry/mongochem/mongochem-0.7.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}" |