Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tucnak/
Date: Tue, 21 Jan 2020 18:15:04
Message-Id: 1579630454.89acc197e54c402c8443bd32f2609db3637b04dd.tomjbe@gentoo
1 commit: 89acc197e54c402c8443bd32f2609db3637b04dd
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 18:14:14 2020 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 18:14:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89acc197
7
8 media-radio/tucnak: Drop old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 media-radio/tucnak/Manifest | 2 --
14 media-radio/tucnak/tucnak-4.16.ebuild | 68 -----------------------------------
15 media-radio/tucnak/tucnak-4.17.ebuild | 68 -----------------------------------
16 3 files changed, 138 deletions(-)
17
18 diff --git a/media-radio/tucnak/Manifest b/media-radio/tucnak/Manifest
19 index 81ade81d472..7d5775c3ecd 100644
20 --- a/media-radio/tucnak/Manifest
21 +++ b/media-radio/tucnak/Manifest
22 @@ -1,3 +1 @@
23 -DIST tucnak-4.16.tar.gz 3526223 BLAKE2B 1e88157a2fc023cc115a9cadfffa7516eac2ff23e4fa5aef7d7f4a959899cf5d7be99a6d934eaee1c32c1b702ca5b5e37a82dd91b7ea03d7ac21815c2e8c0c63 SHA512 65547fd4f83d41bdf312d61c0b6d750c5f949399821c5298731ee6941de0bc95290e90a004c22d731319b0bbd7b55f0d512c2e616ebd43f0c35698cc940594ce
24 -DIST tucnak-4.17.tar.gz 3520755 BLAKE2B 6628d628cfc7770fdc02611ec7d21410dd910601c8159052f0d2c2d5754de7f3c9360b8f43b60ae3a27eac92808a0a8254efdba5198684b19662b8fdb32a43a8 SHA512 1f59bb47c302df03ac2f6420c71d3708b94efbb74642eb403f0ee6e29bb6826f11cb606d1542d287d776908af8f9c3d9724b20d4678fb8c3ea1cadb22255ec20
25 DIST tucnak-4.18.tar.gz 3527134 BLAKE2B 2e059875fb22a9027dde486d82eaa2bfd1d339440b59ffbde3b3923365096e4e7a77edc0690d79d66d1b9b218b2a7698b7783f1f07c0a8f94bc002ee5acc8528 SHA512 9c986bd4e9221a2956722423d8c31e3e420d5f50f2c68577a73d62f5e0913e79526dfbbee29e9f98f25445e35587a95aa709d538e4ba5e17d739a1220e41f0de
26
27 diff --git a/media-radio/tucnak/tucnak-4.16.ebuild b/media-radio/tucnak/tucnak-4.16.ebuild
28 deleted file mode 100644
29 index b78b8fb5f57..00000000000
30 --- a/media-radio/tucnak/tucnak-4.16.ebuild
31 +++ /dev/null
32 @@ -1,68 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit autotools flag-o-matic multilib
38 -
39 -DESCRIPTION="Amateur Radio VHF Contest Logbook"
40 -HOMEPAGE="http://tucnak.nagano.cz"
41 -SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="alsa fftw gpm hamlib suid"
47 -
48 -RDEPEND="dev-libs/glib:2
49 - dev-libs/libzia
50 - media-libs/libsndfile
51 - >=media-libs/libsdl-1.2
52 - alsa? ( media-libs/alsa-lib )
53 - fftw? ( sci-libs/fftw:3.0 )
54 - gpm? ( sys-libs/gpm )
55 - hamlib? ( media-libs/hamlib )"
56 -DEPEND="${RDEPEND}
57 - virtual/pkgconfig"
58 -
59 -src_prepare() {
60 - eapply_user
61 - # fix destop file
62 - sed -i -e "s/HamRadio/HamRadio;/" share/applications/tucnak.desktop || die
63 - # fix doc install path
64 - sed -i -e "s/docsdir/# docsdir/" \
65 - -e "s/docs_DATA =/# docs_DATA/" \
66 - -e "s/EXTRA_DIST =/# EXTRA_DIST =/" Makefile.am doc/Makefile.am || die
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - append-ldflags -L/usr/$(get_libdir)/hamlib
72 - econf $(use_with alsa) \
73 - $(use_with gpm) $(use_with hamlib) \
74 - $(use_with fftw fftw3)
75 -}
76 -
77 -src_install() {
78 - emake DESTDIR="${D}" install
79 - dodoc AUTHORS ChangeLog doc/NAVOD.pdf
80 - if use suid ; then
81 - fperms 4711 /usr/bin/soundwrapper
82 - fi
83 -}
84 -
85 -pkg_postinst() {
86 - elog "In order to use sound with tucnak add yourself to the 'audio' group"
87 - elog "and to key your rig via the parport add yourself to the 'lp' group"
88 - elog ""
89 - elog "tucnak can be used with the following additional packages:"
90 - elog " media-radio/cwdaemon : Morse output via code cwdaemon"
91 - elog " (No need to recompile)"
92 - if use suid ; then
93 - ewarn "You have choosen to install the little helper program 'soundwrapper'"
94 - ewarn "setuid by setting USE=suid. That helper is only needed if you"
95 - ewarn "want to use morse sidetone output via the PC speaker."
96 - ewarn ""
97 - ewarn "While the helper should be safe by design be aware that setting"
98 - ewarn "any program setuid is a security risk."
99 - fi
100 -}
101
102 diff --git a/media-radio/tucnak/tucnak-4.17.ebuild b/media-radio/tucnak/tucnak-4.17.ebuild
103 deleted file mode 100644
104 index f97b30dca3c..00000000000
105 --- a/media-radio/tucnak/tucnak-4.17.ebuild
106 +++ /dev/null
107 @@ -1,68 +0,0 @@
108 -# Copyright 1999-2019 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=6
112 -inherit autotools flag-o-matic multilib
113 -
114 -DESCRIPTION="Amateur Radio VHF Contest Logbook"
115 -HOMEPAGE="http://tucnak.nagano.cz"
116 -SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz"
117 -
118 -LICENSE="GPL-2"
119 -SLOT="0"
120 -KEYWORDS="~amd64 ~x86"
121 -IUSE="alsa fftw gpm hamlib suid"
122 -
123 -RDEPEND="dev-libs/glib:2
124 - dev-libs/libzia
125 - media-libs/libsndfile
126 - >=media-libs/libsdl-1.2
127 - alsa? ( media-libs/alsa-lib )
128 - fftw? ( sci-libs/fftw:3.0 )
129 - gpm? ( sys-libs/gpm )
130 - hamlib? ( media-libs/hamlib )"
131 -DEPEND="${RDEPEND}
132 - virtual/pkgconfig"
133 -
134 -src_prepare() {
135 - eapply_user
136 - # fix destop file
137 - sed -i -e "s/HamRadio/HamRadio;/" share/applications/tucnak.desktop || die
138 - # fix doc install path
139 - sed -i -e "s/docsdir/# docsdir/" \
140 - -e "s/docs_DATA =/# docs_DATA/" \
141 - -e "s/EXTRA_DIST =/# EXTRA_DIST =/" Makefile.am doc/Makefile.am || die
142 - eautoreconf
143 -}
144 -
145 -src_configure() {
146 - append-ldflags -L/usr/$(get_libdir)/hamlib
147 - econf $(use_with alsa) \
148 - $(use_with gpm) $(use_with hamlib) \
149 - $(use_with fftw fftw3)
150 -}
151 -
152 -src_install() {
153 - emake DESTDIR="${D}" install
154 - dodoc AUTHORS ChangeLog doc/NAVOD.pdf
155 - if use suid ; then
156 - fperms 4711 /usr/bin/soundwrapper
157 - fi
158 -}
159 -
160 -pkg_postinst() {
161 - elog "In order to use sound with tucnak add yourself to the 'audio' group"
162 - elog "and to key your rig via the parport add yourself to the 'lp' group"
163 - elog ""
164 - elog "tucnak can be used with the following additional packages:"
165 - elog " media-radio/cwdaemon : Morse output via code cwdaemon"
166 - elog " (No need to recompile)"
167 - if use suid ; then
168 - ewarn "You have choosen to install the little helper program 'soundwrapper'"
169 - ewarn "setuid by setting USE=suid. That helper is only needed if you"
170 - ewarn "want to use morse sidetone output via the PC speaker."
171 - ewarn ""
172 - ewarn "While the helper should be safe by design be aware that setting"
173 - ewarn "any program setuid is a security risk."
174 - fi
175 -}