Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xtide/
Date: Thu, 22 Sep 2022 10:12:33
Message-Id: 1663841452.bdf336385d4cc0e1bf67df458d638dbc1cc3a69e.asturm@gentoo
1 commit: bdf336385d4cc0e1bf67df458d638dbc1cc3a69e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 10:10:52 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 10:10:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf33638
7
8 sci-geosciences/xtide: drop 2.15.1-r2, 2.15.1-r3
9
10 Closes: https://bugs.gentoo.org/867232
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-geosciences/xtide/Manifest | 1 -
14 sci-geosciences/xtide/xtide-2.15.1-r2.ebuild | 51 ----------------------------
15 sci-geosciences/xtide/xtide-2.15.1-r3.ebuild | 38 ---------------------
16 3 files changed, 90 deletions(-)
17
18 diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest
19 index f3d722d6a226..13d163d93a6e 100644
20 --- a/sci-geosciences/xtide/Manifest
21 +++ b/sci-geosciences/xtide/Manifest
22 @@ -1,2 +1 @@
23 -DIST xtide-2.15.1.tar.bz2 710182 BLAKE2B 31c336c16d855615bb3b33571f71cf47ff4ae524c1ca987e4b29a1c0a88844d9de7fa9f0340a07360c6e0299826e47d0c448dec074a3755a929300cc72cb6462 SHA512 3951d5c797981fd4a0396d21830241a700d0f6c7a21694addf7df14f4b3864fbeecb6d352f075a7ccd1c15f8c6b7ddee6ddd501a2699165a9432e8e8dcc0a448
24 DIST xtide-2.15.5.tar.xz 574972 BLAKE2B b03a2d0b4c2616b0a81fc745a7781dba74e0d7977c84790ab5fc3aebaf3a04ae51fa9bd5b79166195e0b6cbe736efa3e31b5203a25bb6f60df385c0f357294f9 SHA512 314c3d256a873ae5862e83050937c72983e5ac0bc9dc2c1a9264d0285f73f681eae1451706c5c6c2829d980423044e83adff3fcf8975b33eb03eed8cb72f1f43
25
26 diff --git a/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild b/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
27 deleted file mode 100644
28 index 5cd9b00baedf..000000000000
29 --- a/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit desktop gnome2-utils
37 -
38 -DESCRIPTION="XTide provides tide and current predictions in a wide variety of formats"
39 -HOMEPAGE="https://flaterco.com/xtide/"
40 -SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -DEPEND="
48 - media-libs/libpng:0=
49 - sci-geosciences/gpsd
50 - >=sci-geosciences/libtcd-2.2.5_p2
51 - x11-libs/libX11
52 - x11-libs/libXaw3d[unicode(+)]
53 - x11-libs/libXaw3dXft
54 - x11-libs/libXft
55 - x11-libs/libXpm
56 - x11-libs/libXt
57 -"
58 -RDEPEND="${DEPEND}
59 - media-fonts/font-schumacher-misc
60 -"
61 -
62 -src_install() {
63 - default
64 -
65 - echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm
66 - doenvd 50xtide_harm
67 -
68 - newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
69 - make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
70 -}
71 -
72 -pkg_preinst() {
73 - gnome2_icon_savelist
74 -}
75 -
76 -pkg_postinst() {
77 - gnome2_icon_cache_update
78 -}
79 -
80 -pkg_postrm() {
81 - gnome2_icon_cache_update
82 -}
83
84 diff --git a/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild b/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
85 deleted file mode 100644
86 index 60d326916506..000000000000
87 --- a/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
88 +++ /dev/null
89 @@ -1,38 +0,0 @@
90 -# Copyright 1999-2022 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -inherit desktop xdg
96 -
97 -DESCRIPTION="XTide provides tide and current predictions in a wide variety of formats"
98 -HOMEPAGE="https://flaterco.com/xtide/"
99 -SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2"
100 -
101 -LICENSE="GPL-3"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~x86"
104 -
105 -DEPEND="media-libs/libpng:=
106 - sci-geosciences/gpsd
107 - >=sci-geosciences/libtcd-2.2.5_p2
108 - x11-libs/libX11
109 - x11-libs/libXaw3d[unicode(+)]
110 - x11-libs/libXaw3dXft
111 - x11-libs/libXft
112 - x11-libs/libXpm
113 - x11-libs/libXt"
114 -RDEPEND="${DEPEND}
115 - media-fonts/font-schumacher-misc"
116 -
117 -src_install() {
118 - default
119 -
120 - echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm || die
121 - doenvd 50xtide_harm
122 -
123 - newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
124 - make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
125 -
126 - find "${ED}" -name '*.la' -delete || die
127 -}