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