summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2018-03-16 23:40:37 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2018-03-17 00:45:59 +0100
commitbde1068bf0220d915306655793c7562115771581 (patch)
tree3c8ad5e2a665618a784773df25f3326f5e0e4487
parentx11-libs/motif: stable 2.3.8-r1 for sparc, bug #650624 (diff)
downloadgentoo-bde1068bf0220d915306655793c7562115771581.tar.gz
gentoo-bde1068bf0220d915306655793c7562115771581.tar.bz2
gentoo-bde1068bf0220d915306655793c7562115771581.zip
sci-geosciences/opencpn-plugin-climatology: use CL-DATA in live version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild
index 769cbc41f929..fc2aab2517d2 100644
--- a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild
+++ b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild
@@ -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"