From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-squiddio/
Date: Wed, 30 Mar 2016 23:26:30 +0000 (UTC) [thread overview]
Message-ID: <1459380346.2de9f8273b9e29bba38c2a613433bd5ff50ec00f.mschiff@gentoo> (raw)
commit: 2de9f8273b9e29bba38c2a613433bd5ff50ec00f
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 23:25:20 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=2de9f827
sci-geosciences/opencpn-plugin-squiddio: added new ebuild
Package-Manager: portage-2.2.28
sci-geosciences/opencpn-plugin-squiddio/Manifest | 1 +
.../opencpn-plugin-squiddio/metadata.xml | 15 ++++++++
.../opencpn-plugin-squiddio-0.7.ebuild | 41 ++++++++++++++++++++++
.../opencpn-plugin-squiddio-9999.ebuild | 41 ++++++++++++++++++++++
4 files changed, 98 insertions(+)
diff --git a/sci-geosciences/opencpn-plugin-squiddio/Manifest b/sci-geosciences/opencpn-plugin-squiddio/Manifest
new file mode 100644
index 0000000..8053759
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-squiddio/Manifest
@@ -0,0 +1 @@
+DIST opencpn-plugin-squiddio-0.7.tar.gz 324747 SHA256 5e76e71f223497328ef1f68a0824bdeb4cdca0d5be5ef1086d36900d089d2585 SHA512 8a39286ef26a89b58fdf825cdb241127fb2448a121e29d9bd71db2588647a92688afe4ff176a3e73155c1aa2039a2df331e05d9f57431bc1aa534a67bba41959 WHIRLPOOL b9258fa0bafb2e247bee00d23dceacddcfd9779d86f81389f98ac45f7889af29ce5725f01594039ca0e79aab4bd1135ddf466d504c296646c2c320b17d155e4c
diff --git a/sci-geosciences/opencpn-plugin-squiddio/metadata.xml b/sci-geosciences/opencpn-plugin-squiddio/metadata.xml
new file mode 100644
index 0000000..adb0998
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-squiddio/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">mauroc/squiddio_pi</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-0.7.ebuild b/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-0.7.ebuild
new file mode 100644
index 0000000..a8077d4
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-0.7.ebuild
@@ -0,0 +1,41 @@
+# 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="squiddio_pi"
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/mauroc/${MY_PN}.git"
+ inherit git-r3 cmake-utils wxwidgets
+ KEYWORDS=""
+else
+ SRC_URI="
+ https://github.com/mauroc/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+ "
+ inherit cmake-utils wxwidgets
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="Squiddio Plugin for OpenCPN"
+HOMEPAGE="https://github.com/mauroc/squiddio_pi"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ x11-libs/wxGTK:${WX_GTK_VER}
+ >=sci-geosciences/opencpn-4.2.0
+ sys-devel/gettext
+"
+DEPEND="
+ net-misc/curl
+ ${RDEPEND}
+"
+src_prepare() {
+ need-wxwidgets unicode
+ cmake-utils_src_prepare
+}
diff --git a/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-9999.ebuild b/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-9999.ebuild
new file mode 100644
index 0000000..a8077d4
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-squiddio/opencpn-plugin-squiddio-9999.ebuild
@@ -0,0 +1,41 @@
+# 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="squiddio_pi"
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/mauroc/${MY_PN}.git"
+ inherit git-r3 cmake-utils wxwidgets
+ KEYWORDS=""
+else
+ SRC_URI="
+ https://github.com/mauroc/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+ "
+ inherit cmake-utils wxwidgets
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="Squiddio Plugin for OpenCPN"
+HOMEPAGE="https://github.com/mauroc/squiddio_pi"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ x11-libs/wxGTK:${WX_GTK_VER}
+ >=sci-geosciences/opencpn-4.2.0
+ sys-devel/gettext
+"
+DEPEND="
+ net-misc/curl
+ ${RDEPEND}
+"
+src_prepare() {
+ need-wxwidgets unicode
+ cmake-utils_src_prepare
+}
next reply other threads:[~2016-03-30 23:26 UTC|newest]
Thread overview: 2+ 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-04-04 20:21 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-squiddio/ 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.2de9f8273b9e29bba38c2a613433bd5ff50ec00f.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