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 5650A1391DB for ; Fri, 21 Mar 2014 17:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60AADE0DC8; Fri, 21 Mar 2014 17:10:16 +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 EE396E0D68 for ; Fri, 21 Mar 2014 17:10:15 +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 26CB433FD13 for ; Fri, 21 Mar 2014 17:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 950BF188EE for ; Fri, 21 Mar 2014 17:10:12 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1395421298.c20e5e00dafe46ab8d787507d77df7e4d847c839.bicatali@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: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: c20e5e00dafe46ab8d787507d77df7e4d847c839 X-VCS-Branch: master Date: Fri, 21 Mar 2014 17:10:12 +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: 9d890224-5610-4237-b89b-80053da47870 X-Archives-Hash: 64e2407fc6bb255d6417b43483ac9c92 commit: c20e5e00dafe46ab8d787507d77df7e4d847c839 Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Mar 21 17:01:38 2014 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri Mar 21 17:01:38 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c20e5e00 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() {