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 1B01F1391DB for ; Fri, 21 Mar 2014 17:10:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C08E0D4A; Fri, 21 Mar 2014 17:10:15 +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 E43B2E0D4A for ; Fri, 21 Mar 2014 17:10:14 +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 9B11733FCA8 for ; Fri, 21 Mar 2014 17:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3CDBB188EB 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: <1395420732.348a61c351088506e21b8db6a93accf78437235e.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/psfex/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/psfex/ChangeLog sci-astronomy/psfex/psfex-3.17.0.ebuild sci-astronomy/psfex/psfex-9999.ebuild X-VCS-Directories: sci-astronomy/psfex/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 348a61c351088506e21b8db6a93accf78437235e 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: a6219f02-23ea-4b9f-aaec-f9e5b103a8d8 X-Archives-Hash: 72b06adb71b8ddbbe27219fb8e2c012a commit: 348a61c351088506e21b8db6a93accf78437235e Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Mar 21 16:52:12 2014 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri Mar 21 16:52:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=348a61c3 sci-astronomy/psfex: Add new version linked to live one Package-Manager: portage-2.2.8-prefix --- sci-astronomy/psfex/ChangeLog | 6 ++++++ sci-astronomy/psfex/psfex-3.17.0.ebuild | 1 + sci-astronomy/psfex/psfex-9999.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/psfex/ChangeLog b/sci-astronomy/psfex/ChangeLog index 1baf9a8..2a9540b 100644 --- a/sci-astronomy/psfex/ChangeLog +++ b/sci-astronomy/psfex/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*psfex-3.17.0 (21 Mar 2014) + + 21 Mar 2014; Sébastien Fabbro +psfex-3.17.0.ebuild, + psfex-9999.ebuild: + sci-astronomy/psfex: Add new version linked to live one + *psfex-3.9.1 (27 Feb 2014) 27 Feb 2014; Sébastien Fabbro +psfex-3.9.1.ebuild, diff --git a/sci-astronomy/psfex/psfex-3.17.0.ebuild b/sci-astronomy/psfex/psfex-3.17.0.ebuild new file mode 120000 index 0000000..1942f52 --- /dev/null +++ b/sci-astronomy/psfex/psfex-3.17.0.ebuild @@ -0,0 +1 @@ +psfex-9999.ebuild \ No newline at end of file diff --git a/sci-astronomy/psfex/psfex-9999.ebuild b/sci-astronomy/psfex/psfex-9999.ebuild index b1abdd6..9a4a23f 100644 --- a/sci-astronomy/psfex/psfex-9999.ebuild +++ b/sci-astronomy/psfex/psfex-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_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 -inherit ${_SVN} autotools-utils multilib +inherit autotools-utils multilib DESCRIPTION="Extracts models of the Point Spread Function from FITS images" HOMEPAGE="http://www.astromatic.net/software/psfex"