diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-02-04 21:37:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-02-04 21:37:37 +0000 |
commit | 4a3ba0b0f80f5ae553b1c79ddf0c264b865f2110 (patch) | |
tree | 240a86fc5e402d49b199543c079e14318027778f /sci-astronomy/casa-data | |
parent | x11-drivers/xf86-video-intel: Prune old revisions (diff) | |
download | gentoo-2-4a3ba0b0f80f5ae553b1c79ddf0c264b865f2110.tar.gz gentoo-2-4a3ba0b0f80f5ae553b1c79ddf0c264b865f2110.tar.bz2 gentoo-2-4a3ba0b0f80f5ae553b1c79ddf0c264b865f2110.zip |
Added tagged versioned from svn revision, reversioned live ebuild and unkeyword it
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy/casa-data')
-rw-r--r-- | sci-astronomy/casa-data/ChangeLog | 12 | ||||
-rw-r--r-- | sci-astronomy/casa-data/casa-data-9349.ebuild (renamed from sci-astronomy/casa-data/casa-data-9999.ebuild) | 8 | ||||
-rw-r--r-- | sci-astronomy/casa-data/casa-data-99999.ebuild | 29 |
3 files changed, 43 insertions, 6 deletions
diff --git a/sci-astronomy/casa-data/ChangeLog b/sci-astronomy/casa-data/ChangeLog index 40b0eb5af467..37e162bef528 100644 --- a/sci-astronomy/casa-data/ChangeLog +++ b/sci-astronomy/casa-data/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-astronomy/casa-data -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/ChangeLog,v 1.2 2012/08/05 17:28:03 bicatali Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/ChangeLog,v 1.3 2014/02/04 21:37:37 bicatali Exp $ + +*casa-data-9349 (04 Feb 2014) +*casa-data-99999 (04 Feb 2014) + + 04 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> +casa-data-9349.ebuild, + +casa-data-99999.ebuild, -casa-data-9999.ebuild: + Added tagged versioned from svn revision, reversioned live ebuild and + unkeyword it 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> casa-data-9999.ebuild: keyword amd64-linux, x86-linux diff --git a/sci-astronomy/casa-data/casa-data-9999.ebuild b/sci-astronomy/casa-data/casa-data-9349.ebuild index fc9d96000d28..a790b96f9fa2 100644 --- a/sci-astronomy/casa-data/casa-data-9999.ebuild +++ b/sci-astronomy/casa-data/casa-data-9349.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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-9999.ebuild,v 1.2 2012/08/05 17:28:03 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/casa-data-9349.ebuild,v 1.1 2014/02/04 21:37:37 bicatali Exp $ -EAPI=4 +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" +HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository@${PV}" SRC_URI="" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/sci-astronomy/casa-data/casa-data-99999.ebuild b/sci-astronomy/casa-data/casa-data-99999.ebuild new file mode 100644 index 000000000000..ac13d515fe09 --- /dev/null +++ b/sci-astronomy/casa-data/casa-data-99999.ebuild @@ -0,0 +1,29 @@ +# 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-99999.ebuild,v 1.1 2014/02/04 21:37:37 bicatali 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" +SRC_URI="" + +KEYWORDS="" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/distro" + +src_install(){ + insinto /usr/share/casa/data + doins -r * +} |