commit: bde1068bf0220d915306655793c7562115771581
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 22:40:37 2018 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 23:45:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde1068b
sci-geosciences/opencpn-plugin-climatology: use CL-DATA in live version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../opencpn-plugin-climatology-9999.ebuild | 7 +++++--
1 file 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 769cbc41f92..fc2aab2517d 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"