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 4AE491391DB for ; Sat, 22 Mar 2014 09:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3CD0E0D77; 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 7920EE0D6A 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 843CF33FD11 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 96A22188FC 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.a74a6ca3bed3b68808cde534675ae986f296af0e.jlec@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: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a74a6ca3bed3b68808cde534675ae986f296af0e 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: 42769bbe-ef2c-4a68-b9e3-9f6c8688f15d X-Archives-Hash: 2cf7575bf5e2d418886ed031ed37c45c commit: a74a6ca3bed3b68808cde534675ae986f296af0e Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Mar 21 16:55:23 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=a74a6ca3 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." }