diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-15 12:30:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-15 12:30:04 +0000 |
commit | c3d8b3ca2ffe4305bf2502ac6685861aeb921a64 (patch) | |
tree | 5cec6629436d569c58e34b970b48094c91c23932 /sci-libs/clipper | |
parent | arm stable, bug #348509 (diff) | |
download | gentoo-2-c3d8b3ca2ffe4305bf2502ac6685861aeb921a64.tar.gz gentoo-2-c3d8b3ca2ffe4305bf2502ac6685861aeb921a64.tar.bz2 gentoo-2-c3d8b3ca2ffe4305bf2502ac6685861aeb921a64.zip |
Cleaned old
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/clipper')
-rw-r--r-- | sci-libs/clipper/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/clipper/clipper-20091215.ebuild | 64 | ||||
-rw-r--r-- | sci-libs/clipper/clipper-20100416.ebuild | 64 |
3 files changed, 6 insertions, 130 deletions
diff --git a/sci-libs/clipper/ChangeLog b/sci-libs/clipper/ChangeLog index b06647d91248..a76b85f9318e 100644 --- a/sci-libs/clipper/ChangeLog +++ b/sci-libs/clipper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/clipper -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.11 2010/12/20 12:28:26 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.12 2011/01/15 12:30:04 jlec Exp $ + + 15 Jan 2011; Justin Lecher <jlec@gentoo.org> -clipper-20091215.ebuild, + -clipper-20100416.ebuild: + Cleaned old 20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> clipper-20100511.ebuild: Stable on amd64 wrt bug #348872 diff --git a/sci-libs/clipper/clipper-20091215.ebuild b/sci-libs/clipper/clipper-20091215.ebuild deleted file mode 100644 index 7925df50c57e..000000000000 --- a/sci-libs/clipper/clipper-20091215.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/clipper-20091215.ebuild,v 1.3 2010/04/05 18:05:41 jlec Exp $ - -EAPI="3" - -WANT_AUTOMAKE="1.11" - -inherit autotools eutils flag-o-matic - -DESCRIPTION="Object-oriented libraries for the organisation of crystallographic data and the performance of 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 ~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}"/${PV}-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 -} diff --git a/sci-libs/clipper/clipper-20100416.ebuild b/sci-libs/clipper/clipper-20100416.ebuild deleted file mode 100644 index 072aee836eb4..000000000000 --- a/sci-libs/clipper/clipper-20100416.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/clipper-20100416.ebuild,v 1.1 2010/04/16 21:00:08 jlec Exp $ - -EAPI="3" - -WANT_AUTOMAKE="1.11" - -inherit autotools eutils flag-o-matic - -DESCRIPTION="Object-oriented libraries for the organisation of crystallographic data and the performance of 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 ~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 -} |