From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84B6B138202 for ; Sun, 13 Oct 2013 19:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BE28E06CC; Sun, 13 Oct 2013 19:02:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C63C9E09DE for ; Sun, 13 Oct 2013 19:02:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B86C033EF03 for ; Sun, 13 Oct 2013 19:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 73420E5462 for ; Sun, 13 Oct 2013 19:02:15 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1381690835.42ac830e8d7d15b1cd44658a510e82fa03dc3ced.jlec@gentoo> Subject: [gentoo-commits] proj/sci:ccp4-640 commit in: sci-libs/clipper/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/clipper/ChangeLog sci-libs/clipper/clipper-2.1_p20130528.ebuild X-VCS-Directories: sci-libs/clipper/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 42ac830e8d7d15b1cd44658a510e82fa03dc3ced X-VCS-Branch: ccp4-640 Date: Sun, 13 Oct 2013 19:02:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1947d981-98e9-4f52-9a28-4559f5150900 X-Archives-Hash: f585decd5ca8fd85cfa8adcf42fbd889 commit: 42ac830e8d7d15b1cd44658a510e82fa03dc3ced Author: Justin Lecher gentoo org> AuthorDate: Sun Oct 13 19:00:35 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Oct 13 19:00:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=42ac830e sci-libs/clipper: Drop old Package-Manager: portage-2.2.7 --- sci-libs/clipper/ChangeLog | 3 ++ sci-libs/clipper/clipper-2.1_p20130528.ebuild | 57 --------------------------- 2 files changed, 3 insertions(+), 57 deletions(-) diff --git a/sci-libs/clipper/ChangeLog b/sci-libs/clipper/ChangeLog index 2c3b745..61500bd 100644 --- a/sci-libs/clipper/ChangeLog +++ b/sci-libs/clipper/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.22 2013/05/28 18:15:50 jlec Exp $ + 13 Oct 2013; Justin Lecher -clipper-2.1_p20130528.ebuild: + Drop old + 05 Jun 2013; Justin Lecher clipper-2.1_p20130601.ebuild, +files/clipper-2.1_p20130601-pkgconfig.patch: Add patch for detection of dependencies using pkg-config diff --git a/sci-libs/clipper/clipper-2.1_p20130528.ebuild b/sci-libs/clipper/clipper-2.1_p20130528.ebuild deleted file mode 100644 index bbe1011..0000000 --- a/sci-libs/clipper/clipper-2.1_p20130528.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/clipper-2.1_p100511-r1.ebuild,v 1.1 2013/05/28 18:15:50 jlec Exp $ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils 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/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cctbx fortran static-libs" - -RDEPEND=" - sci-libs/libccp4 - sci-libs/fftw:2.1 - sci-libs/mmdb" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${MY_P} - -PATCHES=( - "${FILESDIR}"/${P}-pc.patch - "${FILESDIR}"/${P}-pc-2.patch ) - -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-ccp4 - --enable-cif - --enable-cns - --enable-contrib - --enable-minimol - --enable-mmdb - --enable-mmdbold - --enable-phs - $(use_enable cctbx) - $(use_enable fortran) - ) - autotools-utils_src_configure -} - -src_test() { - emake -C "${AUTOTOOLS_BUILD_DIR}"/examples check -}