diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-07-10 18:55:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-07-10 18:55:01 +0000 |
commit | 6c91c320dd8658d39798bb253970e0922f228c9d (patch) | |
tree | 273fa6867e40eb5997ab7f58adbe98d49009cc3c /sci-libs/clipper | |
parent | Marking sylpheed-3.1.4 ppc64 for bug 424403 (diff) | |
download | gentoo-2-6c91c320dd8658d39798bb253970e0922f228c9d.tar.gz gentoo-2-6c91c320dd8658d39798bb253970e0922f228c9d.tar.bz2 gentoo-2-6c91c320dd8658d39798bb253970e0922f228c9d.zip |
sci-libs/clipper: Cleaned old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/clipper')
-rw-r--r-- | sci-libs/clipper/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/clipper/clipper-20100511.ebuild | 64 |
2 files changed, 4 insertions, 65 deletions
diff --git a/sci-libs/clipper/ChangeLog b/sci-libs/clipper/ChangeLog index 4b1be94f47b3..8710558d85e7 100644 --- a/sci-libs/clipper/ChangeLog +++ b/sci-libs/clipper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/clipper # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.20 2012/07/10 18:04:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.21 2012/07/10 18:55:01 jlec Exp $ + + 10 Jul 2012; Justin Lecher <jlec@gentoo.org> -clipper-20100511.ebuild: + Cleaned old 10 Jul 2012; Brent Baude <ranger@gentoo.org> clipper-20100511-r1.ebuild: Marking clipper-20100511-r1 ppc for bug 421645 diff --git a/sci-libs/clipper/clipper-20100511.ebuild b/sci-libs/clipper/clipper-20100511.ebuild deleted file mode 100644 index d88382685eb0..000000000000 --- a/sci-libs/clipper/clipper-20100511.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/clipper-20100511.ebuild,v 1.5 2011/06/26 10:13:03 jlec Exp $ - -EAPI=3 - -WANT_AUTOMAKE="1.11" - -inherit autotools eutils flag-o-matic - -DESCRIPTION="Object-oriented libraries for crystallographic data and crystallographic computation" -HOMEPAGE="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html" -# Transform 4-digit year to 2 digits -SRC_URI="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper-2.1-${PV:2:${#PV}}-ac.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=" - sci-libs/ccp4-libs - sci-libs/fftw - sci-libs/mmdb" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${PN}-2.1 - -src_prepare() { - epatch "${FILESDIR}"/20091215-missing-var.patch - - # ccp4 provides these, and more. - sed -i -e "s:examples::g" "${S}"/Makefile.am - - AT_M4DIR="config" eautoreconf -} - -src_configure() { - # Recommended on ccp4bb/coot ML to fix crashes when calculating maps - # on 64-bit systems - append-flags -fno-strict-aliasing - - econf \ - --enable-ccp4 \ - --enable-cif \ - --enable-cns \ - --enable-contrib \ - --enable-minimol \ - --enable-mmdb \ - --enable-phs \ - --with-mmdb="${EPREFIX}"/usr \ - $(use_enable debug) -} - -src_test() { - emake \ - -C examples \ - check || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README ChangeLog NEWS || die -} |