commit: dd98f95dfe01afa431ece680fe3ff37dd3dacca1 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org> AuthorDate: Fri Mar 21 16:55:23 2014 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> 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 <[email protected]> +sextractor-2.19.5.ebuild, + sextractor-9999.ebuild: + sci-astronomy/sextractor: Add new version linked to live one + 27 Feb 2014; Sébastien Fabbro <[email protected]> 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." }
