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 C9118139085 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 7406821C04E; Fri, 30 Dec 2016 18:00:44 +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 3E5D921C04E 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 372AF3416C2 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 225EC24F4 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: <1483120826.dd5dc2301b7bdb901bed9646347eff5e8232c77a.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-route/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/opencpn-plugin-route/Manifest sci-geosciences/opencpn-plugin-route/metadata.xml sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-9999.ebuild X-VCS-Directories: sci-geosciences/opencpn-plugin-route/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: dd5dc2301b7bdb901bed9646347eff5e8232c77a 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: c53b03ea-f0a6-4ec2-b160-3be4bacea1ce X-Archives-Hash: 18419d02c13c40a6856d92f1662b9951 commit: dd5dc2301b7bdb901bed9646347eff5e8232c77a Author: Marc Schiffbauer gentoo org> AuthorDate: Thu Dec 29 22:08:08 2016 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Dec 30 18:00:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5dc230 sci-geosciences/opencpn-plugin-route: added new plugin Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-geosciences/opencpn-plugin-route/Manifest | 1 + sci-geosciences/opencpn-plugin-route/metadata.xml | 15 +++++++++ .../opencpn-plugin-route-1.2.ebuild | 38 ++++++++++++++++++++++ .../opencpn-plugin-route-9999.ebuild | 38 ++++++++++++++++++++++ 4 files changed, 92 insertions(+) diff --git a/sci-geosciences/opencpn-plugin-route/Manifest b/sci-geosciences/opencpn-plugin-route/Manifest new file mode 100644 index 00000000..826d066 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-route/Manifest @@ -0,0 +1 @@ +DIST opencpn-plugin-route-1.2.tar.gz 373474 SHA256 e72b08948f0b4adaaca16ce438a450148138b2d95db039553c74f1a33eba44ea SHA512 4dcaa4592f72c6a093276689db5ffa8dae1ed3e0ac6790b85352a6a1942d8863c8f19dfd1110256df9ac28e8056442344852d7790ae97201efe965485a5faa26 WHIRLPOOL fa3a66b18b974718603f8048f7634a43d79d87cddb0f77367dfea3e9379929f2fbd78947b3e7dca50bc15316d1910dc0131b22ebf4265ba5cd20a8ebf99c64e7 diff --git a/sci-geosciences/opencpn-plugin-route/metadata.xml b/sci-geosciences/opencpn-plugin-route/metadata.xml new file mode 100644 index 00000000..6e6d546 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-route/metadata.xml @@ -0,0 +1,15 @@ + + + + + mschiff@gentoo.org + Marc Schiffbauer + + + sci-geosciences@gentoo.org + Gentoo Geosciences Project + + + SaltyPaws/route_pi + + diff --git a/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.ebuild new file mode 100644 index 00000000..59b68d6 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-1.2.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="route_pi" +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/SaltyPaws/${MY_PN}.git" + inherit git-r3 cmake-utils wxwidgets + KEYWORDS="" +else + SRC_URI=" + https://github.com/SaltyPaws/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + " + inherit cmake-utils wxwidgets + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +DESCRIPTION="Route Plotting Plugin for OpenCPN" +HOMEPAGE="https://github.com/SaltyPaws/DR_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-route/opencpn-plugin-route-9999.ebuild b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-9999.ebuild new file mode 100644 index 00000000..59b68d6 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-route/opencpn-plugin-route-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="route_pi" +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/SaltyPaws/${MY_PN}.git" + inherit git-r3 cmake-utils wxwidgets + KEYWORDS="" +else + SRC_URI=" + https://github.com/SaltyPaws/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + " + inherit cmake-utils wxwidgets + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +DESCRIPTION="Route Plotting Plugin for OpenCPN" +HOMEPAGE="https://github.com/SaltyPaws/DR_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 +}