sci-geosciences/opencpn-plugin-climatology: use CL-DATA in live version
authorMarc Schiffbauer <mschiff@gentoo.org>
Fri, 16 Mar 2018 22:40:37 +0000 (23:40 +0100)
committerMarc Schiffbauer <mschiff@gentoo.org>
Fri, 16 Mar 2018 23:45:59 +0000 (00:45 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild

index 769cbc41f9294cba317e8ed475c46fd17700b8c5..fc2aab2517d2269c1f4057c22f6c78af51a8ac43 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,12 +12,15 @@ if [[ ${PV} == "9999" ]] ; then
 else
        SRC_URI="
                https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-               mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz -> ${P}-CL-DATA.tar.xz
        "
        inherit cmake-utils wxwidgets
        KEYWORDS="~amd64 ~x86"
        S="${WORKDIR}/${MY_PN}-${PV}"
 fi
+SRC_URI="
+       $SRC_URI
+       mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz -> ${PN}-1.0-CL-DATA.tar.xz
+"
 
 DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"
 HOMEPAGE="https://github.com/seandepagnier/climatology_pi"