public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/
Date: Sun,  3 Mar 2013 17:52:33 +0000 (UTC)	[thread overview]
Message-ID: <1362328668.5792a0b635ee00badc89a3a6aa443b2e5d15a372.jlec@gentoo> (raw)

commit:     5792a0b635ee00badc89a3a6aa443b2e5d15a372
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 16:37:48 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> stiff-9999.ebuild, metadata.xml:
+  Move to EAPI=5 and autotools-utils
+
 *stiff-9999 (09 Jul 2012)
 
   09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-astronomy</herd>
-<longdescription lang="en">
+  <herd>sci-astronomy</herd>
+  <longdescription lang="en">
   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
 }


             reply	other threads:[~2013-03-03 17:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-03 17:52 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-27 23:01 [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/ Sebastien Fabbro
2014-03-21 17:10 Sebastien Fabbro
2014-03-22  9:45 Justin Lecher
2016-03-14  2:17 Christoph Junghans
2020-09-22 10:23 Aisha Tammy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362328668.5792a0b635ee00badc89a3a6aa443b2e5d15a372.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox