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 817E159CA9 for ; Wed, 30 Mar 2016 23:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7FEA21C027; Wed, 30 Mar 2016 23:26:37 +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 677DC21C017 for ; Wed, 30 Mar 2016 23:26:35 +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 65EC8340D54 for ; Wed, 30 Mar 2016 23:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FC4687B for ; Wed, 30 Mar 2016 23:26:30 +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: <1459380346.81c669601b2a2951492023c0ac26b773bde1c9e7.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-otcurrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/opencpn-plugin-otcurrent/Manifest sci-geosciences/opencpn-plugin-otcurrent/metadata.xml sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-1.2.ebuild sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-9999.ebuild X-VCS-Directories: sci-geosciences/opencpn-plugin-otcurrent/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 81c669601b2a2951492023c0ac26b773bde1c9e7 X-VCS-Branch: master Date: Wed, 30 Mar 2016 23:26:30 +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: 070c5ad5-7f82-47a9-a97e-93f0e9993ed0 X-Archives-Hash: 35a50a68ee84ea81a8e062de2949250b commit: 81c669601b2a2951492023c0ac26b773bde1c9e7 Author: Marc Schiffbauer gentoo org> AuthorDate: Wed Mar 30 23:24:24 2016 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Wed Mar 30 23:25:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c66960 sci-geosciences/opencpn-plugin-otcurrent: added new ebuild Package-Manager: portage-2.2.28 sci-geosciences/opencpn-plugin-otcurrent/Manifest | 1 + .../opencpn-plugin-otcurrent/metadata.xml | 15 +++++++++ .../opencpn-plugin-otcurrent-1.2.ebuild | 38 ++++++++++++++++++++++ .../opencpn-plugin-otcurrent-9999.ebuild | 38 ++++++++++++++++++++++ 4 files changed, 92 insertions(+) diff --git a/sci-geosciences/opencpn-plugin-otcurrent/Manifest b/sci-geosciences/opencpn-plugin-otcurrent/Manifest new file mode 100644 index 0000000..27b3ba9 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-otcurrent/Manifest @@ -0,0 +1 @@ +DIST opencpn-plugin-otcurrent-1.2.tar.gz 184391 SHA256 808323caa3c120471e50d418e969a0c15206b87a1d05c10bc7002d61fbfb09ed SHA512 04564e0fcafe0f338d52a2fe7cf1a00c5d53d4ecbbac3264203ddc5ed4dd1e237b45d206314dfc493ea4649491a03872158a4d61a6dd0658dd54a20b43502263 WHIRLPOOL f2203e98939a2884caf33111151743518af7edd6603d87ceb4dca4ba588d3acb4b60789bd84c6ca05673ab9fff59e51c6b7deaa87bceb4cb00226948df5d0fe2 diff --git a/sci-geosciences/opencpn-plugin-otcurrent/metadata.xml b/sci-geosciences/opencpn-plugin-otcurrent/metadata.xml new file mode 100644 index 0000000..37fc2f7 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-otcurrent/metadata.xml @@ -0,0 +1,15 @@ + + + + + mschiff@gentoo.org + Marc Schiffbauer + + + sci-geosciences@gentoo.org + Gentoo Geosciences Project + + + Rasbats/otcurrent_pi + + diff --git a/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-1.2.ebuild b/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-1.2.ebuild new file mode 100644 index 0000000..7079ab5 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-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="otcurrent_pi" +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git" + inherit git-r3 cmake-utils wxwidgets + KEYWORDS="" +else + SRC_URI=" + https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + " + inherit cmake-utils wxwidgets + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +DESCRIPTION="IAC Fleetcode Plugin for OpenCPN" +HOMEPAGE="https://github.com/Rasbats/otcurrent_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-otcurrent/opencpn-plugin-otcurrent-9999.ebuild b/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-9999.ebuild new file mode 100644 index 0000000..7079ab5 --- /dev/null +++ b/sci-geosciences/opencpn-plugin-otcurrent/opencpn-plugin-otcurrent-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="otcurrent_pi" +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/Rasbats/${MY_PN}.git" + inherit git-r3 cmake-utils wxwidgets + KEYWORDS="" +else + SRC_URI=" + https://github.com/Rasbats/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + " + inherit cmake-utils wxwidgets + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +DESCRIPTION="IAC Fleetcode Plugin for OpenCPN" +HOMEPAGE="https://github.com/Rasbats/otcurrent_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 +}