commit:     5840117180f2f1e3624f2ae59fb3ff35138de4db
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 17:01:38 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 09:44:41 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=58401171

sci-astronomy/stiff: Add new version linked to live one

Package-Manager: portage-2.2.8-prefix

---
 sci-astronomy/stiff/ChangeLog          |  6 ++++++
 sci-astronomy/stiff/stiff-2.4.0.ebuild |  1 +
 sci-astronomy/stiff/stiff-9999.ebuild  | 10 +++++-----
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog
index 89a21dc..fd2f20a 100644
--- a/sci-astronomy/stiff/ChangeLog
+++ b/sci-astronomy/stiff/ChangeLog
@@ -2,6 +2,12 @@
 # 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 $
 
+*stiff-2.4.0 (21 Mar 2014)
+
+  21 Mar 2014; Sébastien Fabbro <bicat...@gentoo.org> +stiff-2.4.0.ebuild,
+  stiff-9999.ebuild:
+  sci-astronomy/stiff: Add new version linked to live one
+
   27 Feb 2014; Sébastien Fabbro <bicat...@gentoo.org> metadata.xml,
   stiff-9999.ebuild:
   sci-astronomy/stiff: EAPI-5, autotools-utils

diff --git a/sci-astronomy/stiff/stiff-2.4.0.ebuild 
b/sci-astronomy/stiff/stiff-2.4.0.ebuild
new file mode 120000
index 0000000..5f7f899
--- /dev/null
+++ b/sci-astronomy/stiff/stiff-2.4.0.ebuild
@@ -0,0 +1 @@
+stiff-9999.ebuild
\ No newline at end of file

diff --git a/sci-astronomy/stiff/stiff-9999.ebuild 
b/sci-astronomy/stiff/stiff-9999.ebuild
index 8ac7854..625f32a 100644
--- a/sci-astronomy/stiff/stiff-9999.ebuild
+++ b/sci-astronomy/stiff/stiff-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 if [[ ${PV} == "9999" ]] ; then
-       _SVN=subversion
+       inherit subversion
        ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk";
        SRC_URI=""
        KEYWORDS=""
@@ -14,10 +14,10 @@ else
        KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
-AUTOTOOLS_AUTORECONF=1
+#AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit ${_SVN} autotools-utils
+inherit autotools-utils
 
 DESCRIPTION="Converts astronomical FITS images to the TIFF format"
 HOMEPAGE="http://astromatic.iap.fr/software/stiff";
@@ -27,9 +27,9 @@ SLOT="0"
 IUSE="doc threads"
 
 RDEPEND="
-       media-libs/tiff
+       media-libs/tiff:0=
        virtual/jpeg
-       sys-libs/zlib"
+       sys-libs/zlib:0="
 DEPEND="${RDEPEND}"
 
 src_configure() {

Reply via email to