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 36B6F1391DB for ; Sat, 22 Mar 2014 09:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A85B4E0D72; Sat, 22 Mar 2014 09:45:14 +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 792D5E0D6C for ; Sat, 22 Mar 2014 09:45:13 +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 8885C33FD2C for ; Sat, 22 Mar 2014 09:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D94E4188EB for ; Sat, 22 Mar 2014 09:45:09 +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: <1395481481.5840117180f2f1e3624f2ae59fb3ff35138de4db.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/stiff-2.4.0.ebuild 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: 5840117180f2f1e3624f2ae59fb3ff35138de4db X-VCS-Branch: master Date: Sat, 22 Mar 2014 09:45:09 +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: 5bc88432-711e-499a-998a-e192f55e98ce X-Archives-Hash: 0ffee9916b343903e77d8a451d16a8ff commit: 5840117180f2f1e3624f2ae59fb3ff35138de4db Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Mar 21 17:01:38 2014 +0000 Commit: Justin Lecher gentoo 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 +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/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() {