From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C386139085 for ; Fri, 30 Dec 2016 18:00:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 795F521C060; Fri, 30 Dec 2016 18:00:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4524921C054 for ; Fri, 30 Dec 2016 18:00:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C741341647 for ; Fri, 30 Dec 2016 18:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 450BE24F6 for ; Fri, 30 Dec 2016 18:00:40 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1483120827.7f6989edc1b8229abd448fef7e99bffb336db09d.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-polar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/opencpn-plugin-polar/Manifest sci-geosciences/opencpn-plugin-polar/metadata.xml sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-1.1007.ebuild sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-9999.ebuild X-VCS-Directories: sci-geosciences/opencpn-plugin-polar/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 7f6989edc1b8229abd448fef7e99bffb336db09d X-VCS-Branch: master Date: Fri, 30 Dec 2016 18:00:40 +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: fbc1a484-0d9f-45e6-84f1-0e03944025a8 X-Archives-Hash: ddc61cc4b546179186280647a31215e3 commit: 7f6989edc1b8229abd448fef7e99bffb336db09d Author: Marc Schiffbauer gentoo org> AuthorDate: Thu Dec 29 22:29:58 2016 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Dec 30 18:00:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6989ed sci-geosciences/opencpn-plugin-polar: added new plugin Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-geosciences/opencpn-plugin-polar/Manifest | 1 + sci-geosciences/opencpn-plugin-polar/metadata.xml | 15 +++++++++ .../opencpn-plugin-polar-1.1007.ebuild | 38 ++++++++++++++++++++++ .../opencpn-plugin-polar-9999.ebuild | 38 ++++++++++++++++++++++ 4 files changed, 92 insertions(+) diff --git a/sci-geosciences/opencpn-plugin-polar/Manifest b/sci-geosciences/opencpn-plugin-polar/Manifest new file mode 100644 index 00000000..7b5c673 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-polar/Manifest @@ -0,0 +1 @@ +DIST opencpn-plugin-polar-1.1007.tar.gz 263299 SHA256 0b0e11003d7b11fbf05047e13a08700b86ae74e5c3aa125b4bb61659c8a9af24 SHA512 9ef853a052692b7475851b8470d18c711bf2e9a8fd7dbc31919197fa6ae0225ce218bd4a13f39a999fa29282b209614e0fc37e429a39dc3c1dc28b018e6c3344 WHIRLPOOL 683447093278e47b1ed3df3e79a4657608daea50942425c114a04c02656a4f166554dfd6b024a4c626b14d3f7fb16a4812a98f113c44669106289a0ca78b6a04 diff --git a/sci-geosciences/opencpn-plugin-polar/metadata.xml b/sci-geosciences/opencpn-plugin-polar/metadata.xml new file mode 100644 index 00000000..3d00c81 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-polar/metadata.xml @@ -0,0 +1,15 @@ + + + + + mschiff@gentoo.org + Marc Schiffbauer + + + sci-geosciences@gentoo.org + Gentoo Geosciences Project + + + ptulp/polar_pi + + diff --git a/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-1.1007.ebuild b/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-1.1007.ebuild new file mode 100644 index 00000000..c0189e1 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-1.1007.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +WX_GTK_VER="3.0" +MY_PN="polar_pi" +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git" + inherit git-r3 cmake-utils wxwidgets + KEYWORDS="" +else + SRC_URI=" + https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + " + inherit cmake-utils wxwidgets + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +DESCRIPTION="Polar Diagram Plugin for OpenCPN" +HOMEPAGE="https://github.com/ptulp/polar_pi" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" + +RDEPEND=" + x11-libs/wxGTK:${WX_GTK_VER} + >=sci-geosciences/opencpn-4.2.0 + sys-devel/gettext +" +DEPEND="${RDEPEND}" +src_prepare() { + need-wxwidgets unicode + cmake-utils_src_prepare +} diff --git a/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-9999.ebuild b/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-9999.ebuild new file mode 100644 index 00000000..c0189e1 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-polar/opencpn-plugin-polar-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +WX_GTK_VER="3.0" +MY_PN="polar_pi" +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/ptulp/${MY_PN}.git" + inherit git-r3 cmake-utils wxwidgets + KEYWORDS="" +else + SRC_URI=" + https://github.com/ptulp/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + " + inherit cmake-utils wxwidgets + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +DESCRIPTION="Polar Diagram Plugin for OpenCPN" +HOMEPAGE="https://github.com/ptulp/polar_pi" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" + +RDEPEND=" + x11-libs/wxGTK:${WX_GTK_VER} + >=sci-geosciences/opencpn-4.2.0 + sys-devel/gettext +" +DEPEND="${RDEPEND}" +src_prepare() { + need-wxwidgets unicode + cmake-utils_src_prepare +}