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 B0CAB1381F3 for ; Thu, 18 Jul 2013 21:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 331EAE0B56; Thu, 18 Jul 2013 21:51:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA624E0B56 for ; Thu, 18 Jul 2013 21:51:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9DD033E5D5 for ; Thu, 18 Jul 2013 21:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 62D43E5459 for ; Thu, 18 Jul 2013 21:51:06 +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: <1374183696.a541d68ba5e0ca2c5f9e4dfe3f6cffe8590b37e3.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/stilts/ChangeLog sci-astronomy/stilts/stilts-2.5.1.ebuild sci-astronomy/stilts/stilts-2.5.ebuild X-VCS-Directories: sci-astronomy/stilts/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: a541d68ba5e0ca2c5f9e4dfe3f6cffe8590b37e3 X-VCS-Branch: master Date: Thu, 18 Jul 2013 21:51:06 +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: a1e3532d-eeba-4830-99f4-55d12e7abea1 X-Archives-Hash: f1f2be7a456fa67d2ceee57fb4465d55 commit: a541d68ba5e0ca2c5f9e4dfe3f6cffe8590b37e3 Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Jul 18 21:41:36 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Jul 18 21:41:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a541d68b sci-astronomy/stilts: Version bump --- sci-astronomy/stilts/ChangeLog | 6 ++++++ sci-astronomy/stilts/{stilts-2.5.ebuild => stilts-2.5.1.ebuild} | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/stilts/ChangeLog b/sci-astronomy/stilts/ChangeLog index ac32358..e3835fa 100644 --- a/sci-astronomy/stilts/ChangeLog +++ b/sci-astronomy/stilts/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*stilts-2.5.1 (18 Jul 2013) + + 18 Jul 2013; Sébastien Fabbro -stilts-2.5.ebuild, + +stilts-2.5.1.ebuild: + Version bump + *stilts-2.5 (07 Jun 2013) 07 Jun 2013; Sébastien Fabbro +stilts-2.5.ebuild, diff --git a/sci-astronomy/stilts/stilts-2.5.ebuild b/sci-astronomy/stilts/stilts-2.5.1.ebuild similarity index 74% rename from sci-astronomy/stilts/stilts-2.5.ebuild rename to sci-astronomy/stilts/stilts-2.5.1.ebuild index 3cb7128..bab351d 100644 --- a/sci-astronomy/stilts/stilts-2.5.ebuild +++ b/sci-astronomy/stilts/stilts-2.5.1.ebuild @@ -4,11 +4,13 @@ EAPI=5 -inherit java-pkg-2 +inherit java-pkg-2 versionator + +MYPV=$(replace_version_separator 2 '-') DESCRIPTION="Command line tools to process astronomical tables" HOMEPAGE="http://www.star.bris.ac.uk/~mbt/stilts/" -SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}/${PN}.jar -> ${P}.jar" +SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}/${PN}.jar -> ${P}.jar" LICENSE="GPL-2" SLOT="0"