Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coot-data/
Date: Sat, 10 Aug 2019 04:07:30
Message-Id: 1565409941.c5919e73bf4dccbca47ca60793c56070ac68061c.mattst88@gentoo
1 commit: c5919e73bf4dccbca47ca60793c56070ac68061c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 04:03:59 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 04:05:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5919e73
7
8 sci-libs/coot-data: Remove
9
10 Closes: https://bugs.gentoo.org/639760
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 sci-libs/coot-data/Manifest | 1 -
14 sci-libs/coot-data/coot-data-3.ebuild | 31 -------------------------------
15 sci-libs/coot-data/metadata.xml | 8 --------
16 3 files changed, 40 deletions(-)
17
18 diff --git a/sci-libs/coot-data/Manifest b/sci-libs/coot-data/Manifest
19 deleted file mode 100644
20 index 0c3733c7165..00000000000
21 --- a/sci-libs/coot-data/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST coot-data-3.tar.gz 6728787 BLAKE2B 0238ac1fe5364e637f009a4e8e2cb0fc512815ebfe5c9fdc2767f42f4f177028dfd782ed2a388adb2c4ef71a99ec46973de062a541f6677e0a8f21d08cac8175 SHA512 7ebe28a619a577b18fc66e714f0bc8347121ebb12f372ac29c1d2d96013e608632921ea26caea3b62744252ae356949de8e04a6513f1a1e0ba30865708c26ffe
25
26 diff --git a/sci-libs/coot-data/coot-data-3.ebuild b/sci-libs/coot-data/coot-data-3.ebuild
27 deleted file mode 100644
28 index c0ab79993be..00000000000
29 --- a/sci-libs/coot-data/coot-data-3.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="Data for the Crystallographic Object-Oriented Toolkit"
38 -HOMEPAGE="https://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/"
39 -SRC_URI="https://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/dependencies/reference-structures.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
44 -IUSE=""
45 -
46 -RESTRICT="binchecks strip"
47 -
48 -S="${WORKDIR}"
49 -
50 -src_install() {
51 - insinto /usr/share/coot
52 - doins -r reference-structures
53 -
54 - # Coot looks in the wrong spot for the monomer library
55 - # Listens to ccp4's CCP4_LIB rather than CLIBD_MON
56 - cat >> "${T}"/coot <<- EOF
57 - COOT_REFMAC_LIB_DIR="${EPREFIX}/usr/share/"
58 - COOT_REF_STRUCTS="${EPREFIX}/usr/share/coot/reference-structures/"
59 - EOF
60 -
61 - newenvd "${T}"/coot 20coot
62 -}
63
64 diff --git a/sci-libs/coot-data/metadata.xml b/sci-libs/coot-data/metadata.xml
65 deleted file mode 100644
66 index 8937bad0b17..00000000000
67 --- a/sci-libs/coot-data/metadata.xml
68 +++ /dev/null
69 @@ -1,8 +0,0 @@
70 -<?xml version="1.0" encoding="UTF-8"?>
71 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 -<pkgmetadata>
73 - <maintainer type="project">
74 - <email>sci-chemistry@g.o</email>
75 - <name>Gentoo Chemistry Project</name>
76 - </maintainer>
77 -</pkgmetadata>