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: Fri, 25 Dec 2020 14:49:12
Message-Id: 1608907685.769e23f833d13583fe2cea7a87e53811a23946fe.tomjbe@gentoo
1 commit: 769e23f833d13583fe2cea7a87e53811a23946fe
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 14:48:05 2020 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 14:48:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769e23f8
7
8 media-radio/tucnak: Drop old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 media-radio/tucnak/Manifest | 2 --
14 media-radio/tucnak/tucnak-4.21.ebuild | 68 -----------------------------------
15 media-radio/tucnak/tucnak-4.22.ebuild | 68 -----------------------------------
16 3 files changed, 138 deletions(-)
17
18 diff --git a/media-radio/tucnak/Manifest b/media-radio/tucnak/Manifest
19 index 73a6aa91406..7d8730deaa6 100644
20 --- a/media-radio/tucnak/Manifest
21 +++ b/media-radio/tucnak/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST tucnak-4.21.tar.gz 3545924 BLAKE2B dabc9647e4fde5c8c3b3e9b2ee5f072ce6e85138c6a45f635c05dcf47763a39e191a6ac3d97e71b79d3913915126261f565f8e273cd257731e04bc5ab7956aab SHA512 73fe2e92a0db3a8e152cfc25bbaefdeec6fd7f11223d02eae6c1ac5526c02404e89ecd4f2f715e7fda1d72fd872fc240694ce674d57a95c03417cf59dbd6532c
24 -DIST tucnak-4.22.tar.gz 3547159 BLAKE2B 4a08bc0f7cfa5bbef6d367e7d5780707b6500bf35938ba38bab779ab68e379dd48f6f08146c042e10f2fe4eb7c6d807fef4a8c64ab4ddd8d4fff25f9a0765436 SHA512 d4ec3707137e7a79ede5722806f30f6442988b6cf79e15578978344d6f3dc978a4ef7bfff215458a65d7436e6344e7288c911e499ad3c03b9edb754cd390e2fc
25 DIST tucnak-4.23.tar.gz 3550740 BLAKE2B 559f082e19dc22fb119ba6b075f83a49838347bde8856e22a90b9bfc66c8df17ef172967e0e6c4a88a3cfb7764ad36b6fe1a2dd18a9212d8c4637346a8616e7b SHA512 febd5daf943ec4428fe4d77542e20a47d69b017d345aff00ee7e0aca0cc287cf0f1abf3f858051e23aa8d0dffa4146b22fbdb5813d97debb902b91fd99dcd50a
26 DIST tucnak-4.24.tar.gz 3556553 BLAKE2B 78f75a6da859937fa36099f9adcb508065800e62d3ad5f9b21f294d86fe0b40f0384e7e15a35d3a0708f5516e117d29667a34653f00009f51ebb582923b993cd SHA512 5dbb129bc638b1f69dd159dd46237ceef1c830922266a663be0437e5f0fee612282a238315448aababb781950a8945f0e2ecf375eef61567291c07acc80526dd
27
28 diff --git a/media-radio/tucnak/tucnak-4.21.ebuild b/media-radio/tucnak/tucnak-4.21.ebuild
29 deleted file mode 100644
30 index 8490a3d7874..00000000000
31 --- a/media-radio/tucnak/tucnak-4.21.ebuild
32 +++ /dev/null
33 @@ -1,68 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
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.22.ebuild b/media-radio/tucnak/tucnak-4.22.ebuild
104 deleted file mode 100644
105 index 8490a3d7874..00000000000
106 --- a/media-radio/tucnak/tucnak-4.22.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 -}