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 /sci-astronomy/eazy/eazy-1.00.ebuild
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
Diffstat (limited to 'sci-astronomy/eazy/eazy-1.00.ebuild')
-rw-r--r--sci-astronomy/eazy/eazy-1.00.ebuild16
1 files changed, 6 insertions, 10 deletions
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
}