From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/
Date: Wed, 30 Mar 2016 23:26:30 +0000 (UTC) [thread overview]
Message-ID: <1459380346.1a7bdd6e530c37f43a8c6a6e25b941b1ca29b944.mschiff@gentoo> (raw)
commit: 1a7bdd6e530c37f43a8c6a6e25b941b1ca29b944
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 23:23:02 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=1a7bdd6e
sci-geosciences/opencpn-plugin-ocpn_draw: added ebuild
Package-Manager: portage-2.2.28
sci-geosciences/opencpn-plugin-ocpn_draw/Manifest | 1 +
.../opencpn-plugin-ocpn_draw/metadata.xml | 15 +++++++++
.../opencpn-plugin-ocpn_draw-1.0.12.ebuild | 38 ++++++++++++++++++++++
.../opencpn-plugin-ocpn_draw-9999.ebuild | 38 ++++++++++++++++++++++
4 files changed, 92 insertions(+)
diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
new file mode 100644
index 0000000..a19b84a
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
@@ -0,0 +1 @@
+DIST opencpn-plugin-ocpn_draw-1.0.12.tar.gz 1122888 SHA256 e044cb5bccad4d5020c6378d514d5807aaa83a04fb24e15af0bb0c7e290fa968 SHA512 d9c6afe17efbc3fa668958b55a67ba7160670ef1c3c16c1db11d360dcd8dc2c27894b89cb724443c96b6d30152ee01e651a120dfe003a3d3a951872c7900850c WHIRLPOOL 20f7c8057912fa8e274617f835985a4c9b379b100b2f5fe4a8234527937a53fbb971e2888cfd006dd40cfb9bc3dc0ecabff77ba8e72bb22e8290c489196b30a4
diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/metadata.xml b/sci-geosciences/opencpn-plugin-ocpn_draw/metadata.xml
new file mode 100644
index 0000000..ae33cb3
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mschiff@gentoo.org</email>
+ <name>Marc Schiffbauer</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-geosciences@gentoo.org</email>
+ <name>Gentoo Geosciences Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">jongough/ocpn_draw_pi</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild
new file mode 100644
index 0000000..5fe8111
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.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="ocpn_draw_pi"
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/jongough/${MY_PN}.git"
+ inherit git-r3 cmake-utils wxwidgets
+ KEYWORDS=""
+else
+ SRC_URI="
+ https://github.com/jongough/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+ "
+ inherit cmake-utils wxwidgets
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="Draw Plugin for OpenCPN"
+HOMEPAGE="https://github.com/jongough/ocpn_draw_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-ocpn_draw/opencpn-plugin-ocpn_draw-9999.ebuild b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-9999.ebuild
new file mode 100644
index 0000000..5fe8111
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-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="ocpn_draw_pi"
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/jongough/${MY_PN}.git"
+ inherit git-r3 cmake-utils wxwidgets
+ KEYWORDS=""
+else
+ SRC_URI="
+ https://github.com/jongough/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+ "
+ inherit cmake-utils wxwidgets
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="Draw Plugin for OpenCPN"
+HOMEPAGE="https://github.com/jongough/ocpn_draw_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
+}
next reply other threads:[~2016-03-30 23:26 UTC|newest]
Thread overview: 4+ 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 --
2016-12-30 18:00 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/ Marc Schiffbauer
2018-03-16 23:46 Marc Schiffbauer
2021-04-04 20:21 David Seifert
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.1a7bdd6e530c37f43a8c6a6e25b941b1ca29b944.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