public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/coot-data/
@ 2015-09-15 14:03 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-09-15 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b97ee0036c701fa502d36019420335b345345fa1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 13:41:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 14:03:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97ee003

sci-libs/coot-data: Version Bump

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

 sci-libs/coot-data/Manifest           |  1 +
 sci-libs/coot-data/coot-data-3.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/sci-libs/coot-data/Manifest b/sci-libs/coot-data/Manifest
index b07cf5e..482a750 100644
--- a/sci-libs/coot-data/Manifest
+++ b/sci-libs/coot-data/Manifest
@@ -1 +1,2 @@
+DIST coot-data-3.tar.gz 6728787 SHA256 44db38506f0f90c097d4855ad81a82a36b49cd1e3ffe7d6ee4728b15109e281a SHA512 7ebe28a619a577b18fc66e714f0bc8347121ebb12f372ac29c1d2d96013e608632921ea26caea3b62744252ae356949de8e04a6513f1a1e0ba30865708c26ffe WHIRLPOOL 59a730017e67687c5d6399252af57f2f97f3197f1b4fd371cf2530f417d1dee7cd6e8792e1a6ce65e619e0b5c2d4c0eaee75ebc822e0c0c9a399e1faeff4d630
 DIST reference-structures-2.tar.gz 6728787 SHA256 44db38506f0f90c097d4855ad81a82a36b49cd1e3ffe7d6ee4728b15109e281a SHA512 7ebe28a619a577b18fc66e714f0bc8347121ebb12f372ac29c1d2d96013e608632921ea26caea3b62744252ae356949de8e04a6513f1a1e0ba30865708c26ffe WHIRLPOOL 59a730017e67687c5d6399252af57f2f97f3197f1b4fd371cf2530f417d1dee7cd6e8792e1a6ce65e619e0b5c2d4c0eaee75ebc822e0c0c9a399e1faeff4d630

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 0000000..b4c2d59
--- /dev/null
+++ b/sci-libs/coot-data/coot-data-3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Data for the Crystallographic Object-Oriented Toolkit"
+HOMEPAGE="http://www.biop.ox.ac.uk/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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/coot-data/
@ 2017-01-02 11:02 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2017-01-02 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6364e77843259c0852c162b11cf4a5f82bd766c2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 10:59:39 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 11:02:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6364e778

sci-libs/coot-data: Update HOMEPAGE & Bump EAPI

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/coot-data/coot-data-3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/coot-data/coot-data-3.ebuild b/sci-libs/coot-data/coot-data-3.ebuild
index b4c2d59..8919512 100644
--- a/sci-libs/coot-data/coot-data-3.ebuild
+++ b/sci-libs/coot-data/coot-data-3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Data for the Crystallographic Object-Oriented Toolkit"
-HOMEPAGE="http://www.biop.ox.ac.uk/coot/"
+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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/coot-data/
@ 2019-08-10  4:07 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2019-08-10  4:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c5919e73bf4dccbca47ca60793c56070ac68061c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 04:03:59 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 04:05:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5919e73

sci-libs/coot-data: Remove

Closes: https://bugs.gentoo.org/639760
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sci-libs/coot-data/Manifest           |  1 -
 sci-libs/coot-data/coot-data-3.ebuild | 31 -------------------------------
 sci-libs/coot-data/metadata.xml       |  8 --------
 3 files changed, 40 deletions(-)

diff --git a/sci-libs/coot-data/Manifest b/sci-libs/coot-data/Manifest
deleted file mode 100644
index 0c3733c7165..00000000000
--- a/sci-libs/coot-data/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST coot-data-3.tar.gz 6728787 BLAKE2B 0238ac1fe5364e637f009a4e8e2cb0fc512815ebfe5c9fdc2767f42f4f177028dfd782ed2a388adb2c4ef71a99ec46973de062a541f6677e0a8f21d08cac8175 SHA512 7ebe28a619a577b18fc66e714f0bc8347121ebb12f372ac29c1d2d96013e608632921ea26caea3b62744252ae356949de8e04a6513f1a1e0ba30865708c26ffe

diff --git a/sci-libs/coot-data/coot-data-3.ebuild b/sci-libs/coot-data/coot-data-3.ebuild
deleted file mode 100644
index c0ab79993be..00000000000
--- a/sci-libs/coot-data/coot-data-3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
deleted file mode 100644
index 8937bad0b17..00000000000
--- a/sci-libs/coot-data/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-10  4:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 14:03 [gentoo-commits] repo/gentoo:master commit in: sci-libs/coot-data/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2017-01-02 11:02 Justin Lecher
2019-08-10  4:07 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox