From 5840117180f2f1e3624f2ae59fb3ff35138de4db Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Fri, 21 Mar 2014 10:01:38 -0700 Subject: 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/Manifest | 1 + sci-astronomy/stiff/stiff-2.4.0.ebuild | 1 + sci-astronomy/stiff/stiff-9999.ebuild | 10 +++++----- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 sci-astronomy/stiff/Manifest create mode 120000 sci-astronomy/stiff/stiff-2.4.0.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog index 89a21dc1b..fd2f20aa5 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 +stiff-2.4.0.ebuild, + stiff-9999.ebuild: + sci-astronomy/stiff: Add new version linked to live one + 27 Feb 2014; Sébastien Fabbro metadata.xml, stiff-9999.ebuild: sci-astronomy/stiff: EAPI-5, autotools-utils diff --git a/sci-astronomy/stiff/Manifest b/sci-astronomy/stiff/Manifest new file mode 100644 index 000000000..fd1d10692 --- /dev/null +++ b/sci-astronomy/stiff/Manifest @@ -0,0 +1 @@ +DIST stiff-2.4.0.tar.gz 1074161 SHA256 f4e85146c17fe8dcf160d12dc6df08bbd9212bb8444162b2e6ebf03f7513a992 SHA512 c8a293a2d1771b21d8af1194f9a2f582eca1a363964e76b78319c9cc2407332ef5e31dc74c0d10b9d5c7b6ae18ebd35ee59c53ad31c5f3966fabcd03948cadf6 WHIRLPOOL aa3b0d4ee6e2fc7d1fd90d19c815985ddb520c3fe37da6ec7c631675f5277b1d75b72a776a64631beedc57b934899c86eebbdc0b7c54925eb153cff65146e805 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 000000000..5f7f899eb --- /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 8ac785424..625f32a3c 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() { -- cgit v1.2.3-65-gdbad