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 5F9B759CA3 for ; Sun, 14 Feb 2016 15:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5732E07DB; Sun, 14 Feb 2016 15:07:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58D73E07DB for ; Sun, 14 Feb 2016 15:07:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F8E6340A85 for ; Sun, 14 Feb 2016 15:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47D5E8EE for ; Sun, 14 Feb 2016 15:07:14 +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: <1455462359.6eb5df112c3bffcaee139acdd4b876e5a81de8db.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/coot/coot-9999.ebuild sci-chemistry/coot/metadata.xml X-VCS-Directories: sci-chemistry/coot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6eb5df112c3bffcaee139acdd4b876e5a81de8db X-VCS-Branch: master Date: Sun, 14 Feb 2016 15:07:14 +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: 11b364cf-b68d-4e62-9cda-7a6f2897ce16 X-Archives-Hash: 8fbb7114c466edf3c3c28edd8fbd4c39 commit: 6eb5df112c3bffcaee139acdd4b876e5a81de8db Author: Justin Lecher gentoo org> AuthorDate: Sun Feb 14 15:05:59 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 14 15:05:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6eb5df11 sci-chemistry/coot: Chop DESCRIPTION to 80 chars * Bump EAPI to 6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/coot/coot-9999.ebuild | 15 +++++++-------- sci-chemistry/coot/metadata.xml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild index a63dd8b..cfa25b8 100644 --- a/sci-chemistry/coot/coot-9999.ebuild +++ b/sci-chemistry/coot/coot-9999.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) -AUTOTOOLS_AUTORECONF="true" - -inherit autotools-utils git-r3 python-single-r1 toolchain-funcs versionator +inherit autotools git-r3 python-single-r1 toolchain-funcs versionator MY_S2_PV=$(replace_version_separator 2 - ${PV}) MY_S2_P=${PN}-${MY_S2_PV/pre1/pre-1} @@ -16,7 +14,7 @@ MY_S_P=${MY_S2_P}-${PR/r/revision-} MY_PV=${PV} MY_P=${PN}-${MY_PV} -DESCRIPTION="Crystallographic Object-Oriented Toolkit for model building, completion and validation" +DESCRIPTION="Crystallographic Object-Oriented Toolkit" HOMEPAGE="https://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/" SRC_URI="test? ( https://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/data/greg-data.tar.gz )" EGIT_REPO_URI="https://github.com/pemsley/coot.git" @@ -113,7 +111,8 @@ src_prepare() { -e "s:AM_COOT_SYS_BUILD_TYPE:COOT_SYS_BUILD_TYPE=Gentoo-Linux-${EPYTHON}-gtk2 ; AC_MSG_RESULT([\$COOT_SYS_BUILD_TYPE]); AC_SUBST(COOT_SYS_BUILD_TYPE):g" \ -i configure.ac || die - autotools-utils_src_prepare + default + eautoreconf } src_configure() { @@ -128,7 +127,7 @@ src_configure() { --with-sqlite3 --with-boost="${EPREFIX}/usr" ) - autotools-utils_src_configure + econf ${myeconfargs[@]} } src_test() { diff --git a/sci-chemistry/coot/metadata.xml b/sci-chemistry/coot/metadata.xml index f3af354..e0c97ae 100644 --- a/sci-chemistry/coot/metadata.xml +++ b/sci-chemistry/coot/metadata.xml @@ -5,7 +5,7 @@ jlec@gentoo.org Justin Lecher - + sci-chemistry@gentoo.org Gentoo Chemistry Project