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 306A01391DB for ; Fri, 21 Mar 2014 17:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BD1AE0D4E; 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 D9853E0D49 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 AA14133FD11 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 59BBB188EC 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: <1395420923.dd98f95dfe01afa431ece680fe3ff37dd3dacca1.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/sextractor/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/sextractor/ChangeLog sci-astronomy/sextractor/sextractor-2.19.5.ebuild sci-astronomy/sextractor/sextractor-9999.ebuild X-VCS-Directories: sci-astronomy/sextractor/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: dd98f95dfe01afa431ece680fe3ff37dd3dacca1 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: ca7a9ec5-2be1-40a0-9d3f-789f543e4a7c X-Archives-Hash: 2769f41ffeb4f1e3d3cf41bce873ec26 commit: dd98f95dfe01afa431ece680fe3ff37dd3dacca1 Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Mar 21 16:55:23 2014 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri Mar 21 16:55:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dd98f95d sci-astronomy/sextractor: Add new version linked to live one Package-Manager: portage-2.2.8-prefix --- sci-astronomy/sextractor/ChangeLog | 6 ++++++ sci-astronomy/sextractor/sextractor-2.19.5.ebuild | 1 + sci-astronomy/sextractor/sextractor-9999.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/sci-astronomy/sextractor/ChangeLog b/sci-astronomy/sextractor/ChangeLog index b5426c1..29d2adc 100644 --- a/sci-astronomy/sextractor/ChangeLog +++ b/sci-astronomy/sextractor/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/sextractor/ChangeLog,v 1.3 2011/08/04 18:32:38 bicatali Exp $ +*sextractor-2.19.5 (21 Mar 2014) + + 21 Mar 2014; Sébastien Fabbro +sextractor-2.19.5.ebuild, + sextractor-9999.ebuild: + sci-astronomy/sextractor: Add new version linked to live one + 27 Feb 2014; Sébastien Fabbro sextractor-2.8.6-r1.ebuild, sextractor-9999.ebuild: sci-astronomy/sextractor: EAPI-5, autotools-utils, missing threads on atlas diff --git a/sci-astronomy/sextractor/sextractor-2.19.5.ebuild b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild new file mode 120000 index 0000000..8b8a275 --- /dev/null +++ b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild @@ -0,0 +1 @@ +sextractor-9999.ebuild \ No newline at end of file diff --git a/sci-astronomy/sextractor/sextractor-9999.ebuild b/sci-astronomy/sextractor/sextractor-9999.ebuild index 0e8f58a..747a681 100644 --- a/sci-astronomy/sextractor/sextractor-9999.ebuild +++ b/sci-astronomy/sextractor/sextractor-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="" @@ -16,7 +16,7 @@ fi AUTOTOOLS_IN_SOURCE_BUILD=1 -inherit ${_SVN} autotools-utils multilib +inherit autotools-utils multilib DESCRIPTION="Extract catalogs of sources from astronomical FITS images" HOMEPAGE="http://www.astromatic.net/software/sextractor" @@ -69,5 +69,5 @@ src_install () { pkg_postinst() { elog "SExtractor examples configuration files are located in" - elog "${EROOT}/${CONFDIR} and are not loaded anymore by default." + elog "${EROOT%/}/${CONFDIR} and are not loaded anymore by default." }