From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 76E7C138F88 for ; Thu, 27 Feb 2014 23:01:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4847E0A52; Thu, 27 Feb 2014 23:01:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B4FDE09FC for ; Thu, 27 Feb 2014 23:01:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 632DC33F852 for ; Thu, 27 Feb 2014 23:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 204EF188EF for ; Thu, 27 Feb 2014 23:01:44 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1393534244.8f1d853da54cbfcba96f417dea6f414cd71b775a.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/stiff/ChangeLog sci-astronomy/stiff/metadata.xml sci-astronomy/stiff/stiff-9999.ebuild X-VCS-Directories: sci-astronomy/stiff/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 8f1d853da54cbfcba96f417dea6f414cd71b775a X-VCS-Branch: master Date: Thu, 27 Feb 2014 23:01:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5f44fd05-abdf-4791-a995-4315b0e19fd9 X-Archives-Hash: 55a9d8ae35378c7f565f424c23101994 commit: 8f1d853da54cbfcba96f417dea6f414cd71b775a Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Feb 27 20:50:44 2014 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Feb 27 20:50:44 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f1d853d sci-astronomy/stiff: EAPI-5, autotools-utils Package-Manager: portage-2.2.8-prefix --- sci-astronomy/stiff/ChangeLog | 7 +++++-- sci-astronomy/stiff/metadata.xml | 4 ++-- sci-astronomy/stiff/stiff-9999.ebuild | 3 ++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog index 702e173..89a21dc 100644 --- a/sci-astronomy/stiff/ChangeLog +++ b/sci-astronomy/stiff/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-astronomy/stiff -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v 1.7 2011/08/04 18:33:30 bicatali Exp $ + 27 Feb 2014; Sébastien Fabbro metadata.xml, + stiff-9999.ebuild: + sci-astronomy/stiff: EAPI-5, autotools-utils + 03 Mar 2013; Justin Lecher stiff-9999.ebuild, metadata.xml: Move to EAPI=5 and autotools-utils @@ -53,4 +57,3 @@ 19 Sep 2006; Sebastien Fabbro +stiff-1.10.ebuild: Initial import. - diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml index 7068902..320c9fe 100644 --- a/sci-astronomy/stiff/metadata.xml +++ b/sci-astronomy/stiff/metadata.xml @@ -1,8 +1,8 @@ - sci-astronomy - +sci-astronomy + STIFF is a program that convert scientific FITS images to the more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per pixel. diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild index 473211c..8ac7854 100644 --- a/sci-astronomy/stiff/stiff-9999.ebuild +++ b/sci-astronomy/stiff/stiff-9999.ebuild @@ -14,7 +14,8 @@ else KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi -AUTOTOOLS_AUTORECONF=true +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 inherit ${_SVN} autotools-utils