aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-13 09:02:38 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-13 09:02:38 +0200
commit312a8352ee696e93a1a968df9a89ccad83e77db5 (patch)
tree5991e38ef89ee50286d2eb8a139b965f8b45afd4
parentsci-astronomy/bpz: Bump to EAPI=5 and python-single-r1; restrict license (diff)
downloadsci-312a8352ee696e93a1a968df9a89ccad83e77db5.tar.gz
sci-312a8352ee696e93a1a968df9a89ccad83e77db5.tar.bz2
sci-312a8352ee696e93a1a968df9a89ccad83e77db5.zip
sci-astronomy/eazy: Fix license
Package-Manager: portage-2.2.0_alpha179
-rw-r--r--sci-astronomy/eazy/ChangeLog5
-rw-r--r--sci-astronomy/eazy/eazy-1.00.ebuild16
-rw-r--r--sci-astronomy/eazy/metadata.xml4
3 files changed, 12 insertions, 13 deletions
diff --git a/sci-astronomy/eazy/ChangeLog b/sci-astronomy/eazy/ChangeLog
index 6f99c500a..01390d757 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 <jlec@gentoo.org> eazy-1.00.ebuild, metadata.xml:
+ Fix license
+
*eazy-1.00 (11 May 2012)
11 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +eazy-1.00.ebuild,
diff --git a/sci-astronomy/eazy/eazy-1.00.ebuild b/sci-astronomy/eazy/eazy-1.00.ebuild
index a04b6ac28..0f3b7f4ca 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 8ce25a1dc..c38c25a2c 100644
--- a/sci-astronomy/eazy/metadata.xml
+++ b/sci-astronomy/eazy/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-astronomy</herd>
-<longdescription lang="en">
+ <herd>sci-astronomy</herd>
+ <longdescription lang="en">
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.