commit:     19b8df75d2d81688770c7d3fe7adda2432ae30a7
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 14:46:45 2020 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat May 23 14:46:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b8df75

media-radio/tucnak: Drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/tucnak/Manifest           |  2 --
 media-radio/tucnak/tucnak-4.18.ebuild | 68 -----------------------------------
 media-radio/tucnak/tucnak-4.19.ebuild | 68 -----------------------------------
 3 files changed, 138 deletions(-)

diff --git a/media-radio/tucnak/Manifest b/media-radio/tucnak/Manifest
index 7cc6025fe92..38dafdffd13 100644
--- a/media-radio/tucnak/Manifest
+++ b/media-radio/tucnak/Manifest
@@ -1,4 +1,2 @@
-DIST tucnak-4.18.tar.gz 3527134 BLAKE2B 
2e059875fb22a9027dde486d82eaa2bfd1d339440b59ffbde3b3923365096e4e7a77edc0690d79d66d1b9b218b2a7698b7783f1f07c0a8f94bc002ee5acc8528
 SHA512 
9c986bd4e9221a2956722423d8c31e3e420d5f50f2c68577a73d62f5e0913e79526dfbbee29e9f98f25445e35587a95aa709d538e4ba5e17d739a1220e41f0de
-DIST tucnak-4.19.tar.gz 3542661 BLAKE2B 
0ce6b387f47bae01b21a9c63a8530f8eb0e82c9ba5c7c983190c43e11cbc18b477c30db4f5f3fe743d7a99de9fd1787e64f018180338856e9f8306a3f5849a5a
 SHA512 
4217a073f3b085fd11e92d3eb38386563f7cef022c0e30bc959fd6d6ca6b2efaacfcaa9dc5f48208114490a414e4cfc89bb500560d7f3add28f9534eb205a8f8
 DIST tucnak-4.20.tar.gz 3542904 BLAKE2B 
7fee170215d975abac64c6425ccc7604fb0948f4713fdbdf5e0197268b2e7bca1278b3e0c2e6e3698b6a8e3884eb47016d0fff1bca6e21e94c676a4ed848f223
 SHA512 
755861c7e1fedd8a3e17179681930a182bf95c19f9ed6a1f5e07d5781ba0c36f5bc8a7066a792e752ce04edebfe055a426bc4757ee137df60950165b2e4a6cb9
 DIST tucnak-4.21.tar.gz 3545924 BLAKE2B 
dabc9647e4fde5c8c3b3e9b2ee5f072ce6e85138c6a45f635c05dcf47763a39e191a6ac3d97e71b79d3913915126261f565f8e273cd257731e04bc5ab7956aab
 SHA512 
73fe2e92a0db3a8e152cfc25bbaefdeec6fd7f11223d02eae6c1ac5526c02404e89ecd4f2f715e7fda1d72fd872fc240694ce674d57a95c03417cf59dbd6532c

diff --git a/media-radio/tucnak/tucnak-4.18.ebuild 
b/media-radio/tucnak/tucnak-4.18.ebuild
deleted file mode 100644
index b78b8fb5f57..00000000000
--- a/media-radio/tucnak/tucnak-4.18.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic multilib
-
-DESCRIPTION="Amateur Radio VHF Contest Logbook"
-HOMEPAGE="http://tucnak.nagano.cz";
-SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="alsa fftw gpm hamlib suid"
-
-RDEPEND="dev-libs/glib:2
-       dev-libs/libzia
-       media-libs/libsndfile
-       >=media-libs/libsdl-1.2
-       alsa? ( media-libs/alsa-lib )
-       fftw? ( sci-libs/fftw:3.0 )
-       gpm? ( sys-libs/gpm )
-       hamlib? ( media-libs/hamlib )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       eapply_user
-       # fix destop file
-       sed -i -e "s/HamRadio/HamRadio;/" share/applications/tucnak.desktop || 
die
-       # fix doc install path
-       sed -i -e "s/docsdir/# docsdir/" \
-               -e "s/docs_DATA =/# docs_DATA/" \
-               -e "s/EXTRA_DIST =/# EXTRA_DIST =/" Makefile.am doc/Makefile.am 
|| die
-       eautoreconf
-}
-
-src_configure() {
-       append-ldflags -L/usr/$(get_libdir)/hamlib
-       econf $(use_with alsa) \
-               $(use_with gpm) $(use_with hamlib) \
-               $(use_with fftw fftw3)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc AUTHORS ChangeLog doc/NAVOD.pdf
-       if use suid ; then
-               fperms 4711 /usr/bin/soundwrapper
-       fi
-}
-
-pkg_postinst() {
-       elog "In order to use sound with tucnak add yourself to the 'audio' 
group"
-       elog "and to key your rig via the parport add yourself to the 'lp' 
group"
-       elog ""
-       elog "tucnak can be used with the following additional packages:"
-       elog "     media-radio/cwdaemon  : Morse output via code cwdaemon"
-       elog "                             (No need to recompile)"
-       if use suid ; then
-               ewarn "You have choosen to install the little helper program 
'soundwrapper'"
-               ewarn "setuid by setting USE=suid. That helper is only needed 
if you"
-               ewarn "want to use morse sidetone output via the PC speaker."
-               ewarn ""
-               ewarn "While the helper should be safe by design be aware that 
setting"
-               ewarn "any program setuid is a security risk."
-       fi
-}

diff --git a/media-radio/tucnak/tucnak-4.19.ebuild 
b/media-radio/tucnak/tucnak-4.19.ebuild
deleted file mode 100644
index b4c1192a2e4..00000000000
--- a/media-radio/tucnak/tucnak-4.19.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools flag-o-matic multilib
-
-DESCRIPTION="Amateur Radio VHF Contest Logbook"
-HOMEPAGE="http://tucnak.nagano.cz";
-SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa fftw gpm hamlib suid"
-
-RDEPEND="dev-libs/glib:2
-       dev-libs/libzia
-       media-libs/libsndfile
-       >=media-libs/libsdl-1.2
-       alsa? ( media-libs/alsa-lib )
-       fftw? ( sci-libs/fftw:3.0 )
-       gpm? ( sys-libs/gpm )
-       hamlib? ( media-libs/hamlib )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       eapply_user
-       # fix destop file
-       sed -i -e "s/HamRadio/HamRadio;/" share/applications/tucnak.desktop || 
die
-       # fix doc install path
-       sed -i -e "s/docsdir/# docsdir/" \
-               -e "s/docs_DATA =/# docs_DATA/" \
-               -e "s/EXTRA_DIST =/# EXTRA_DIST =/" Makefile.am doc/Makefile.am 
|| die
-       eautoreconf
-}
-
-src_configure() {
-       append-ldflags -L/usr/$(get_libdir)/hamlib
-       econf $(use_with alsa) \
-               $(use_with gpm) $(use_with hamlib) \
-               $(use_with fftw fftw3)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc AUTHORS ChangeLog doc/NAVOD.pdf
-       if use suid ; then
-               fperms 4711 /usr/bin/soundwrapper
-       fi
-}
-
-pkg_postinst() {
-       elog "In order to use sound with tucnak add yourself to the 'audio' 
group"
-       elog "and to key your rig via the parport add yourself to the 'lp' 
group"
-       elog ""
-       elog "tucnak can be used with the following additional packages:"
-       elog "     media-radio/cwdaemon  : Morse output via code cwdaemon"
-       elog "                             (No need to recompile)"
-       if use suid ; then
-               ewarn "You have choosen to install the little helper program 
'soundwrapper'"
-               ewarn "setuid by setting USE=suid. That helper is only needed 
if you"
-               ewarn "want to use morse sidetone output via the PC speaker."
-               ewarn ""
-               ewarn "While the helper should be safe by design be aware that 
setting"
-               ewarn "any program setuid is a security risk."
-       fi
-}

Reply via email to