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 76E181391DB for ; Sat, 22 Mar 2014 09:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C4EE0D5A; 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 7957FE0D70 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 86A8933FD25 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 B84F2188ED 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.22260da1523ada8c97808fd04a5acc46ce37de12.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/skymaker/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/skymaker/ChangeLog sci-astronomy/skymaker/skymaker-3.10.5.ebuild sci-astronomy/skymaker/skymaker-9999.ebuild X-VCS-Directories: sci-astronomy/skymaker/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 22260da1523ada8c97808fd04a5acc46ce37de12 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: a328f3d5-d632-42b2-b3af-6e79f4c8a7fe X-Archives-Hash: 10d611a8ae012d93ec755f526a99d2b2 commit: 22260da1523ada8c97808fd04a5acc46ce37de12 Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Mar 21 16:58:32 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=22260da1 sci-astronomy/skymaker: Add new version linked to live one Package-Manager: portage-2.2.8-prefix --- sci-astronomy/skymaker/ChangeLog | 6 ++++++ sci-astronomy/skymaker/skymaker-3.10.5.ebuild | 1 + sci-astronomy/skymaker/skymaker-9999.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/sci-astronomy/skymaker/ChangeLog b/sci-astronomy/skymaker/ChangeLog index a1747aa..b233d09 100644 --- a/sci-astronomy/skymaker/ChangeLog +++ b/sci-astronomy/skymaker/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*skymaker-3.10.5 (21 Mar 2014) + + 21 Mar 2014; Sébastien Fabbro +skymaker-3.10.5.ebuild, + skymaker-9999.ebuild: + sci-astronomy/skymaker: Add new version linked to live one + 27 Feb 2014; Sébastien Fabbro -Manifest, -files/skymaker-configure.patch, -skymaker-3.3.3.ebuild, skymaker-9999.ebuild: sci-astronomy/skymaker: EAPI-5, autotools-utils diff --git a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild new file mode 120000 index 0000000..bae5406 --- /dev/null +++ b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild @@ -0,0 +1 @@ +skymaker-9999.ebuild \ No newline at end of file diff --git a/sci-astronomy/skymaker/skymaker-9999.ebuild b/sci-astronomy/skymaker/skymaker-9999.ebuild index 035872d..46cb59f 100644 --- a/sci-astronomy/skymaker/skymaker-9999.ebuild +++ b/sci-astronomy/skymaker/skymaker-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="" @@ -14,10 +14,10 @@ else KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi -AUTOTOOLS_AUTORECONF=1 +#AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 -inherit ${_SVN} autotools-utils +inherit autotools-utils DESCRIPTION="Program that simulates astronomical images" HOMEPAGE="http://www.astromatic.net/software/skymaker"