[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2022-09-22 Thread Andreas Sturmlechner
commit: bdf336385d4cc0e1bf67df458d638dbc1cc3a69e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 22 10:10:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 22 10:10:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf33638

sci-geosciences/xtide: drop 2.15.1-r2, 2.15.1-r3

Closes: https://bugs.gentoo.org/867232
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/xtide/Manifest   |  1 -
 sci-geosciences/xtide/xtide-2.15.1-r2.ebuild | 51 
 sci-geosciences/xtide/xtide-2.15.1-r3.ebuild | 38 -
 3 files changed, 90 deletions(-)

diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest
index f3d722d6a226..13d163d93a6e 100644
--- a/sci-geosciences/xtide/Manifest
+++ b/sci-geosciences/xtide/Manifest
@@ -1,2 +1 @@
-DIST xtide-2.15.1.tar.bz2 710182 BLAKE2B 
31c336c16d855615bb3b33571f71cf47ff4ae524c1ca987e4b29a1c0a88844d9de7fa9f0340a07360c6e0299826e47d0c448dec074a3755a929300cc72cb6462
 SHA512 
3951d5c797981fd4a0396d21830241a700d0f6c7a21694addf7df14f4b3864fbeecb6d352f075a7ccd1c15f8c6b7ddee6ddd501a2699165a9432e8e8dcc0a448
 DIST xtide-2.15.5.tar.xz 574972 BLAKE2B 
b03a2d0b4c2616b0a81fc745a7781dba74e0d7977c84790ab5fc3aebaf3a04ae51fa9bd5b79166195e0b6cbe736efa3e31b5203a25bb6f60df385c0f357294f9
 SHA512 
314c3d256a873ae5862e83050937c72983e5ac0bc9dc2c1a9264d0285f73f681eae1451706c5c6c2829d980423044e83adff3fcf8975b33eb03eed8cb72f1f43

diff --git a/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
deleted file mode 100644
index 5cd9b00baedf..
--- a/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop gnome2-utils
-
-DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
-HOMEPAGE="https://flaterco.com/xtide/";
-SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   media-libs/libpng:0=
-   sci-geosciences/gpsd
-   >=sci-geosciences/libtcd-2.2.5_p2
-   x11-libs/libX11
-   x11-libs/libXaw3d[unicode(+)]
-   x11-libs/libXaw3dXft
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXt
-"
-RDEPEND="${DEPEND}
-   media-fonts/font-schumacher-misc
-"
-
-src_install() {
-   default
-
-   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm
-   doenvd 50xtide_harm
-
-   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
-   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
deleted file mode 100644
index 60d326916506..
--- a/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
-HOMEPAGE="https://flaterco.com/xtide/";
-SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="media-libs/libpng:=
-   sci-geosciences/gpsd
-   >=sci-geosciences/libtcd-2.2.5_p2
-   x11-libs/libX11
-   x11-libs/libXaw3d[unicode(+)]
-   x11-libs/libXaw3dXft
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${DEPEND}
-   media-fonts/font-schumacher-misc"
-
-src_install() {
-   default
-
-   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm || die
-   doenvd 50xtide_harm
-
-   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
-   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2022-09-22 Thread Agostino Sarubbo
commit: 66461172e5a82edb35ff9de5edae780f597926ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:58 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66461172

sci-geosciences/xtide: Stabilize 2.15.5 x86, #867232

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/xtide/xtide-2.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/xtide/xtide-2.15.5.ebuild 
b/sci-geosciences/xtide/xtide-2.15.5.ebuild
index 11a25c22907b..bda5dbc7ee96 100644
--- a/sci-geosciences/xtide/xtide-2.15.5.ebuild
+++ b/sci-geosciences/xtide/xtide-2.15.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://flaterco.com/files/xtide/${P}.tar.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="media-libs/libpng:=
sci-geosciences/gpsd:=



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2022-09-22 Thread Agostino Sarubbo
commit: c06b6f0dfc65ac3d0defcb68e92907e6e5afa92e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:41:07 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:41:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06b6f0d

sci-geosciences/xtide: Stabilize 2.15.5 amd64, #867232

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/xtide/xtide-2.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/xtide/xtide-2.15.5.ebuild 
b/sci-geosciences/xtide/xtide-2.15.5.ebuild
index 28ed3a79b08c..11a25c22907b 100644
--- a/sci-geosciences/xtide/xtide-2.15.5.ebuild
+++ b/sci-geosciences/xtide/xtide-2.15.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://flaterco.com/files/xtide/${P}.tar.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="media-libs/libpng:=
sci-geosciences/gpsd:=



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2022-08-31 Thread Sam James
commit: 2e955a4ec5574ad3e4cd7fdebb7a260608bea47a
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:55:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:55:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e955a4e

sci-geosciences/xtide: fix MissingUseDepDefault

Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/xtide/{xtide-2.15.1.ebuild => xtide-2.15.1-r2.ebuild}   | 2 +-
 .../xtide/{xtide-2.15.1-r1.ebuild => xtide-2.15.1-r3.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/xtide/xtide-2.15.1.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
similarity index 96%
rename from sci-geosciences/xtide/xtide-2.15.1.ebuild
rename to sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
index 82725195891a..5cd9b00baedf 100644
--- a/sci-geosciences/xtide/xtide-2.15.1.ebuild
+++ b/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
@@ -18,7 +18,7 @@ DEPEND="
sci-geosciences/gpsd
>=sci-geosciences/libtcd-2.2.5_p2
x11-libs/libX11
-   x11-libs/libXaw3d[unicode]
+   x11-libs/libXaw3d[unicode(+)]
x11-libs/libXaw3dXft
x11-libs/libXft
x11-libs/libXpm

diff --git a/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
similarity index 96%
rename from sci-geosciences/xtide/xtide-2.15.1-r1.ebuild
rename to sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
index b8c2d2db8376..60d326916506 100644
--- a/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild
+++ b/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
@@ -17,7 +17,7 @@ DEPEND="media-libs/libpng:=
sci-geosciences/gpsd
>=sci-geosciences/libtcd-2.2.5_p2
x11-libs/libX11
-   x11-libs/libXaw3d[unicode]
+   x11-libs/libXaw3d[unicode(+)]
x11-libs/libXaw3dXft
x11-libs/libXft
x11-libs/libXpm



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2022-08-27 Thread Matt Turner
commit: 594dfc8ce3fccce8a73750ce3890843975567ae2
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 27 12:29:50 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 27 15:29:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594dfc8c

sci-geosciences/xtide: Version bump to 2.15.5

* Drop unneeded dependency on x11-libs/libXaw3d
* Add dependency on sys-libs/zlib

Signed-off-by: Matt Turner  gentoo.org>

 sci-geosciences/xtide/Manifest|  1 +
 sci-geosciences/xtide/xtide-2.15.5.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest
index 8a0d05ae3763..f3d722d6a226 100644
--- a/sci-geosciences/xtide/Manifest
+++ b/sci-geosciences/xtide/Manifest
@@ -1 +1,2 @@
 DIST xtide-2.15.1.tar.bz2 710182 BLAKE2B 
31c336c16d855615bb3b33571f71cf47ff4ae524c1ca987e4b29a1c0a88844d9de7fa9f0340a07360c6e0299826e47d0c448dec074a3755a929300cc72cb6462
 SHA512 
3951d5c797981fd4a0396d21830241a700d0f6c7a21694addf7df14f4b3864fbeecb6d352f075a7ccd1c15f8c6b7ddee6ddd501a2699165a9432e8e8dcc0a448
+DIST xtide-2.15.5.tar.xz 574972 BLAKE2B 
b03a2d0b4c2616b0a81fc745a7781dba74e0d7977c84790ab5fc3aebaf3a04ae51fa9bd5b79166195e0b6cbe736efa3e31b5203a25bb6f60df385c0f357294f9
 SHA512 
314c3d256a873ae5862e83050937c72983e5ac0bc9dc2c1a9264d0285f73f681eae1451706c5c6c2829d980423044e83adff3fcf8975b33eb03eed8cb72f1f43

diff --git a/sci-geosciences/xtide/xtide-2.15.5.ebuild 
b/sci-geosciences/xtide/xtide-2.15.5.ebuild
new file mode 100644
index ..28ed3a79b08c
--- /dev/null
+++ b/sci-geosciences/xtide/xtide-2.15.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
+HOMEPAGE="https://flaterco.com/xtide/";
+SRC_URI="https://flaterco.com/files/xtide/${P}.tar.xz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/libpng:=
+   sci-geosciences/gpsd:=
+   >=sci-geosciences/libtcd-2.2.5_p2:=
+   x11-libs/libX11
+   x11-libs/libXaw3dXft
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXt
+   sys-libs/zlib"
+RDEPEND="${DEPEND}
+   media-fonts/font-schumacher-misc"
+
+src_install() {
+   default
+
+   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm || die
+   doenvd 50xtide_harm
+
+   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
+   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2022-07-30 Thread David Seifert
commit: 7f6988b68b6cc71fdfac8248408fb30c97d9f9f2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Jul 30 13:02:51 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jul 30 13:02:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6988b6

sci-geosciences/xtide: update HOMEPAGE

Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26668
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 sci-geosciences/xtide/xtide-2.15.1-r1.ebuild | 2 +-
 sci-geosciences/xtide/xtide-2.15.1.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild
index fdb13015ce5a..b8c2d2db8376 100644
--- a/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild
+++ b/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit desktop xdg
 
 DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
-HOMEPAGE="http://www.flaterco.com/xtide/";
+HOMEPAGE="https://flaterco.com/xtide/";
 SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
 
 LICENSE="GPL-3"

diff --git a/sci-geosciences/xtide/xtide-2.15.1.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1.ebuild
index 1cd2b9694ce7..82725195891a 100644
--- a/sci-geosciences/xtide/xtide-2.15.1.ebuild
+++ b/sci-geosciences/xtide/xtide-2.15.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit desktop gnome2-utils
 
 DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
-HOMEPAGE="http://www.flaterco.com/xtide/";
+HOMEPAGE="https://flaterco.com/xtide/";
 SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2022-04-17 Thread Sam James
commit: c1b4b6be198ad2e5ce89c5f526f9de961c2e21a9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 17 14:55:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 15:18:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b4b6be

sci-geosciences/xtide: update EAPI 6 -> 8

Closes: https://bugs.gentoo.org/822816
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/xtide/xtide-2.15.1-r1.ebuild | 38 
 1 file changed, 38 insertions(+)

diff --git a/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild
new file mode 100644
index ..fdb13015ce5a
--- /dev/null
+++ b/sci-geosciences/xtide/xtide-2.15.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
+HOMEPAGE="http://www.flaterco.com/xtide/";
+SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/libpng:=
+   sci-geosciences/gpsd
+   >=sci-geosciences/libtcd-2.2.5_p2
+   x11-libs/libX11
+   x11-libs/libXaw3d[unicode]
+   x11-libs/libXaw3dXft
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${DEPEND}
+   media-fonts/font-schumacher-misc"
+
+src_install() {
+   default
+
+   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm || die
+   doenvd 50xtide_harm
+
+   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
+   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/, sci-geosciences/xtide/files/

2019-03-23 Thread Pacho Ramos
commit: e04e3bca89ab34a3168c33fdadbe7006da038bd9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 23 13:15:45 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 23 13:47:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04e3bca

sci-geosciences/xtide: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-geosciences/xtide/Manifest |  1 -
 .../xtide/files/xtide-2.13.1-Werror.patch  | 21 --
 .../xtide/files/xtide-2.13.1-gps-switch.patch  | 88 --
 .../xtide/files/xtide-2.13.2-clang.patch   | 33 
 sci-geosciences/xtide/metadata.xml |  3 -
 sci-geosciences/xtide/xtide-2.13.2.ebuild  | 62 ---
 6 files changed, 208 deletions(-)

diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest
index cf6dd7af201..8a0d05ae376 100644
--- a/sci-geosciences/xtide/Manifest
+++ b/sci-geosciences/xtide/Manifest
@@ -1,2 +1 @@
-DIST xtide-2.13.2.tar.bz2 481183 BLAKE2B 
b9d294ef1e212ecf2a9850082f0861efd85a8e151da265e3faf06e51a77c2769f68135cad4751edb3517a9dacfc75d45b43f2dc1810351e6d7788228c46ccbfc
 SHA512 
31b35190932413bf5021c82c640ec3f03424807ffd5295abd8ab9554febbe495896bc0d08f901e70e11b04d92c0d1991b8214dcdd5e95e04173f3e7bbf5faec0
 DIST xtide-2.15.1.tar.bz2 710182 BLAKE2B 
31c336c16d855615bb3b33571f71cf47ff4ae524c1ca987e4b29a1c0a88844d9de7fa9f0340a07360c6e0299826e47d0c448dec074a3755a929300cc72cb6462
 SHA512 
3951d5c797981fd4a0396d21830241a700d0f6c7a21694addf7df14f4b3864fbeecb6d352f075a7ccd1c15f8c6b7ddee6ddd501a2699165a9432e8e8dcc0a448

diff --git a/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch 
b/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch
deleted file mode 100644
index fcfd147e51b..000
--- a/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 9cf2369051fa887bd5f13bf7df80c51bcf040306
-Author: hasufell 
-Date:   Sat Jul 13 13:25:42 2013 +0200
-
-BUILD: remove -Werror
-
-It's discouraged to add non-specific Werror flags.
-
-diff --git a/configure.ac b/configure.ac
-index b366337..86c7569 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -11,7 +11,7 @@ m4_if(2.65, AC_AUTOCONF_VERSION, [m4_fatal([autoconf version 
2.65 is broken and
- # FIXME: Update version info on each release
- AC_INIT([XTide], [2.13.1], [d...@flaterco.com])
- 
--AM_INIT_AUTOMAKE([-Wall -Werror])
-+AM_INIT_AUTOMAKE([-Wall])
- 
- AC_LANG([C++])
- AC_PROG_CXX

diff --git a/sci-geosciences/xtide/files/xtide-2.13.1-gps-switch.patch 
b/sci-geosciences/xtide/files/xtide-2.13.1-gps-switch.patch
deleted file mode 100644
index 54c6546fe29..000
--- a/sci-geosciences/xtide/files/xtide-2.13.1-gps-switch.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-commit 755677baae16fd8772efd523a25b787ea3fc0772
-Author: hasufell 
-Date:   Sat Jul 13 13:26:24 2013 +0200
-
-BUILD: add --with-gps switch
-
-We don't want automagic gps detection, but give control
-to the user.
-
-diff --git a/configure.ac b/configure.ac
-index 86c7569..307def4 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -156,6 +156,12 @@ if test -z "${SKIP_COMPLICATED}"; then
- fi
- CXXFLAGS="${SAVED_CXXFLAGS}"
- 
-+AC_ARG_WITH([gps],
-+[AS_HELP_STRING([--with-gps],
-+  [use libgpsd (default: no)])],
-+[gps=$withval],
-+[gps=no])
-+
- # xttpd configs
- AC_ARG_WITH([xttpd-user],
- [AS_HELP_STRING([--with-xttpd-user=user],
-@@ -381,32 +387,35 @@ AC_CHECK_HEADER([Dstr], [AC_CHECK_LIB([dstr], 
[DstrCompat20070215Check])])
- AM_CONDITIONAL(NO_LIBDSTR, test "$ac_cv_lib_dstr_DstrCompat20070215Check" != 
"yes")
- 
- # libgps is optional; use it if you have a compatible version.
--AC_CHECK_HEADER([gps.h], [AC_CHECK_LIB([gps], [timestamp], [
--  AC_MSG_CHECKING([if libgps is 3.x or newer, compatible version])
--  AC_COMPILE_IFELSE(
--[AC_LANG_SOURCE([[
--#include 
--#if (GPSD_API_MAJOR_VERSION < 5)
--#FAIL
--#endif
--int main (int argc, char **argv) {
--  struct gps_data_t gpsdata;
--  gps_open ("127.0.0.1", "2947", &gpsdata);
--  gps_stream (&gpsdata, WATCH_ENABLE|WATCH_NEWSTYLE, NULL);
--  gps_read (&gpsdata);
--  return (gpsdata.fix.mode >= MODE_2D);
--}
--]])],
--[
--  AC_MSG_RESULT(yes)
--  AC_DEFINE([GPS_GOOD])
--  AC_SUBST([GPSD_LIBS], ["-lgps"])
--],
--[
--  AC_MSG_RESULT(no)
--]
--  )
--])])
-+
-+AS_IF([test "x$gps" = "xyes"], [
-+  AC_CHECK_HEADER([gps.h], [AC_CHECK_LIB([gps], [timestamp], [
-+AC_MSG_CHECKING([if libgps is 3.x or newer, compatible version])
-+AC_COMPILE_IFELSE(
-+  [AC_LANG_SOURCE([[
-+  #include 
-+  #if (GPSD_API_MAJOR_VERSION < 5)
-+  #FAIL
-+  #endif
-+  int main (int argc, char **argv) {
-+struct gps_data_t gpsdata;
-+gps_open ("127.0.0.1", "2947", &gpsdata);
-+gps_stream (&gpsdata, WATCH_ENABLE|WATCH_

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2019-02-14 Thread Thomas Deutschmann
commit: 4ab2c162d012b677b5df0d93e3d2ad70ca912adf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Feb 15 00:39:07 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Feb 15 00:39:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab2c162

sci-geosciences/xtide: x86 stable (bug #676774)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sci-geosciences/xtide/xtide-2.15.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/xtide/xtide-2.15.1.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1.ebuild
index 351bc65c9bc..a17f085d8d5 100644
--- a/sci-geosciences/xtide/xtide-2.15.1.ebuild
+++ b/sci-geosciences/xtide/xtide-2.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2018-10-13 Thread Pacho Ramos
commit: bbb446248a266ea5de790a0962891a62bd1a0cda
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct 13 16:46:58 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct 13 16:46:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb44624

sci-geosciences/xtide: Bump to 2.15.1, fix deps (#563418)

Closes: https://bugs.gentoo.org/563418
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-geosciences/xtide/Manifest|  1 +
 sci-geosciences/xtide/xtide-2.15.1.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest
index 183edc706b5..cf6dd7af201 100644
--- a/sci-geosciences/xtide/Manifest
+++ b/sci-geosciences/xtide/Manifest
@@ -1 +1,2 @@
 DIST xtide-2.13.2.tar.bz2 481183 BLAKE2B 
b9d294ef1e212ecf2a9850082f0861efd85a8e151da265e3faf06e51a77c2769f68135cad4751edb3517a9dacfc75d45b43f2dc1810351e6d7788228c46ccbfc
 SHA512 
31b35190932413bf5021c82c640ec3f03424807ffd5295abd8ab9554febbe495896bc0d08f901e70e11b04d92c0d1991b8214dcdd5e95e04173f3e7bbf5faec0
+DIST xtide-2.15.1.tar.bz2 710182 BLAKE2B 
31c336c16d855615bb3b33571f71cf47ff4ae524c1ca987e4b29a1c0a88844d9de7fa9f0340a07360c6e0299826e47d0c448dec074a3755a929300cc72cb6462
 SHA512 
3951d5c797981fd4a0396d21830241a700d0f6c7a21694addf7df14f4b3864fbeecb6d352f075a7ccd1c15f8c6b7ddee6ddd501a2699165a9432e8e8dcc0a448

diff --git a/sci-geosciences/xtide/xtide-2.15.1.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1.ebuild
new file mode 100644
index 000..351bc65c9bc
--- /dev/null
+++ b/sci-geosciences/xtide/xtide-2.15.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop gnome2-utils
+
+DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
+HOMEPAGE="http://www.flaterco.com/xtide/";
+SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   media-libs/libpng:0=
+   sci-geosciences/gpsd
+   >=sci-geosciences/libtcd-2.2.5_p2
+   x11-libs/libX11
+   x11-libs/libXaw3d[unicode]
+   x11-libs/libXaw3dXft
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXt
+"
+RDEPEND="${DEPEND}
+   media-fonts/font-schumacher-misc
+"
+
+src_install() {
+   default
+
+   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm
+   doenvd 50xtide_harm
+
+   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
+   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2017-06-09 Thread Michael Palimaka
commit: 57159c312f1346e2f407bc2f790096bce5b227aa
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Jun  9 12:49:44 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Jun  9 12:51:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57159c31

sci-geosciences/xtide: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-geosciences/xtide/Manifest|  2 -
 sci-geosciences/xtide/xtide-2.13.1.ebuild | 61 ---
 sci-geosciences/xtide/xtide-2.13.ebuild   | 48 
 3 files changed, 111 deletions(-)

diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest
index 80e82059c5f..10220af8174 100644
--- a/sci-geosciences/xtide/Manifest
+++ b/sci-geosciences/xtide/Manifest
@@ -1,3 +1 @@
-DIST xtide-2.13.1.tar.bz2 476238 SHA256 
f537377223ebc073998bbf2c7c475e57374ee60a638e29d029f84ba01fb6f365 SHA512 
90ad5f50c0f234a8993e8fca99865587617996ac422941c3450826a998556b0429ff1c16a9f8ab7a1b4255b938a7e928258fd090094ad3c8556f94a64eb8e54d
 WHIRLPOOL 
aed1390712895b866d96923c46281517ee7157e2460defb9049ec484c51e9828af8306b5a42e10d130de83186e4d36b7d9fac0c3e74635958e2245e6c52f6ece
 DIST xtide-2.13.2.tar.bz2 481183 SHA256 
fabf6b3097bb345598649ea55d1f2db269cbb651cddd73c60a9768088173d542 SHA512 
31b35190932413bf5021c82c640ec3f03424807ffd5295abd8ab9554febbe495896bc0d08f901e70e11b04d92c0d1991b8214dcdd5e95e04173f3e7bbf5faec0
 WHIRLPOOL 
7c7858918288fa19a8742c7b5876c83f1dea1c2e85c250084061b1e1aead9929bf3b0c8162b6cd26ac4bcbf548e14ab6774edb2bc4762b809374c18e4cd550c3
-DIST xtide-2.13.tar.bz2 465679 SHA256 
a73c530c83a9346bf85fe9545551eef3fbedfb24adf18f63c9e7dba0388e0d0a SHA512 
2324d3f5150a46ea1fd6c2af3379c8ea4f147034f153ac4b0393ef3aaa2178bfdafc01499f27db643b5ec78b4825c99b20957f5e47f6174fe1612480dc79dcd1
 WHIRLPOOL 
af9fe8377fec84a449e06cfac542b2d792ebe1df904e036775b3e5b659e874d5193e0416b061dddcffc2419610d48864207bba27d557fe05fdcd7560c20afb53

diff --git a/sci-geosciences/xtide/xtide-2.13.1.ebuild 
b/sci-geosciences/xtide/xtide-2.13.1.ebuild
deleted file mode 100644
index 1e0475bc330..000
--- a/sci-geosciences/xtide/xtide-2.13.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
-HOMEPAGE="http://www.flaterco.com/xtide/";
-SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gps"
-
-DEPEND="
-   media-libs/libpng:0
-   >=sci-geosciences/libtcd-2.2.5_p2
-   x11-libs/libX11
-   x11-libs/libXaw3d
-   x11-libs/libXpm
-   x11-libs/libXt
-   gps? ( sci-geosciences/gpsd )"
-RDEPEND="${DEPEND}
-   media-fonts/font-schumacher-misc"
-DEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-{Werror,gps-switch}.patch
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with gps)
-}
-
-src_install() {
-   dobin xtide tide xttpd
-   doman *.[18]
-
-   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm
-   doenvd 50xtide_harm
-
-   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
-
-   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/xtide/xtide-2.13.ebuild 
b/sci-geosciences/xtide/xtide-2.13.ebuild
deleted file mode 100644
index cfeed58ffa2..000
--- a/sci-geosciences/xtide/xtide-2.13.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils gnome2-utils
-
-DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
-HOMEPAGE="http://www.flaterco.com/xtide/";
-SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="media-fonts/font-schumacher-misc
-   media-libs/libpng:0
-   >=sci-geosciences/libtcd-2.2.5_p2
-   x11-libs/libX11
-   >=x11-libs/libXaw-1.0.3
-   >=x11-libs/libXpm-3.5.6
-   x11-libs/libXt"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   dobin xtide tide xttpd
-   doman *.[18]
-
-   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm
-   doenvd 50xtide_harm
-
-   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
-
-   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/

2017-06-06 Thread Agostino Sarubbo
commit: 2902e4381a9f9320c85db234f05bc332e18da3e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  6 11:30:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  6 11:30:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2902e438

sci-geosciences/xtide: amd64 stable wrt bug #620988

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/xtide/xtide-2.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/xtide/xtide-2.13.2.ebuild 
b/sci-geosciences/xtide/xtide-2.13.2.ebuild
index 72ccfeb0273..2695519ca75 100644
--- a/sci-geosciences/xtide/xtide-2.13.2.ebuild
+++ b/sci-geosciences/xtide/xtide-2.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gps"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/files/, sci-geosciences/xtide/

2015-08-17 Thread Julian Ospald
commit: bda1499b5ca6ddcc94dde12d107d859912a21c09
Author: Julian Ospald  gentoo  org>
AuthorDate: Mon Aug 17 20:17:06 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Mon Aug 17 20:17:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda1499b

sci-geosciences/xtide: version bump to 2.13.2

 sci-geosciences/xtide/Manifest |  1 +
 .../xtide/files/xtide-2.13.2-clang.patch   | 33 
 sci-geosciences/xtide/xtide-2.13.2.ebuild  | 63 ++
 3 files changed, 97 insertions(+)

diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest
index 00e93bb..80e8205 100644
--- a/sci-geosciences/xtide/Manifest
+++ b/sci-geosciences/xtide/Manifest
@@ -1,2 +1,3 @@
 DIST xtide-2.13.1.tar.bz2 476238 SHA256 
f537377223ebc073998bbf2c7c475e57374ee60a638e29d029f84ba01fb6f365 SHA512 
90ad5f50c0f234a8993e8fca99865587617996ac422941c3450826a998556b0429ff1c16a9f8ab7a1b4255b938a7e928258fd090094ad3c8556f94a64eb8e54d
 WHIRLPOOL 
aed1390712895b866d96923c46281517ee7157e2460defb9049ec484c51e9828af8306b5a42e10d130de83186e4d36b7d9fac0c3e74635958e2245e6c52f6ece
+DIST xtide-2.13.2.tar.bz2 481183 SHA256 
fabf6b3097bb345598649ea55d1f2db269cbb651cddd73c60a9768088173d542 SHA512 
31b35190932413bf5021c82c640ec3f03424807ffd5295abd8ab9554febbe495896bc0d08f901e70e11b04d92c0d1991b8214dcdd5e95e04173f3e7bbf5faec0
 WHIRLPOOL 
7c7858918288fa19a8742c7b5876c83f1dea1c2e85c250084061b1e1aead9929bf3b0c8162b6cd26ac4bcbf548e14ab6774edb2bc4762b809374c18e4cd550c3
 DIST xtide-2.13.tar.bz2 465679 SHA256 
a73c530c83a9346bf85fe9545551eef3fbedfb24adf18f63c9e7dba0388e0d0a SHA512 
2324d3f5150a46ea1fd6c2af3379c8ea4f147034f153ac4b0393ef3aaa2178bfdafc01499f27db643b5ec78b4825c99b20957f5e47f6174fe1612480dc79dcd1
 WHIRLPOOL 
af9fe8377fec84a449e06cfac542b2d792ebe1df904e036775b3e5b659e874d5193e0416b061dddcffc2419610d48864207bba27d557fe05fdcd7560c20afb53

diff --git a/sci-geosciences/xtide/files/xtide-2.13.2-clang.patch 
b/sci-geosciences/xtide/files/xtide-2.13.2-clang.patch
new file mode 100644
index 000..090aa6c
--- /dev/null
+++ b/sci-geosciences/xtide/files/xtide-2.13.2-clang.patch
@@ -0,0 +1,33 @@
+From: Julian Ospald 
+Date: Mon Aug 17 20:15:03 UTC 2015
+Subject: fix build with clang
+
+--- a/configure.ac
 b/configure.ac
+@@ -22,26 +22,6 @@
+ AC_SUBST([ADDED_CPPFLAGS])
+ AC_SUBST([ADDED_CXXFLAGS])
+ 
+-# Extended initializer lists were added in 4.4.
+-AC_MSG_CHECKING([if using a version of GCC older than 4.4])
+-AC_PREPROC_IFELSE(
+-  [AC_LANG_SOURCE([[
+-#ifdef __GNUC__
+-#if (__GNUC__ * 100 + __GNUC_MINOR__) < 404
+-#FAIL
+-#endif
+-#endif
+-  ]])],
+-  [
+-AC_MSG_RESULT(no)
+-  ],
+-  [
+-AC_MSG_RESULT(yes)
+-AC_MSG_NOTICE([if using GCC, version 4.4 or later is required])
+-AC_MSG_ERROR([GCC too old])
+-  ]
+-)
+-
+ # /tmp/ccB6kF2d.s: Assembler messages:
+ # /tmp/ccB6kF2d.s:1325: Error: symbol 
`_ZZN10SafeVectorIdEixEPdS1_jE19__PRETTY_FUNCTION__' is already defined
+ # /tmp/ccB6kF2d.s:1330: Error: symbol 
`_ZZN10SafeVectorI5AngleEixEPS0_S2_jE19__PRETTY_FUNCTION__' is already defined

diff --git a/sci-geosciences/xtide/xtide-2.13.2.ebuild 
b/sci-geosciences/xtide/xtide-2.13.2.ebuild
new file mode 100644
index 000..56b0fc1
--- /dev/null
+++ b/sci-geosciences/xtide/xtide-2.13.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
+HOMEPAGE="http://www.flaterco.com/xtide/";
+SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gps"
+
+DEPEND="
+   media-libs/libpng:0
+   >=sci-geosciences/libtcd-2.2.5_p2
+   x11-libs/libX11
+   x11-libs/libXaw3d
+   x11-libs/libXpm
+   x11-libs/libXt
+   gps? ( sci-geosciences/gpsd )"
+RDEPEND="${DEPEND}
+   media-fonts/font-schumacher-misc"
+DEPEND="${DEPEND}"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-2.13.1-{Werror,gps-switch}.patch \
+   "${FILESDIR}"/${P}-clang.patch
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with gps)
+}
+
+src_install() {
+   dobin xtide tide xttpd
+   doman *.[18]
+
+   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm
+   doenvd 50xtide_harm
+
+   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
+
+   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}