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 ECEAD1391DB for ; Sat, 22 Mar 2014 09:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A855BE0D6A; 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 78E17E0D60 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 8419233FBA4 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 58FB5188FA 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.a94aa65c17e8cd208d6b51373094b6ca1881eac3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/missfits/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/missfits/ChangeLog sci-astronomy/missfits/missfits-2.8.0.ebuild sci-astronomy/missfits/missfits-9999.ebuild X-VCS-Directories: sci-astronomy/missfits/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a94aa65c17e8cd208d6b51373094b6ca1881eac3 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: 0b979e12-b28a-4f7d-91bc-7cda3d7ac518 X-Archives-Hash: 38bd69b1687581b1031c4ff732dd63d9 commit: a94aa65c17e8cd208d6b51373094b6ca1881eac3 Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Mar 21 16:46:27 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=a94aa65c sci-astronomy/missfits: Add new version linked to live one Package-Manager: portage-2.2.8-prefix --- sci-astronomy/missfits/ChangeLog | 6 ++++++ sci-astronomy/missfits/missfits-2.8.0.ebuild | 1 + sci-astronomy/missfits/missfits-9999.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/sci-astronomy/missfits/ChangeLog b/sci-astronomy/missfits/ChangeLog index 6ff1dea..970a4f6 100644 --- a/sci-astronomy/missfits/ChangeLog +++ b/sci-astronomy/missfits/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*missfits-2.8.0 (21 Mar 2014) + + 21 Mar 2014; Sébastien Fabbro +missfits-2.8.0.ebuild, + missfits-9999.ebuild: + sci-astronomy/missfits: Add new version linked to live one + 27 Feb 2014; Sébastien Fabbro -Manifest, -files/missfits-2.4.0-configure.patch, -missfits-2.4.0.ebuild, missfits-9999.ebuild: diff --git a/sci-astronomy/missfits/missfits-2.8.0.ebuild b/sci-astronomy/missfits/missfits-2.8.0.ebuild new file mode 120000 index 0000000..b8cfc90 --- /dev/null +++ b/sci-astronomy/missfits/missfits-2.8.0.ebuild @@ -0,0 +1 @@ +missfits-9999.ebuild \ No newline at end of file diff --git a/sci-astronomy/missfits/missfits-9999.ebuild b/sci-astronomy/missfits/missfits-9999.ebuild index 2ac2a85..0df21ab 100644 --- a/sci-astronomy/missfits/missfits-9999.ebuild +++ b/sci-astronomy/missfits/missfits-9999.ebuild @@ -5,17 +5,17 @@ EAPI=5 if [[ ${PV} == "9999" ]] ; then - _SVN=subversion + inherit subversion ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk" SRC_URI="" KEYWORDS="" + AUTOTOOLS_AUTORECONF=1 else SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi -AUTOTOOLS_AUTORECONF=1 -inherit ${_SVN} autotools-utils +inherit autotools-utils DESCRIPTION="Performs basic maintenance and packaging tasks on FITS files" HOMEPAGE="http://www.astromatic.net/software/missfits/"