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 85DC41391DB for ; Sat, 22 Mar 2014 09:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28CA6E0D6F; 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 7D5CEE0D77 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 87ACE33FD28 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 2880B188EC for ; Sat, 22 Mar 2014 09:45:10 +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.7490eef4fa913516de9bf03ec72b85a623e0c25a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/swarp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/swarp/ChangeLog sci-astronomy/swarp/swarp-2.38.0.ebuild sci-astronomy/swarp/swarp-9999.ebuild X-VCS-Directories: sci-astronomy/swarp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7490eef4fa913516de9bf03ec72b85a623e0c25a X-VCS-Branch: master Date: Sat, 22 Mar 2014 09:45:10 +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: 2f6a6d4e-cb32-41b0-9f09-d07a7b17e2f8 X-Archives-Hash: ed93e7bdfa31a276776c24eb92153be6 commit: 7490eef4fa913516de9bf03ec72b85a623e0c25a Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Mar 21 17:05:30 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=7490eef4 sci-astronomy/swarp: Add new version linked to live one Package-Manager: portage-2.2.8-prefix --- sci-astronomy/swarp/ChangeLog | 6 ++++++ sci-astronomy/swarp/swarp-2.38.0.ebuild | 1 + sci-astronomy/swarp/swarp-9999.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/swarp/ChangeLog b/sci-astronomy/swarp/ChangeLog index f5366c4..5af7527 100644 --- a/sci-astronomy/swarp/ChangeLog +++ b/sci-astronomy/swarp/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/ChangeLog,v 1.6 2011/08/04 18:33:44 bicatali Exp $ +*swarp-2.38.0 (21 Mar 2014) + + 21 Mar 2014; Sébastien Fabbro +swarp-2.38.0.ebuild, + swarp-9999.ebuild: + sci-astronomy/swarp: Add new version linked to live one + 27 Feb 2014; Sébastien Fabbro swarp-9999.ebuild: sci-astronomy/swarp: EAPI-5, autotools-utils diff --git a/sci-astronomy/swarp/swarp-2.38.0.ebuild b/sci-astronomy/swarp/swarp-2.38.0.ebuild new file mode 120000 index 0000000..ffc97cb --- /dev/null +++ b/sci-astronomy/swarp/swarp-2.38.0.ebuild @@ -0,0 +1 @@ +swarp-9999.ebuild \ No newline at end of file diff --git a/sci-astronomy/swarp/swarp-9999.ebuild b/sci-astronomy/swarp/swarp-9999.ebuild index be98a71..25d68f6 100644 --- a/sci-astronomy/swarp/swarp-9999.ebuild +++ b/sci-astronomy/swarp/swarp-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="" @@ -17,7 +17,7 @@ fi AUTOTOOLS_IN_SOURCE_BUILD=1 -inherit ${_SVN} autotools-utils +inherit autotools-utils DESCRIPTION="Resample and coadd astronomical FITS images" HOMEPAGE="http://astromatic.iap.fr/software/swarp"