* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/
@ 2016-03-30 23:26 Marc Schiffbauer
0 siblings, 0 replies; 4+ messages in thread
From: Marc Schiffbauer @ 2016-03-30 23:26 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/
@ 2016-12-30 18:00 Marc Schiffbauer
0 siblings, 0 replies; 4+ messages in thread
From: Marc Schiffbauer @ 2016-12-30 18:00 UTC (permalink / raw
To: gentoo-commits
commit: cd03665ca1189d3be307018858b0ca307453574b
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 22:01:12 2016 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 18:00:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd03665c
sci-geosciences/opencpn-plugin-ocpn_draw: bump version
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-geosciences/opencpn-plugin-ocpn_draw/Manifest | 1 +
.../opencpn-plugin-ocpn_draw-1.3.14.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
index a19b84a..df6190a 100644
--- a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
@@ -1 +1,2 @@
DIST opencpn-plugin-ocpn_draw-1.0.12.tar.gz 1122888 SHA256 e044cb5bccad4d5020c6378d514d5807aaa83a04fb24e15af0bb0c7e290fa968 SHA512 d9c6afe17efbc3fa668958b55a67ba7160670ef1c3c16c1db11d360dcd8dc2c27894b89cb724443c96b6d30152ee01e651a120dfe003a3d3a951872c7900850c WHIRLPOOL 20f7c8057912fa8e274617f835985a4c9b379b100b2f5fe4a8234527937a53fbb971e2888cfd006dd40cfb9bc3dc0ecabff77ba8e72bb22e8290c489196b30a4
+DIST opencpn-plugin-ocpn_draw-1.3.14.tar.gz 1341500 SHA256 bbefeae6c936a4d0a542a1c3f06027045565df673e07fe8873c1283eee108d8f SHA512 8102eda5edc1b198db639a662f3533423e67ee6a3633c1a74b727a56e3176737deb930d77fb9dbbf38b8c8f678fb31c8087ae5636bc3f9ed156dbec77bdbe6cf WHIRLPOOL 1c0cdab2ad7c35a8ba7f23ab45b833ecf5553377b06a4e7d3203a31624d96a3d9f9def1156eba2e728b20a57e447e19488e6a12b0b2d2cd3931bb3947db2db03
diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild
new file mode 100644
index 00000000..19eebec
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.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/V${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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/
@ 2018-03-16 23:46 Marc Schiffbauer
0 siblings, 0 replies; 4+ messages in thread
From: Marc Schiffbauer @ 2018-03-16 23:46 UTC (permalink / raw
To: gentoo-commits
commit: 3e6783d74e9cd3f9c29d161fe350a7c218e7b870
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 23:42:56 2018 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 23:46:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6783d7
sci-geosciences/opencpn-plugin-ocpn_draw: remove old version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-geosciences/opencpn-plugin-ocpn_draw/Manifest | 1 -
.../opencpn-plugin-ocpn_draw-1.0.12.ebuild | 37 ----------------------
2 files changed, 38 deletions(-)
diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
index def7413ba42..7e2f5f76d72 100644
--- a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
@@ -1,2 +1 @@
-DIST opencpn-plugin-ocpn_draw-1.0.12.tar.gz 1122888 BLAKE2B 124fe1721582a81bb4f81e993e2ccc6f83c0e81bbbb126edb13cf9dd6816cbaaa9562fd6d13d2e54229c66e0151c7e53429360438ae75c20995380652815991d SHA512 d9c6afe17efbc3fa668958b55a67ba7160670ef1c3c16c1db11d360dcd8dc2c27894b89cb724443c96b6d30152ee01e651a120dfe003a3d3a951872c7900850c
DIST opencpn-plugin-ocpn_draw-1.3.14.tar.gz 1341500 BLAKE2B 9324a05d4c7772808be9b90e4b9451724eb8b4ed5439e0dcb40eda13d9583246f9ee47e627e09c219c0fb7e8173079e85c2a0f7be2da2f1cc0f7d7d0548ef974 SHA512 8102eda5edc1b198db639a662f3533423e67ee6a3633c1a74b727a56e3176737deb930d77fb9dbbf38b8c8f678fb31c8087ae5636bc3f9ed156dbec77bdbe6cf
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
deleted file mode 100644
index 6799ad2bc79..00000000000
--- a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/
@ 2021-04-04 20:21 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2021-04-04 20:21 UTC (permalink / raw
To: gentoo-commits
commit: 2e8c2bbf2f08cd03b8c723c8d13b9b53f2589e73
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 20:20:23 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 20:20:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8c2bbf
sci-geosciences/opencpn-plugin-ocpn_draw: need-wxwidgets -> setup-wxwidgets
Bug: https://bugs.gentoo.org/770622
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../opencpn-plugin-ocpn_draw-1.3.14.ebuild | 27 +++++++++++-----------
.../opencpn-plugin-ocpn_draw-9999.ebuild | 27 +++++++++++-----------
2 files changed, 26 insertions(+), 28 deletions(-)
diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild
index 8f665fffa34..26a9865b347 100644
--- a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.3.14.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
MY_PN="ocpn_draw_pi"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999 ]] ; then
+ inherit git-r3
EGIT_REPO_URI="https://github.com/jongough/${MY_PN}.git"
- inherit git-r3 cmake-utils wxwidgets
else
- SRC_URI="
- https://github.com/jongough/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz
- "
- inherit cmake-utils wxwidgets
+ SRC_URI="https://github.com/jongough/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
fi
@@ -22,15 +22,14 @@ 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
-"
+ >=sci-geosciences/opencpn-4.2.0"
DEPEND="${RDEPEND}"
-src_prepare() {
- need-wxwidgets unicode
- cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+ setup-wxwidgets unicode
+ cmake_src_configure
}
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
index bf8b08e593a..26a9865b347 100644
--- 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
@@ -1,18 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
WX_GTK_VER="3.0"
+inherit cmake wxwidgets
+
MY_PN="ocpn_draw_pi"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999 ]] ; then
+ inherit git-r3
EGIT_REPO_URI="https://github.com/jongough/${MY_PN}.git"
- inherit git-r3 cmake-utils wxwidgets
else
- SRC_URI="
- https://github.com/jongough/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
- "
- inherit cmake-utils wxwidgets
+ SRC_URI="https://github.com/jongough/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
fi
@@ -22,15 +22,14 @@ 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
-"
+ >=sci-geosciences/opencpn-4.2.0"
DEPEND="${RDEPEND}"
-src_prepare() {
- need-wxwidgets unicode
- cmake-utils_src_prepare
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+ setup-wxwidgets unicode
+ cmake_src_configure
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-04 20:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-30 18:00 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-ocpn_draw/ Marc Schiffbauer
-- strict thread matches above, loose matches on Subject: below --
2021-04-04 20:21 David Seifert
2018-03-16 23:46 Marc Schiffbauer
2016-03-30 23:26 Marc Schiffbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox