public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/
Date: Wed, 30 Mar 2016 23:26:29 +0000 (UTC)	[thread overview]
Message-ID: <1459380346.7fc710bc65bf3cc070bf3c0b7a8696ae83360afc.mschiff@gentoo> (raw)

commit:     7fc710bc65bf3cc070bf3c0b7a8696ae83360afc
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 23:18:08 2016 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 23:25:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc710bc

sci-geosciences/opencpn-plugin-climatology: add live version

Package-Manager: portage-2.2.28

 .../opencpn-plugin-climatology-9999.ebuild         | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild
new file mode 100644
index 0000000..a318a29
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-9999.ebuild
@@ -0,0 +1,45 @@
+# 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="climatology_pi"
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/seandepagnier/${MY_PN}.git"
+	inherit git-r3 cmake-utils wxwidgets
+	KEYWORDS=""
+else
+	SRC_URI="
+		https://github.com/seandepagnier/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+		mirror://sourceforge/opencpnplugins/climatology_pi/CL-DATA-1.0.tar.xz -> ${P}-CL-DATA.tar.xz
+	"
+	inherit cmake-utils wxwidgets
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="Climatology Plugin for OpenCPN (includes CL-DATA)"
+HOMEPAGE="https://github.com/seandepagnier/climatology_pi"
+
+LICENSE="GPL-3+"
+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
+}
+src_install() {
+	cmake-utils_src_install
+	insinto "/usr/share/opencpn/plugins/${MY_PN}/data/"
+	doins "${S}"/{,../}data/*
+}


             reply	other threads:[~2016-03-30 23:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30 23:26 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-18  6:04 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-climatology/ Marc Schiffbauer
2021-04-04 20:21 David Seifert
2021-04-03 15:44 Sam James
2018-03-16 23:46 Marc Schiffbauer
2018-03-16 23:46 Marc Schiffbauer
2018-03-16 23:46 Marc Schiffbauer
2018-03-16 23:46 Marc Schiffbauer
2016-03-26  2:29 Marc Schiffbauer
2015-10-25 17:18 Pacho Ramos
2015-10-25 17:18 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459380346.7fc710bc65bf3cc070bf3c0b7a8696ae83360afc.mschiff@gentoo \
    --to=mschiff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox