From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1EA9B58973 for ; Sat, 6 Feb 2016 16:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AE5821C00C; Sat, 6 Feb 2016 16:08:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D252A21C00C for ; Sat, 6 Feb 2016 16:08:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72662340B63 for ; Sat, 6 Feb 2016 16:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 000DF8DC for ; Sat, 6 Feb 2016 16:08:28 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1454774880.12a7a212fba784a6061a29c902310c3aa06bc255.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pythonprop/Manifest sci-visualization/pythonprop/pythonprop-0.18.ebuild X-VCS-Directories: sci-visualization/pythonprop/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 12a7a212fba784a6061a29c902310c3aa06bc255 X-VCS-Branch: master Date: Sat, 6 Feb 2016 16:08:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33eb8874-7c6b-419e-b171-f0f6a693aebb X-Archives-Hash: 4e3ae73e2bc038ff3d06eb65fc8dbed1 commit: 12a7a212fba784a6061a29c902310c3aa06bc255 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Feb 6 16:08:00 2016 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Feb 6 16:08:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a7a212 sci-visualization/pythonprop: Version bump Package-Manager: portage-2.2.27 sci-visualization/pythonprop/Manifest | 1 + .../pythonprop/pythonprop-0.18.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sci-visualization/pythonprop/Manifest b/sci-visualization/pythonprop/Manifest index 90f7bcb..de9f484 100644 --- a/sci-visualization/pythonprop/Manifest +++ b/sci-visualization/pythonprop/Manifest @@ -1 +1,2 @@ DIST pythonprop-0.13.tar.gz 217721 SHA256 c89aa97876755679ccb2fa9baf7b1d20dc7a36f4b8aa4aa35cbf338e7370cbf5 SHA512 b637f48369c926c8dd680a433d46236dc4fa70be79b2325d8f82e320b2d75b1e6d7d992bd81022d27fb6ab118d92178c7ad5ad94f6011a396e4a28d7431bbf2b WHIRLPOOL b6e43058d0495cf54cc7b0f3755531ac06b6c196adc6b76ac1ccd0e60a4b46be477c06d6c480d6822ba75d8da1594c9d727996d52cf4ef80daecaa6df1bd5ec4 +DIST pythonprop-0.18.tar.gz 1158035 SHA256 51689ce55a73ad4568c34ea882ce0e1dcae9364aa9628804256b31d33163f048 SHA512 2ca796f215e5aab33bee7dd161358c3065b464587597363dee9f03758cf666cca1b70f5b83e8ac266e21f77b806711cb6f48a1d7c3cd0b97f1461e897f5f9f80 WHIRLPOOL 43dfd007fb6f43308e8c29159bd3ffa9ab498c7b4cfe3ff02634df78da5484bf77f4f6d30323e6f866266f36a6358e32259f9f9946ed97ed0208232fe196c608 diff --git a/sci-visualization/pythonprop/pythonprop-0.18.ebuild b/sci-visualization/pythonprop/pythonprop-0.18.ebuild new file mode 100644 index 0000000..2377cd0 --- /dev/null +++ b/sci-visualization/pythonprop/pythonprop-0.18.ebuild @@ -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 +}