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

commit:     242c08206dd5776d55c3d7b6dea9a79ec8e7e98b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 09:57:31 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=242c0820

sci-libs/clipper: Version Bump

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

 sci-libs/clipper/Manifest                    |  1 +
 sci-libs/clipper/clipper-2.1.20140911.ebuild | 57 ++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/sci-libs/clipper/Manifest b/sci-libs/clipper/Manifest
index 94373a7..f0a7970 100644
--- a/sci-libs/clipper/Manifest
+++ b/sci-libs/clipper/Manifest
@@ -1 +1,2 @@
 DIST clipper-2.1-100511-ac.tar.gz 993754 SHA256 00d470af423c015022934d5a12fde36c86d5729227f41e1139d7c6513368b7aa SHA512 a4e7d49e55a49813cf640c9384a5630352a5bbda773334681aff87a2a8f70d2eaedda5715b3546231747b49d76c58c2a3afe6010cf156c63d62b1b9500c0c802 WHIRLPOOL e0a8377702c573d39f4f62d8f5e214676f6c323f24d39c1bfdca81b574cf26f12f7444f21c92b53fad38e8cedb14a9befaf65131b5b6055ace28d8b217ed564c
+DIST clipper-2.1.20140911.tar.gz 1922753 SHA256 ced2b2f3a9480805bd111f454742a7152b21212d9749fd5e8fb11e40ecbcd9cf SHA512 1306bd68d40ea6a7d828f58ce276d6f5d05637af8712eeec3528cf0e4b637263b8ab068ec132765fc4167723bf1d43cbb9ffe0eca43dea3742ec273f34947912 WHIRLPOOL cc867a96b8e4a7229a51131292f18db2e5a2398569734347f671078853e5b4a6470e426cbd5c8f49d38a65497270c08118ecf409bc0509bbca98c4df15fc0bc7

diff --git a/sci-libs/clipper/clipper-2.1.20140911.ebuild b/sci-libs/clipper/clipper-2.1.20140911.ebuild
new file mode 100644
index 0000000..ee35ee1
--- /dev/null
+++ b/sci-libs/clipper/clipper-2.1.20140911.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+#AUTOTOOLS_AUTORECONF=true
+
+FORTRAN_NEEDED=fortran
+
+inherit autotools-utils eutils fortran-2 flag-o-matic
+
+#MY_PV=${PV/_p/-}
+#MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Object-oriented libraries for crystallographic data and crystallographic computation"
+HOMEPAGE="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html"
+SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="fortran static-libs test"
+
+RDEPEND="
+	sci-libs/libccp4
+	sci-libs/fftw:2.1
+	sci-libs/mmdb:2"
+DEPEND="${RDEPEND}
+	test? ( app-shells/tcsh )"
+
+src_configure() {
+	# Recommended on ccp4bb/coot ML to fix crashes when calculating maps
+	# on 64-bit systems
+	append-flags -fno-strict-aliasing
+
+	local myeconfargs=(
+#		--enable-cctbx
+		--enable-ccp4
+		--enable-cif
+		--enable-cns
+		--enable-contrib
+		--enable-minimol
+		--enable-mmdb
+		--enable-phs
+		$(use_enable fortran)
+		)
+	autotools-utils_src_configure
+}
+
+src_test() {
+	emake -C "${AUTOTOOLS_BUILD_DIR}"/examples check
+	cd "${AUTOTOOLS_BUILD_DIR}"/examples || die
+	cp "${S}"/examples/{test.csh,*mtz} . || die
+	sed -e '/mtzdump/d' -i test.csh || die
+	PATH="${AUTOTOOLS_BUILD_DIR}/examples:${PATH}" csh test.csh || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/clipper/
@ 2015-10-26  8:08 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2015-10-26  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     01048dcfbe5d2ca363229f2bd18cb233a4acb600
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 08:04:59 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 08:05:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01048dcf

sci-libs/clipper: Add ~ppc keyword

Package-Manager: portage-2.2.20.1

 sci-libs/clipper/clipper-2.1.20140911.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/clipper/clipper-2.1.20140911.ebuild b/sci-libs/clipper/clipper-2.1.20140911.ebuild
index ee35ee1..2fbb6cf 100644
--- a/sci-libs/clipper/clipper-2.1.20140911.ebuild
+++ b/sci-libs/clipper/clipper-2.1.20140911.ebuild
@@ -19,7 +19,7 @@ SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="fortran static-libs test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/clipper/
@ 2016-09-14 20:37 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2016-09-14 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     60f24d005e5b18ece03fcac0576023bded6354f6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 20:36:13 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 20:36:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f24d00

sci-libs/clipper: Allow for compiling with GCC 6

Gentoo-bug: 585540
* EAPI=6

Package-Manager: portage-2.3.0

 sci-libs/clipper/Manifest                       |  1 +
 sci-libs/clipper/clipper-2.1.20140911-r1.ebuild | 64 +++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/sci-libs/clipper/Manifest b/sci-libs/clipper/Manifest
index 5c2c008..12a1331 100644
--- a/sci-libs/clipper/Manifest
+++ b/sci-libs/clipper/Manifest
@@ -1 +1,2 @@
 DIST clipper-2.1.20140911.tar.gz 1922753 SHA256 ced2b2f3a9480805bd111f454742a7152b21212d9749fd5e8fb11e40ecbcd9cf SHA512 1306bd68d40ea6a7d828f58ce276d6f5d05637af8712eeec3528cf0e4b637263b8ab068ec132765fc4167723bf1d43cbb9ffe0eca43dea3742ec273f34947912 WHIRLPOOL cc867a96b8e4a7229a51131292f18db2e5a2398569734347f671078853e5b4a6470e426cbd5c8f49d38a65497270c08118ecf409bc0509bbca98c4df15fc0bc7
+DIST clipper-2.1.20140911_p20160914-fix-c++14.patch.bz2 10551 SHA256 88418a09ce28b8db003a2e561737fc7c29c2d800cc38e57bdeb5bad4d4f5fac4 SHA512 b18a059eb1bfaec18d1f6f104639001074d92b73768ab6ef412828fc21d891d93d15cd50cd41fca1187f4b4f90399e20bf3e6290af695c6bffbff2c85ca028eb WHIRLPOOL af027f9f0b5bed72bfa0875d4d6b7cd532ccc012d820fe14ba55b42b032a5a8c8738faf2f6c71266ea1e86669c5c004c65db374b8a0a04e99be7725a54f8420c

diff --git a/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild b/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild
new file mode 100644
index 00000000..7ad50cc
--- /dev/null
+++ b/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+
+inherit flag-o-matic fortran-2
+
+DESCRIPTION="Object-oriented libraries for crystallographic data and computation"
+HOMEPAGE="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html"
+SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz
+	https://dev.gentoo.org/~soap/distfiles/${PN}-2.1.20140911_p20160914-fix-c++14.patch.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="fortran static-libs test"
+
+RDEPEND="
+	sci-libs/libccp4
+	sci-libs/fftw:2.1
+	sci-libs/mmdb:2"
+DEPEND="${RDEPEND}
+	test? ( app-shells/tcsh )"
+
+PATCHES=(
+	# fix building with GCC 6, #585540
+	"${WORKDIR}/${PN}-2.1.20140911_p20160914-fix-c++14.patch"
+)
+
+src_configure() {
+	# Recommended on ccp4bb/coot ML to fix crashes when calculating maps
+	# on 64-bit systems
+	append-flags -fno-strict-aliasing
+
+	econf \
+		--enable-shared \
+		$(use_enable static-libs static) \
+		$(use_enable fortran) \
+		--enable-ccp4 \
+		--enable-cif \
+		--enable-cns \
+		--enable-contrib \
+		--enable-minimol \
+		--enable-mmdb \
+		--enable-phs
+#		--enable-cctbx
+}
+
+src_test() {
+	emake -C examples check
+	cd examples || die
+	sed -e '/mtzdump/d' -i test.csh || die
+	PATH="${S}/examples:${PATH}" csh test.csh || die
+}
+
+src_install() {
+	default
+
+	# package provides .pc files
+	find "${D}" -name '*.la' -delete || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/clipper/
@ 2016-09-14 20:37 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2016-09-14 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     805b25b9d0c17d360150a82f92df7891add8dfc9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 20:36:59 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 20:36:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805b25b9

sci-libs/clipper: Remove old ebuild

Package-Manager: portage-2.3.0

 sci-libs/clipper/clipper-2.1.20140911.ebuild | 57 ----------------------------
 1 file changed, 57 deletions(-)

diff --git a/sci-libs/clipper/clipper-2.1.20140911.ebuild b/sci-libs/clipper/clipper-2.1.20140911.ebuild
deleted file mode 100644
index 2fbb6cf..00000000
--- a/sci-libs/clipper/clipper-2.1.20140911.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-#AUTOTOOLS_AUTORECONF=true
-
-FORTRAN_NEEDED=fortran
-
-inherit autotools-utils eutils fortran-2 flag-o-matic
-
-#MY_PV=${PV/_p/-}
-#MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Object-oriented libraries for crystallographic data and crystallographic computation"
-HOMEPAGE="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html"
-SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="fortran static-libs test"
-
-RDEPEND="
-	sci-libs/libccp4
-	sci-libs/fftw:2.1
-	sci-libs/mmdb:2"
-DEPEND="${RDEPEND}
-	test? ( app-shells/tcsh )"
-
-src_configure() {
-	# Recommended on ccp4bb/coot ML to fix crashes when calculating maps
-	# on 64-bit systems
-	append-flags -fno-strict-aliasing
-
-	local myeconfargs=(
-#		--enable-cctbx
-		--enable-ccp4
-		--enable-cif
-		--enable-cns
-		--enable-contrib
-		--enable-minimol
-		--enable-mmdb
-		--enable-phs
-		$(use_enable fortran)
-		)
-	autotools-utils_src_configure
-}
-
-src_test() {
-	emake -C "${AUTOTOOLS_BUILD_DIR}"/examples check
-	cd "${AUTOTOOLS_BUILD_DIR}"/examples || die
-	cp "${S}"/examples/{test.csh,*mtz} . || die
-	sed -e '/mtzdump/d' -i test.csh || die
-	PATH="${AUTOTOOLS_BUILD_DIR}/examples:${PATH}" csh test.csh || die
-}


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

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

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

sci-libs/clipper: Remove

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

 sci-libs/clipper/Manifest                       |  2 -
 sci-libs/clipper/clipper-2.1.20140911-r1.ebuild | 63 -------------------------
 sci-libs/clipper/metadata.xml                   |  8 ----
 3 files changed, 73 deletions(-)

diff --git a/sci-libs/clipper/Manifest b/sci-libs/clipper/Manifest
deleted file mode 100644
index f61dcd63945..00000000000
--- a/sci-libs/clipper/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST clipper-2.1.20140911.tar.gz 1922753 BLAKE2B 0bf0b98a2ea52b40adf2ff648f69943e5a511d3f948c51372a3e427a6ece93537bd57aa6c7824cd9fee398ef314028ae7ac47a69bf6e48ec0000cf5e163a110a SHA512 1306bd68d40ea6a7d828f58ce276d6f5d05637af8712eeec3528cf0e4b637263b8ab068ec132765fc4167723bf1d43cbb9ffe0eca43dea3742ec273f34947912
-DIST clipper-2.1.20140911_p20160914-fix-c++14.patch.bz2 10551 BLAKE2B 9db14dce9f98de766acc1b552dd66ef47966b8ad581848cf2968b20edbbcda8e69b52a71e302457fc8dd653a88167c3cc818e6dcb5a9e128d76e1f80fb2d9771 SHA512 b18a059eb1bfaec18d1f6f104639001074d92b73768ab6ef412828fc21d891d93d15cd50cd41fca1187f4b4f90399e20bf3e6290af695c6bffbff2c85ca028eb

diff --git a/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild b/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild
deleted file mode 100644
index 249ac435d41..00000000000
--- a/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-FORTRAN_NEEDED=fortran
-
-inherit flag-o-matic fortran-2
-
-DESCRIPTION="Object-oriented libraries for crystallographic data and computation"
-HOMEPAGE="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html"
-SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz
-	https://dev.gentoo.org/~soap/distfiles/${PN}-2.1.20140911_p20160914-fix-c++14.patch.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="fortran static-libs test"
-
-RDEPEND="
-	sci-libs/libccp4
-	sci-libs/fftw:2.1
-	sci-libs/mmdb:2"
-DEPEND="${RDEPEND}
-	test? ( app-shells/tcsh )"
-
-PATCHES=(
-	# fix building with GCC 6, #585540
-	"${WORKDIR}/${PN}-2.1.20140911_p20160914-fix-c++14.patch"
-)
-
-src_configure() {
-	# Recommended on ccp4bb/coot ML to fix crashes when calculating maps
-	# on 64-bit systems
-	append-flags -fno-strict-aliasing
-
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(use_enable fortran) \
-		--enable-ccp4 \
-		--enable-cif \
-		--enable-cns \
-		--enable-contrib \
-		--enable-minimol \
-		--enable-mmdb \
-		--enable-phs
-#		--enable-cctbx
-}
-
-src_test() {
-	emake -C examples check
-	cd examples || die
-	sed -e '/mtzdump/d' -i test.csh || die
-	PATH="${S}/examples:${PATH}" csh test.csh || die
-}
-
-src_install() {
-	default
-
-	# package provides .pc files
-	find "${D}" -name '*.la' -delete || die
-}

diff --git a/sci-libs/clipper/metadata.xml b/sci-libs/clipper/metadata.xml
deleted file mode 100644
index 8937bad0b17..00000000000
--- a/sci-libs/clipper/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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-10  4:07 [gentoo-commits] repo/gentoo:master commit in: sci-libs/clipper/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2016-09-14 20:37 David Seifert
2016-09-14 20:37 David Seifert
2015-10-26  8:08 Mikle Kolyada
2015-09-15 14:03 Justin Lecher

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