summaryrefslogtreecommitdiff
path: root/sci-libs/coot-data
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-libs/coot-data
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-libs/coot-data')
-rw-r--r--sci-libs/coot-data/Manifest5
-rw-r--r--sci-libs/coot-data/coot-data-3.ebuild31
-rw-r--r--sci-libs/coot-data/metadata.xml8
3 files changed, 44 insertions, 0 deletions
diff --git a/sci-libs/coot-data/Manifest b/sci-libs/coot-data/Manifest
new file mode 100644
index 000000000000..00e0ecdeb9c7
--- /dev/null
+++ b/sci-libs/coot-data/Manifest
@@ -0,0 +1,5 @@
+DIST coot-data-3.tar.gz 6728787 SHA256 44db38506f0f90c097d4855ad81a82a36b49cd1e3ffe7d6ee4728b15109e281a SHA512 7ebe28a619a577b18fc66e714f0bc8347121ebb12f372ac29c1d2d96013e608632921ea26caea3b62744252ae356949de8e04a6513f1a1e0ba30865708c26ffe WHIRLPOOL 59a730017e67687c5d6399252af57f2f97f3197f1b4fd371cf2530f417d1dee7cd6e8792e1a6ce65e619e0b5c2d4c0eaee75ebc822e0c0c9a399e1faeff4d630
+EBUILD coot-data-3.ebuild 879 SHA256 c3bc445429f6ccdc53d869ed5c21cf52cce99b78614ba1615754019e6e426402 SHA512 2d17e550cb072038aa77c63f1b7f5ef55e367da6cb0e0db4990632758b6427ae18b6ede4d4501b390e65fe7178924da86c0185c0ef90396d68b723f520f503e7 WHIRLPOOL acd65d73ce12683cb9b252c155c55fab7af7ae6f578c2e40f14eed5fd106802fd1ab523e70412e092036a420568230980818e7ec109140f1ed8656e88266f169
+MISC ChangeLog 4542 SHA256 6188c63f6045bf66d6e47e03efccb6e1218246f76c5546e4a164d2be883289ef SHA512 c5b28d50358654b33bcc578c5ea227a5569a80631e3cf2edc62f359894d374f18d7f9cd367b0fcba3135d3a04015aafa392b2c9eb53868c8aef67e259f64db7b WHIRLPOOL 01f65826c65c196d90c2df4e82523587546fe738780303fdddfacba540de349ec6aeac7d1b979ff3c54d1fec6e36ebf342bf3b4a70715054eb139002527e0817
+MISC ChangeLog-2015 2288 SHA256 7e9cb24616bcaa249e03588bc710933cfc4e223b3aabf72d195f58daf31aab56 SHA512 b510e912ec5903be3c1677f46208747bcac7f349bcf12eada4c9e12a0322fc28f4708bc3217ec7a6bd106283618768a33923065765ef91ca5f04c2506861efe9 WHIRLPOOL 8744c98bb1de94657f3f2dcca835800da5da39c3f0dfda998bc318f820e483cab150e39dd582a64036b9583cd2bdce0b858899dbbb8226b45e260e19ed7dc4b9
+MISC metadata.xml 271 SHA256 70036ea85140f86ed670bc2791c9de861c4b6164755ee36a2560d1c812ec13f6 SHA512 3e6e6047a29e07123b81279cae1de17bc4bd4c3d7d8a8d26560114a18185f473d038fc220fa81c7213fa203ce197bad8b1c272d9b7e41cd770a953fa6308ff92 WHIRLPOOL 1ccb964819c99258af550a41c6712ba8ebdecbec1c821106de2f22c37b1c981cd4f324856a8014b08bd186bcd2a7fa45a7e772cc15705d1a39016b5229e77269
diff --git a/sci-libs/coot-data/coot-data-3.ebuild b/sci-libs/coot-data/coot-data-3.ebuild
new file mode 100644
index 000000000000..c0ab79993bea
--- /dev/null
+++ b/sci-libs/coot-data/coot-data-3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Data for the Crystallographic Object-Oriented Toolkit"
+HOMEPAGE="https://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/"
+SRC_URI="https://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/dependencies/reference-structures.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RESTRICT="binchecks strip"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto /usr/share/coot
+ doins -r reference-structures
+
+ # Coot looks in the wrong spot for the monomer library
+ # Listens to ccp4's CCP4_LIB rather than CLIBD_MON
+ cat >> "${T}"/coot <<- EOF
+ COOT_REFMAC_LIB_DIR="${EPREFIX}/usr/share/"
+ COOT_REF_STRUCTS="${EPREFIX}/usr/share/coot/reference-structures/"
+ EOF
+
+ newenvd "${T}"/coot 20coot
+}
diff --git a/sci-libs/coot-data/metadata.xml b/sci-libs/coot-data/metadata.xml
new file mode 100644
index 000000000000..8937bad0b175
--- /dev/null
+++ b/sci-libs/coot-data/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>