From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SSiRW-0006Vj-VG for garchives@archives.gentoo.org; Fri, 11 May 2012 05:31:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A030E0BDA; Fri, 11 May 2012 05:30:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DCAB5E0BDA for ; Fri, 11 May 2012 05:30:55 +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 269451B4020 for ; Fri, 11 May 2012 05:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DBDF5E542D for ; Fri, 11 May 2012 05:30:53 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1336714239.077f9d5e6f8e36a93314cbbcd9f3d5fcebf36719.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/galfit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/galfit/ChangeLog sci-astronomy/galfit/galfit-3.0.4.ebuild sci-astronomy/galfit/metadata.xml X-VCS-Directories: sci-astronomy/galfit/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 077f9d5e6f8e36a93314cbbcd9f3d5fcebf36719 X-VCS-Branch: master Date: Fri, 11 May 2012 05:30:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fdb31e9f-9399-4925-a183-b69bf0325d57 X-Archives-Hash: a867a65be1a962cbc42c7d6423270c95 commit: 077f9d5e6f8e36a93314cbbcd9f3d5fcebf36719 Author: S=C3=A9bastien Fabbro gmail com> AuthorDate: Fri May 11 05:30:39 2012 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri May 11 05:30:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D077f9d5e sci-astronomy/galfit: Initial import (Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit) --- sci-astronomy/galfit/ChangeLog | 10 +++++++ sci-astronomy/galfit/galfit-3.0.4.ebuild | 39 ++++++++++++++++++++++++= ++++++ sci-astronomy/galfit/metadata.xml | 9 +++++++ 3 files changed, 58 insertions(+), 0 deletions(-) diff --git a/sci-astronomy/galfit/ChangeLog b/sci-astronomy/galfit/Change= Log new file mode 100644 index 0000000..f6ab6a6 --- /dev/null +++ b/sci-astronomy/galfit/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-astronomy/galfit +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*galfit-3.0.4 (11 May 2012) + + 11 May 2012; S=C3=A9bastien Fabbro +galfit-3.0.4= .ebuild, + +metadata.xml: + sci-astronomy/galfit: Initial import + diff --git a/sci-astronomy/galfit/galfit-3.0.4.ebuild b/sci-astronomy/gal= fit/galfit-3.0.4.ebuild new file mode 100644 index 0000000..c571dee --- /dev/null +++ b/sci-astronomy/galfit/galfit-3.0.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +DESCRIPTION=3D"Galaxy morphology fitting program" +HOMEPAGE=3D"http://www.csua.berkeley.edu/~cyp/work/galfit/galfit.html" +SRC_URI=3D"amd64? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/${PN}3-= debian64.tar.gz ) + x86? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/${PN}3-debian.tar.g= z ) + doc? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/README.pdf -> galfi= t.pdf ) + examples? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/galfit-ex.tar.= gz ) + test? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/galfit-ex.tar.gz )= " + +RESTRICT=3D"mirror" + +LICENSE=3D"as-is" +SLOT=3D"0" +KEYWORDS=3D"-* ~amd64 ~x86" +IUSE=3D"doc examples" + +RDEPEND=3D"sys-libs/ncurses" +DEPEND=3D"" + +S=3D"${WORKDIR}" + +src_test() { + cd galfit-example/EXAMPLE + ../../galfit galfit.feedme +} + +src_install () { + dobin galfit + use doc && newdoc "${DISTDIR}"/galfit.pdf README.pdf + if use examples; then + insinto /usr/share/doc/${PF}/examples + doins galfit-example/* + fi +} diff --git a/sci-astronomy/galfit/metadata.xml b/sci-astronomy/galfit/met= adata.xml new file mode 100644 index 0000000..2c6b265 --- /dev/null +++ b/sci-astronomy/galfit/metadata.xml @@ -0,0 +1,9 @@ + + + +sci-astronomy + + GALFIT is a data analysis algorithm that fits 2-D analytic functions + to galaxies and point sources directly to digital images. + +