diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-07-02 23:45:28 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-07-02 23:45:28 +0000 |
commit | 0eabeea8d8060f3509ba012bb1a00721aec887f3 (patch) | |
tree | fba796b9ba215e08b93cd3a63e873b2ad255207d /sci-astronomy | |
parent | Version bump. (diff) | |
download | gentoo-2-0eabeea8d8060f3509ba012bb1a00721aec887f3.tar.gz gentoo-2-0eabeea8d8060f3509ba012bb1a00721aec887f3.tar.bz2 gentoo-2-0eabeea8d8060f3509ba012bb1a00721aec887f3.zip |
Version bump
(Portage version: 2.2.10.1-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/casa-data/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/casa-data/casa-data-10013.ebuild (renamed from sci-astronomy/casa-data/casa-data-9349.ebuild) | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/sci-astronomy/casa-data/ChangeLog b/sci-astronomy/casa-data/ChangeLog index 075c7fdb1dcc..88be33beab0f 100644 --- a/sci-astronomy/casa-data/ChangeLog +++ b/sci-astronomy/casa-data/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/casa-data # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/ChangeLog,v 1.4 2014/06/25 04:02:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/ChangeLog,v 1.5 2014/07/02 23:45:28 bicatali Exp $ + +*casa-data-10013 (02 Jul 2014) + + 02 Jul 2014; Sébastien Fabbro <bicatali@gentoo.org> +casa-data-10013.ebuild, + -casa-data-9349.ebuild: + Version bump 25 Jun 2014; Patrick Lauer <patrick@gentoo.org> casa-data-9349.ebuild: Remove keywords as this is a live package diff --git a/sci-astronomy/casa-data/casa-data-9349.ebuild b/sci-astronomy/casa-data/casa-data-10013.ebuild index 33b1c7c82c26..8dde0149786f 100644 --- a/sci-astronomy/casa-data/casa-data-9349.ebuild +++ b/sci-astronomy/casa-data/casa-data-10013.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/casa-data-9349.ebuild,v 1.2 2014/06/25 04:02:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/casa-data-10013.ebuild,v 1.1 2014/07/02 23:45:28 bicatali Exp $ EAPI=5 inherit subversion -ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro" +ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro@${PV}" ESVN_OPTIONS="--non-interactive --trust-server-cert " DESCRIPTION="Data and tables for the CASA software" -HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository@${PV}" +HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository" SRC_URI="" -#KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -# QA: No live fetching from versioncontrol -KEYWORDS="" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" SLOT="0" |