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 34E6D198005 for ; Sun, 3 Mar 2013 17:53:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CAF5E09CB; Sun, 3 Mar 2013 17:53:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 782C7E09CB for ; Sun, 3 Mar 2013 17:52:37 +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 6105E33DDB1 for ; Sun, 3 Mar 2013 17:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4D462E42E5 for ; Sun, 3 Mar 2013 17:52:33 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1362328668.5792a0b635ee00badc89a3a6aa443b2e5d15a372.jlec@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: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5792a0b635ee00badc89a3a6aa443b2e5d15a372 X-VCS-Branch: master Date: Sun, 3 Mar 2013 17:52:33 +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: edd40cef-6f07-422c-b881-c48f762c3e5a X-Archives-Hash: 9706ef7177f00e1f3ed2ba09dd8309cc commit: 5792a0b635ee00badc89a3a6aa443b2e5d15a372 Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 3 16:37:48 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 3 16:37:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5792a0b6 sci-astronomy/stiff: Move to EAPI=5 and autotools-utils Package-Manager: portage-2.2.0_alpha164 --- sci-astronomy/stiff/ChangeLog | 5 ++++- sci-astronomy/stiff/metadata.xml | 4 ++-- sci-astronomy/stiff/stiff-9999.ebuild | 23 +++++++++++------------ 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog index 5d562b9..702e173 100644 --- a/sci-astronomy/stiff/ChangeLog +++ b/sci-astronomy/stiff/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-astronomy/stiff -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 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 $ + 03 Mar 2013; Justin Lecher stiff-9999.ebuild, metadata.xml: + Move to EAPI=5 and autotools-utils + *stiff-9999 (09 Jul 2012) 09 Jul 2012; Sébastien Fabbro +stiff-9999.ebuild, diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml index 320c9fe..7068902 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 961d68b..8dacd15 100644 --- a/sci-astronomy/stiff/stiff-9999.ebuild +++ b/sci-astronomy/stiff/stiff-9999.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/stiff-2.1.3.ebuild,v 1.1 2011/04/10 14:45:35 bicatali Exp $ -EAPI=4 - +EAPI=5 if [[ ${PV} == "9999" ]] ; then _SVN=subversion @@ -15,7 +14,9 @@ else KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi -inherit ${_SVN} autotools +AUTOTOOLS_AUTORECONF=true + +inherit ${_SVN} autotools-utils DESCRIPTION="Converts astronomical FITS images to the TIFF format" HOMEPAGE="http://astromatic.iap.fr/software/stiff" @@ -24,20 +25,18 @@ LICENSE="GPL-3" SLOT="0" IUSE="doc threads" -RDEPEND="media-libs/tiff +RDEPEND=" + media-libs/tiff virtual/jpeg sys-libs/zlib" DEPEND="${RDEPEND}" -src_prepare() { - eautoreconf -} - src_configure() { - econf $(use_enable threads) + local myeconfargs=( $(use_enable threads) ) + autotools-utils_src_configure } src_install () { - default - use doc && dodoc doc/* + use doc && DOCS=( doc/. ) + autotools-utils_src_install }