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 1QaWd6-0002tg-DN for garchives@archives.gentoo.org; Sat, 25 Jun 2011 17:26:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5931C17E; Sat, 25 Jun 2011 17:22:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6AD101C17E 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 10ACF2AC068 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 CBA5E8005B for ; Sat, 25 Jun 2011 17:22:01 +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: Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/missfits/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/missfits/ChangeLog sci-astronomy/missfits/metadata.xml sci-astronomy/missfits/missfits-2.4.0.ebuild X-VCS-Directories: sci-astronomy/missfits/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c60f700865e16a36b690d5114aae90afc5be9019 Date: Sat, 25 Jun 2011 17:22:01 +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: d6936f58aecfce3c78cb769dbce8dbdc commit: c60f700865e16a36b690d5114aae90afc5be9019 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 14:21:08 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 14:21:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc60f7008 Cleaned ebuild, unused local USE-description: 'plplot' (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-astronomy/missfits/ChangeLog | 6 +++++- sci-astronomy/missfits/metadata.xml | 7 ++----- sci-astronomy/missfits/missfits-2.4.0.ebuild | 15 ++++++--------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/sci-astronomy/missfits/ChangeLog b/sci-astronomy/missfits/Ch= angeLog index be0a06f..8a7e0eb 100644 --- a/sci-astronomy/missfits/ChangeLog +++ b/sci-astronomy/missfits/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-astronomy/missfits -# 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 missfits-2.4.0.ebuild, + metadata.xml: + Cleaned ebuild, unused local USE-description: 'plplot' + *missfits-2.4.0 (18 Nov 2010) =20 18 Nov 2010; S=C3=A9bastien Fabbro +missfits-2.4= .0.ebuild, diff --git a/sci-astronomy/missfits/metadata.xml b/sci-astronomy/missfits= /metadata.xml index 9abf5c2..e8c0985 100644 --- a/sci-astronomy/missfits/metadata.xml +++ b/sci-astronomy/missfits/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + MissFITS is a program that performs basic maintenance and packaging tasks on FITS files using an optimised FITS library. MissFITS can: * add/edit/remove FITS header keywords @@ -10,7 +10,4 @@ * unpile/pile FITS data-cubes * create/check/update FITS checksums, using R. Seaman=E2=80=99s prot= ocol. - - Build with sci-libs/plplot to allow d= iagnostic plots during processing - diff --git a/sci-astronomy/missfits/missfits-2.4.0.ebuild b/sci-astronomy= /missfits/missfits-2.4.0.ebuild index e9adece..cf97ed9 100644 --- a/sci-astronomy/missfits/missfits-2.4.0.ebuild +++ b/sci-astronomy/missfits/missfits-2.4.0.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: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/scamp-1.7.0.ebuil= d,v 1.1 2010/05/03 21:44:04 bicatali Exp $ =20 -EAPI=3D3 +EAPI=3D4 + inherit autotools eutils =20 DESCRIPTION=3D"Performs basic maintenance and packaging tasks on FITS fi= les" -HOMEPAGE=3D"http://www.astromatic.net/software/missfits" +HOMEPAGE=3D"http://www.astromatic.net/software/missfits/" SRC_URI=3D"http://www.astromatic.net/download/${PN}/${P}.tar.gz" =20 LICENSE=3D"GPL-3" @@ -14,19 +15,15 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"doc" =20 -RDEPEND=3D"" -DEPEND=3D"${RDEPEND}" - src_prepare() { epatch "${FILESDIR}"/${P}-configure.patch eautoreconf } =20 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 }