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 1QaWdz-00037z-Sl for garchives@archives.gentoo.org; Sat, 25 Jun 2011 17:27:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A4D1C17F; Sat, 25 Jun 2011 17:22:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F1F431C180 for ; Sat, 25 Jun 2011 17:22:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41A2E2AC085 for ; Sat, 25 Jun 2011 17:22:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 06B038005D for ; Sat, 25 Jun 2011 17:22:02 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <92215c4fbbb962fd9081fdbbf9efbf388e0a8720.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/weightwatcher/ChangeLog sci-astronomy/weightwatcher/metadata.xml sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild X-VCS-Directories: sci-astronomy/weightwatcher/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 92215c4fbbb962fd9081fdbbf9efbf388e0a8720 Date: Sat, 25 Jun 2011 17:22:02 +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: X-Archives-Hash: abaf9277004f134c1e1fd76c0fc7b2d3 commit: 92215c4fbbb962fd9081fdbbf9efbf388e0a8720 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 14:22:18 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 14:22:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D92215c4f Cleaned ebuild, no eauto* function called (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-astronomy/weightwatcher/ChangeLog | 6 +++++- sci-astronomy/weightwatcher/metadata.xml | 4 ++-- .../weightwatcher/weightwatcher-1.8.10.ebuild | 17 +++++++-------= --- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/sci-astronomy/weightwatcher/ChangeLog b/sci-astronomy/weight= watcher/ChangeLog index c2f6ee2..b886eb1 100644 --- a/sci-astronomy/weightwatcher/ChangeLog +++ b/sci-astronomy/weightwatcher/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-astronomy/weightwatcher -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 25 Jun 2011; Justin Lecher weightwatcher-1.8.10.ebui= ld, + metadata.xml: + Cleaned ebuild, no eauto* function called + 18 Nov 2010; S=C3=A9bastien Fabbro ChangeLog: Initial import =20 diff --git a/sci-astronomy/weightwatcher/metadata.xml b/sci-astronomy/wei= ghtwatcher/metadata.xml index 098d836..2785129 100644 --- a/sci-astronomy/weightwatcher/metadata.xml +++ b/sci-astronomy/weightwatcher/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + WeightWatcher is a program that combines weight-maps, flag-maps and polygon data in order to produce control maps which can directly be used in astronomical image-processing packages like Drizzle, diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild b/sc= i-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild index eb2ce05..c4a2770 100644 --- a/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild +++ b/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 -inherit autotools eutils +EAPI=3D4 + +inherit eutils =20 DESCRIPTION=3D"Combine weight maps and polygon for astronomical images w= eighting" -HOMEPAGE=3D"http://www.astromatic.net/software/weightwatcher" +HOMEPAGE=3D"http://www.astromatic.net/software/weightwatcher/" SRC_URI=3D"http://www.astromatic.net/download/${PN}/${P}.tar.gz" =20 LICENSE=3D"GPL-3" @@ -14,14 +15,10 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"doc threads" =20 -RDEPEND=3D"" -DEPEND=3D"${RDEPEND}" - src_install () { - emake DESTDIR=3D"${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog HISTORY README THANKS BUGS + default if use doc; then insinto /usr/share/doc/${PF} - doins doc/*.pdf || die "pdf doc install failed" + doins doc/*.pdf fi }