Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515026 - sci-astronomy/casa-data: -9349 is same as -9999, invalid keywords
Summary: sci-astronomy/casa-data: -9349 is same as -9999, invalid keywords
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sébastien Fabbro (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-25 04:07 UTC by Patrick Lauer
Modified: 2014-07-02 23:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-06-25 04:07:05 UTC
# 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 $

EAPI=5
inherit subversion

ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro"
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}"
SRC_URI=""


So this pulls from svn, and is the same as -9999 since it's not pinned to a revision.

The keywords (which I removed) are a QA violation: Pulling from live VCS is not allowed. Best to cook a tarball for that ...
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2014-07-02 23:47:33 UTC
was a wrong assignment:

-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}"

-HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository@${PV}"
+HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository"

+*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
+