sci-visualization/pythonprop: Version bump

Package-Manager: portage-2.2.27
This commit is contained in:
Thomas Beierlein
2016-02-06 17:08:00 +01:00
parent c4bd212f48
commit 12a7a212fb
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop"
SRC_URI="http://www.qsl.net/h/hz1jw/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl
"
DEPEND="${RDEPEND}"
src_prepare() {
# do not call update_destop_database here
sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.in || die
# fix Desktop Entry
sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
}