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 DF5671381F3 for ; Thu, 13 Jun 2013 07:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 637CAE08ED; Thu, 13 Jun 2013 07:05:15 +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 AFC1FE08E0 for ; Thu, 13 Jun 2013 07:05:14 +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 C4F1E33E469 for ; Thu, 13 Jun 2013 07:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A6648E5467 for ; Thu, 13 Jun 2013 07:05:11 +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: <1371106958.312a8352ee696e93a1a968df9a89ccad83e77db5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/eazy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/eazy/ChangeLog sci-astronomy/eazy/eazy-1.00.ebuild sci-astronomy/eazy/metadata.xml X-VCS-Directories: sci-astronomy/eazy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 312a8352ee696e93a1a968df9a89ccad83e77db5 X-VCS-Branch: master Date: Thu, 13 Jun 2013 07:05:11 +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: 3774eaac-be9d-4e86-b85d-f0ad943c82e3 X-Archives-Hash: 3147cfb27b355471f598b9a7880860cf commit: 312a8352ee696e93a1a968df9a89ccad83e77db5 Author: Justin Lecher gentoo org> AuthorDate: Thu Jun 13 07:02:38 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jun 13 07:02:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=312a8352 sci-astronomy/eazy: Fix license Package-Manager: portage-2.2.0_alpha179 --- sci-astronomy/eazy/ChangeLog | 5 ++++- sci-astronomy/eazy/eazy-1.00.ebuild | 16 ++++++---------- sci-astronomy/eazy/metadata.xml | 4 ++-- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/sci-astronomy/eazy/ChangeLog b/sci-astronomy/eazy/ChangeLog index 6f99c50..01390d7 100644 --- a/sci-astronomy/eazy/ChangeLog +++ b/sci-astronomy/eazy/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-astronomy/eazy -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Jun 2013; Justin Lecher eazy-1.00.ebuild, metadata.xml: + Fix license + *eazy-1.00 (11 May 2012) 11 May 2012; Sébastien Fabbro +eazy-1.00.ebuild, diff --git a/sci-astronomy/eazy/eazy-1.00.ebuild b/sci-astronomy/eazy/eazy-1.00.ebuild index a04b6ac..0f3b7f4 100644 --- a/sci-astronomy/eazy/eazy-1.00.ebuild +++ b/sci-astronomy/eazy/eazy-1.00.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 + inherit eutils DESCRIPTION="Photometric redshift estimator for galaxies" HOMEPAGE="http://www.astro.yale.edu/eazy/?home" SRC_URI="http://www.astro.yale.edu/eazy/download/${P}.tar.gz" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples" @@ -23,12 +24,8 @@ src_prepare() { } src_compile() { - cd src - emake - if use doc; then - cd ../doc - emake - fi + emake -C src + use doc && emake -C doc } src_test() { @@ -48,6 +45,5 @@ src_install() { rm templates insinto /usr/share/doc/${PF} doins -r * - dosym /usr/share/eazy/templates templates fi } diff --git a/sci-astronomy/eazy/metadata.xml b/sci-astronomy/eazy/metadata.xml index 8ce25a1..c38c25a 100644 --- a/sci-astronomy/eazy/metadata.xml +++ b/sci-astronomy/eazy/metadata.xml @@ -1,8 +1,8 @@ -sci-astronomy - + sci-astronomy + Easy and Accurate Zphot from Yale is a photometric redshift code designed to produce high-quality redshifts from 0 to 4 for situations where complete spectroscopic calibration samples are not available.