Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-objsearch/
Date: Wed, 30 Mar 2016 23:26:41
Message-Id: 1459380346.b99ca38ed1ab297c48fab5fb560438ea88996417.mschiff@gentoo
1 commit: b99ca38ed1ab297c48fab5fb560438ea88996417
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 23:14:27 2016 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 23:25:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99ca38e
7
8 sci-geosciences/opencpn-plugin-objsearch: bump version, add live version
9
10 Package-Manager: portage-2.2.28
11
12 sci-geosciences/opencpn-plugin-objsearch/Manifest | 1 +
13 .../opencpn-plugin-objsearch-0.7.ebuild | 38 ++++++++++++++++++++++
14 .../opencpn-plugin-objsearch-9999.ebuild | 38 ++++++++++++++++++++++
15 3 files changed, 77 insertions(+)
16
17 diff --git a/sci-geosciences/opencpn-plugin-objsearch/Manifest b/sci-geosciences/opencpn-plugin-objsearch/Manifest
18 index 6d98e11..da6525f 100644
19 --- a/sci-geosciences/opencpn-plugin-objsearch/Manifest
20 +++ b/sci-geosciences/opencpn-plugin-objsearch/Manifest
21 @@ -1 +1,2 @@
22 DIST opencpn-plugin-objsearch-0.5.1.tar.gz 1954813 SHA256 16923b02c74621f4868110235cae4a8a0261b6fe8c91b9a488a0c67c80e4ccc5 SHA512 dd83352eab307b991d3d296b9bbab2a972a2ce4f33c1ddc55c048c3414c11d5b7a8429a32f2d9c96017fb16c841dc3c6fee8522dea690eaa17b3c7e5ac1fbfd0 WHIRLPOOL 9e0ab972c163a26d67d2389f2179284e0f416aa1de8e993837decbcb23c7c4dadfcc044aa2f83ecc30f21478c1571236bc3f1c7a3231677085e3211527e2d7ea
23 +DIST opencpn-plugin-objsearch-0.7.tar.gz 2047642 SHA256 297ba3f799c08d46c2a851ae76edcf3b2be53cb0b72e1c63c593bf6ab55bf44a SHA512 9c371bf3a5ef551a68ea7e2569536df37d7ec1241be011c6a313229f3c34697332c967c91855d9ccdd4f0a3412ade130fe241ea22c803f7c37543539602f71b3 WHIRLPOOL 902874e56833d43a6b169b1012449cb8bafa0ca0bec85816b299688d95af8dcbed74c5d9be07838f20f6a3b2cc8ec03d0912738ace4e50f53460dd99b3e7d6e1
24
25 diff --git a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild
26 new file mode 100644
27 index 0000000..d4cdf27
28 --- /dev/null
29 +++ b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.7.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +WX_GTK_VER="3.0"
38 +MY_PN="objsearch_pi"
39 +if [[ ${PV} == "9999" ]] ; then
40 + EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git"
41 + inherit git-r3 cmake-utils wxwidgets
42 + KEYWORDS=""
43 +else
44 + SRC_URI="
45 + https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
46 + "
47 + inherit cmake-utils wxwidgets
48 + KEYWORDS="~amd64 ~x86"
49 + S="${WORKDIR}/${MY_PN}-${PV}"
50 +fi
51 +
52 +DESCRIPTION="Chart Object Search Plugin for OpenCPN"
53 +HOMEPAGE="https://github.com/nohal/objsearch_pi"
54 +
55 +LICENSE="GPL-2+"
56 +SLOT="0"
57 +IUSE=""
58 +
59 +RDEPEND="
60 + x11-libs/wxGTK:${WX_GTK_VER}
61 + >=sci-geosciences/opencpn-4.2.0
62 + sys-devel/gettext
63 +"
64 +DEPEND="${RDEPEND}"
65 +src_prepare() {
66 + need-wxwidgets unicode
67 + cmake-utils_src_prepare
68 +}
69
70 diff --git a/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-9999.ebuild b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-9999.ebuild
71 new file mode 100644
72 index 0000000..d4cdf27
73 --- /dev/null
74 +++ b/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-9999.ebuild
75 @@ -0,0 +1,38 @@
76 +# Copyright 1999-2016 Gentoo Foundation
77 +# Distributed under the terms of the GNU General Public License v2
78 +# $Id$
79 +
80 +EAPI=5
81 +
82 +WX_GTK_VER="3.0"
83 +MY_PN="objsearch_pi"
84 +if [[ ${PV} == "9999" ]] ; then
85 + EGIT_REPO_URI="https://github.com/nohal/${MY_PN}.git"
86 + inherit git-r3 cmake-utils wxwidgets
87 + KEYWORDS=""
88 +else
89 + SRC_URI="
90 + https://github.com/nohal/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
91 + "
92 + inherit cmake-utils wxwidgets
93 + KEYWORDS="~amd64 ~x86"
94 + S="${WORKDIR}/${MY_PN}-${PV}"
95 +fi
96 +
97 +DESCRIPTION="Chart Object Search Plugin for OpenCPN"
98 +HOMEPAGE="https://github.com/nohal/objsearch_pi"
99 +
100 +LICENSE="GPL-2+"
101 +SLOT="0"
102 +IUSE=""
103 +
104 +RDEPEND="
105 + x11-libs/wxGTK:${WX_GTK_VER}
106 + >=sci-geosciences/opencpn-4.2.0
107 + sys-devel/gettext
108 +"
109 +DEPEND="${RDEPEND}"
110 +src_prepare() {
111 + need-wxwidgets unicode
112 + cmake-utils_src_prepare
113 +}