diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-10-25 18:39:29 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-10-25 18:39:29 +0100 |
commit | ba7f2f9df01ed9b5acd43f79458503fb9c79497b (patch) | |
tree | 067daf101c8945868200eabab04d7317935334f5 /sci-geosciences/opencpn-plugin-weather_routing | |
parent | sci-geosciences/opencpn-plugin-weatherfax: Support wxGTK:3.0 (diff) | |
download | gentoo-ba7f2f9df01ed9b5acd43f79458503fb9c79497b.tar.gz gentoo-ba7f2f9df01ed9b5acd43f79458503fb9c79497b.tar.bz2 gentoo-ba7f2f9df01ed9b5acd43f79458503fb9c79497b.zip |
Revert "sci-geosciences/opencpn-plugin-weather_routing: Support wxGTK:3.0"
This reverts commit b6b26cf45a8701d8b56171e8bc43f0f52aae54ee.
Diffstat (limited to 'sci-geosciences/opencpn-plugin-weather_routing')
-rw-r--r-- | sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild deleted file mode 100644 index 9fd942f98bfa..000000000000 --- a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -WX_GTK_VER="3.0" -inherit cmake-utils wxwidgets - -MY_PN="weather_routing_pi" - -DESCRIPTION="Weather Routing Plugin for OpenCPN" -HOMEPAGE="http://opencpn.org/ocpn/downloadplugins" -SRC_URI=" - https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=sci-geosciences/opencpn-4.0.0 - sys-devel/gettext - x11-libs/wxGTK:${WX_GTK_VER} -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_prepare() { - need-wxwidgets unicode - cmake-utils_src_prepare -} |