commit:     a86a3662128efb1988ac24e3212c907dd72bbf97
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 12:54:20 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 14:03:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86a3662

sci-libs/monomer-db: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/monomer-db/Manifest               |  1 +
 sci-libs/monomer-db/monomer-db-5.41.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sci-libs/monomer-db/Manifest b/sci-libs/monomer-db/Manifest
index b49bd81..c548b96 100644
--- a/sci-libs/monomer-db/Manifest
+++ b/sci-libs/monomer-db/Manifest
@@ -1 +1,2 @@
 DIST monomer-db-0.090729.tar.gz 3129184 SHA256 
55898355c57be44c7117f91d03fbaa6be116137e49ba236b80b13eec62876d4b SHA512 
75e3af0eb9e77473210729b04597f6f7d30f88963c329e2f9fed0b68e6f2c9da5eb8d7a6a65ad119945fab14155ca5ad78e7fcf29b8d921f2b233318dd4d1605
 WHIRLPOOL 
c96355f85d5d613b4b18418dcb21462b95eab64ed15722501b57773db591179bfc5731481d84ce123973abc6308c71859b6a2aa7180190b12934ba46f82769e4
+DIST refmac_dictionary_v5.41.tar.gz 28087020 SHA256 
8cb5ffeb6ae844f76284ee23db4ca0c2455f5f5553e6d60e6a0b6ed558940953 SHA512 
4e694c63fb783d998ce30a65f8cd4111a13a9dcb6e45bd29ed4e7ad87d58a11e8004205ab7e108bb52723834bddfaaca1e7d9d7336e17f4d2ea38093cfd1be7c
 WHIRLPOOL 
665a65113aecb392f2b18b34972e824f5e6dd967ce331bbb3099f93a559aff11fd67137b0412f0cd6c3fa0549e66304492efabde2cd7a82d509a28e163ca6754

diff --git a/sci-libs/monomer-db/monomer-db-5.41.ebuild 
b/sci-libs/monomer-db/monomer-db-5.41.ebuild
new file mode 100644
index 0000000..ab8106c
--- /dev/null
+++ b/sci-libs/monomer-db/monomer-db-5.41.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="refmac_dictionary"
+
+DESCRIPTION="Monomer library used for macromolecular structure building and 
refinement"
+HOMEPAGE="http://www2.mrc-lmb.cam.ac.uk/groups/murshudov/";
+SRC_URI="http://www2.mrc-lmb.cam.ac.uk/groups/murshudov/content/refmac/Dictionary/${MY_PN}_v${PV}.tar.gz";
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RESTRICT="binchecks strip"
+
+S="${WORKDIR}"/monomers
+
+src_install() {
+       insinto /usr/share/data/monomers/
+       for i in {a..z} {0..9} *list *.cif *.txt *table *pdb; do
+               einfo "Installing ${i}** ..."
+               doins -r ${i}
+       done
+       dodoc *.txt
+}

Reply via email to