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 47E13138247 for ; Mon, 6 Jan 2014 19:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707D1E0B7E; Mon, 6 Jan 2014 19:27:13 +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 90076E0B6D for ; Mon, 6 Jan 2014 19:27:12 +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 B4FCF33F744 for ; Mon, 6 Jan 2014 19:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 99492E54AB for ; Mon, 6 Jan 2014 19:27:08 +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: <1389035344.93a202cfcffdd1f70d1c23c982276a414878bfe4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/astropy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/astropy/ChangeLog dev-python/astropy/astropy-9999.ebuild X-VCS-Directories: dev-python/astropy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 93a202cfcffdd1f70d1c23c982276a414878bfe4 X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:27:08 +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: 1a535e56-907a-435a-af7a-ae1f0acb97d9 X-Archives-Hash: 4d4c443ce0b078287acb766e425ac980 commit: 93a202cfcffdd1f70d1c23c982276a414878bfe4 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 19:09:04 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 19:09:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=93a202cf dev-python/astropy: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- dev-python/astropy/ChangeLog | 5 ++++- dev-python/astropy/astropy-9999.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/astropy/ChangeLog b/dev-python/astropy/ChangeLog index 2a1b16f..725b1d1 100644 --- a/dev-python/astropy/ChangeLog +++ b/dev-python/astropy/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/astropy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher astropy-9999.ebuild: + Switch from git-2 to git-r3 + 13 Jun 2013; Justin Lecher astropy-9999.ebuild, metadata.xml: Bump to EAPI=5 and distutils-r1.eclass diff --git a/dev-python/astropy/astropy-9999.ebuild b/dev-python/astropy/astropy-9999.ebuild index 7b96ba9..ac26d82 100644 --- a/dev-python/astropy/astropy-9999.ebuild +++ b/dev-python/astropy/astropy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="Python routines and common tools needed for performing astronomy and astrophysics" HOMEPAGE="http://astropy.org/ http://github.com/astropy/astropy" @@ -39,7 +39,7 @@ python_compile_all() { if use doc ; then pushd docs &> /dev/null PYTHONPATH="$(ls -d ${BUILD_DIR}/lib.*)" \ - sphinx-build -b html -d _build/doctrees . _build/html || die + sphinx-build -b html -d _build/doctrees . _build/html || die popd &> /dev/null fi }