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 4C07513888F for ; Sun, 25 Oct 2015 17:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A691AE0835; Sun, 25 Oct 2015 17:39:57 +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 4DC16E0835 for ; Sun, 25 Oct 2015 17:39:52 +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 72C8333FE7D for ; Sun, 25 Oct 2015 17:39:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC41818E1 for ; Sun, 25 Oct 2015 17:39:49 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1445794769.ba7f2f9df01ed9b5acd43f79458503fb9c79497b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-weather_routing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2-r1.ebuild X-VCS-Directories: sci-geosciences/opencpn-plugin-weather_routing/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ba7f2f9df01ed9b5acd43f79458503fb9c79497b X-VCS-Branch: master Date: Sun, 25 Oct 2015 17:39:49 +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: b015d93f-18de-4bd2-bbc6-f1c2780c8944 X-Archives-Hash: 284a75b59ae6f8f90bfba265f785ff4e commit: ba7f2f9df01ed9b5acd43f79458503fb9c79497b Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 25 17:39:29 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 25 17:39:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7f2f9d Revert "sci-geosciences/opencpn-plugin-weather_routing: Support wxGTK:3.0" This reverts commit b6b26cf45a8701d8b56171e8bc43f0f52aae54ee. .../opencpn-plugin-weather_routing-1.2-r1.ebuild | 35 ---------------------- 1 file changed, 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 9fd942f..0000000 --- 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 -}