From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RkY27-00073x-5I for garchives@archives.gentoo.org; Tue, 10 Jan 2012 09:30:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D041321C061; Tue, 10 Jan 2012 09:30:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9BE3A21C061 for ; Tue, 10 Jan 2012 09:30:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14B281B4009 for ; Tue, 10 Jan 2012 09:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 89A5180044 for ; Tue, 10 Jan 2012 09:30:06 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/coot/ChangeLog sci-chemistry/coot/coot-9999.ebuild X-VCS-Directories: sci-chemistry/coot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a40ae16549f33fcc190573ceda444c340e7ef48e Date: Tue, 10 Jan 2012 09:30:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 746cda18-61b8-4ee1-a632-8e385811c6e3 X-Archives-Hash: 67c94ebf225f66109e39ba8cc090869c commit: a40ae16549f33fcc190573ceda444c340e7ef48e Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 9 12:05:48 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 9 12:21:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da40ae165 Bumped EAPI to 4 and added new eautoreconf handling of autotools-utils.ec= lass (Portage version: 2.2.0_alpha84/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/coot/ChangeLog | 5 ++++- sci-chemistry/coot/coot-9999.ebuild | 14 ++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index 67820ad..2360874 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/coot -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 09 Jan 2012; Justin Lecher coot-9999.ebuild: + Bumped EAPI to 4 and added new eautoreconf handling of autotools-utils= .eclass + 07 Oct 2011; Justin Lecher coot-9999.ebuild: Added dep on >=3Dsys-devel/libtool-2.4-r2 =20 diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coo= t-9999.ebuild index 7f65c3c..f2e7ea3 100644 --- a/sci-chemistry/coot/coot-9999.ebuild +++ b/sci-chemistry/coot/coot-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 +EAPI=3D4 =20 PYTHON_DEPEND=3D"2" +AUTOTOOLS_AUTORECONF=3D"true" =20 inherit autotools-utils python subversion toolchain-funcs versionator =20 @@ -14,19 +15,16 @@ MY_S_P=3D${MY_S2_P}-${PR/r/revision-} MY_PV=3D${PV} MY_P=3D${PN}-${MY_PV} =20 -ESVN_REPO_URI=3D"http://coot.googlecode.com/svn/trunk" - DESCRIPTION=3D"Crystallographic Object-Oriented Toolkit for model buildi= ng, completion and validation" HOMEPAGE=3D"http://www.biop.ox.ac.uk/coot/" SRC_URI=3D"test? ( http://www.biop.ox.ac.uk/coot/devel/greg-data.tar.gz = )" +ESVN_REPO_URI=3D"http://coot.googlecode.com/svn/trunk" =20 SLOT=3D"0" LICENSE=3D"GPL-3" KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=3D"+openmp static-libs test" =20 -AUTOTOOLS_IN_SOURCE_BUILD=3D1 - SCIDEPS=3D" >=3Dsci-libs/ccp4-libs-6.1 >=3Dsci-libs/clipper-20090520 @@ -71,6 +69,8 @@ DEPEND=3D"${RDEPEND} =20 S=3D"${WORKDIR}" =20 +AUTOTOOLS_IN_SOURCE_BUILD=3D1 + pkg_setup() { if use openmp; then tc-has-openmp || die "Please use an OPENMP capable compiler" @@ -105,8 +105,6 @@ src_prepare() { } } EOF - - eautoreconf } =20 src_configure() {