diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2011-10-09 06:41:41 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2011-10-09 06:41:41 +0000 |
commit | cb122d696a25f920324e9a28f938e225a2d0f8cf (patch) | |
tree | 8cfbadef5dbec94172ce005cf6b655b81ce98463 /media-radio/tucnak2 | |
parent | Fix oracle use flag dependencies for Zabbix 1.8.7 and 1.8.8 per Bug #386457 (diff) | |
download | gentoo-2-cb122d696a25f920324e9a28f938e225a2d0f8cf.tar.gz gentoo-2-cb122d696a25f920324e9a28f938e225a2d0f8cf.tar.bz2 gentoo-2-cb122d696a25f920324e9a28f938e225a2d0f8cf.zip |
Cleanup old versions not working with libpng-1.5
(Portage version: 2.1.10.23/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/tucnak2')
-rw-r--r-- | media-radio/tucnak2/ChangeLog | 8 | ||||
-rw-r--r-- | media-radio/tucnak2/files/tucnak2-2.19-doc.diff | 19 | ||||
-rw-r--r-- | media-radio/tucnak2/files/tucnak2-2.32-appname.diff | 21 | ||||
-rw-r--r-- | media-radio/tucnak2/files/tucnak2-2.34-hamlib.diff | 14 | ||||
-rw-r--r-- | media-radio/tucnak2/files/tucnak2-2.37-hamlib.diff | 12 | ||||
-rw-r--r-- | media-radio/tucnak2/tucnak2-2.34.ebuild | 66 | ||||
-rw-r--r-- | media-radio/tucnak2/tucnak2-2.37.ebuild | 66 | ||||
-rw-r--r-- | media-radio/tucnak2/tucnak2-2.39.ebuild | 65 | ||||
-rw-r--r-- | media-radio/tucnak2/tucnak2-2.42.ebuild | 65 |
9 files changed, 7 insertions, 329 deletions
diff --git a/media-radio/tucnak2/ChangeLog b/media-radio/tucnak2/ChangeLog index 182147eefff7..c1ea2980f6b4 100644 --- a/media-radio/tucnak2/ChangeLog +++ b/media-radio/tucnak2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-radio/tucnak2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/ChangeLog,v 1.35 2011/10/08 16:46:48 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/ChangeLog,v 1.36 2011/10/09 06:41:41 tomjbe Exp $ + + 09 Oct 2011; Thomas Beierlein <tomjbe@gentoo.org> + -files/tucnak2-2.19-doc.diff, -files/tucnak2-2.32-appname.diff, + -tucnak2-2.34.ebuild, -files/tucnak2-2.34-hamlib.diff, -tucnak2-2.37.ebuild, + -files/tucnak2-2.37-hamlib.diff, -tucnak2-2.39.ebuild, -tucnak2-2.42.ebuild: + Cleanup old versions not working with libpng-1.5 08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> tucnak2-2.44.ebuild: x86 stable wrt bug #385989 diff --git a/media-radio/tucnak2/files/tucnak2-2.19-doc.diff b/media-radio/tucnak2/files/tucnak2-2.19-doc.diff deleted file mode 100644 index 799d1531e9c1..000000000000 --- a/media-radio/tucnak2/files/tucnak2-2.19-doc.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.am.orig 2008-11-15 10:53:40.000000000 +0100 -+++ Makefile.am 2008-11-15 10:53:50.000000000 +0100 -@@ -1,4 +1,4 @@ --SUBDIRS=data doc intl pkg share src win32 -+SUBDIRS=data intl pkg share src win32 - - MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in - -@@ -4,10 +4,6 @@ - - EXTRA_DIST = COPYING INSTALL rebuild debian/* intl/* win32/* pkg/* - --docsdir = $(datadir)/tucnak2/doc -- --docs_DATA = AUTHORS ChangeLog TODO -- - stamp = `date +%Y%m%d_%H%M%S` - - distd: dist diff --git a/media-radio/tucnak2/files/tucnak2-2.32-appname.diff b/media-radio/tucnak2/files/tucnak2-2.32-appname.diff deleted file mode 100644 index 6c56c2da7a9b..000000000000 --- a/media-radio/tucnak2/files/tucnak2-2.32-appname.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- src/Makefile.am.orig 2010-02-10 15:29:43.000000000 +0100 -+++ src/Makefile.am 2010-02-16 16:47:22.000000000 +0100 -@@ -1,7 +1,7 @@ - #bin_PROGRAMS = tucnak soundwrapper stucnak --bin_PROGRAMS = tucnak soundwrapper -+bin_PROGRAMS = tucnak2 soundwrapper - --tucnak_SOURCES = adif.c alsa.c bfu.c cabrillo.c charsets.c \ -+tucnak2_SOURCES = adif.c alsa.c bfu.c cabrillo.c charsets.c \ - codepage.h codepage.inc \ - control.c cor.c cor.h cordata.c cordata.h cordata.inc \ - cwdaemon.c cwdb.c cwwindow.c davac4.c dsp.c dwdb.c dxc.c ebw.c edi.c \ -@@ -17,7 +17,7 @@ - ssbd.c stats.c subwin.c terminal.c threadpipe.c titlpage.c trig.c \ - ttys.c txts.c txts.h txts.inc uni_7b.inc winkey.c wizz.c zstring.c - --tucnak_LDADD = @TUCNAK_LDADD@ -+tucnak2_LDADD = @TUCNAK_LDADD@ - - soundwrapper_SOURCES = soundwrapper.c - diff --git a/media-radio/tucnak2/files/tucnak2-2.34-hamlib.diff b/media-radio/tucnak2/files/tucnak2-2.34-hamlib.diff deleted file mode 100644 index 3e200f59951b..000000000000 --- a/media-radio/tucnak2/files/tucnak2-2.34-hamlib.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- src/session.c.orig 2010-05-24 08:15:33.000000000 +0000 -+++ src/session.c 2010-05-24 08:16:08.000000000 +0000 -@@ -2169,9 +2169,11 @@ - map_add_qso(q); - map_clear_qso(&band->tmplocqso); - ctrl_back(band); -+#ifdef HAVE_HAMLIB - if (ctest->runmode && cfg->rig_clr_rit){ - trig_set_rit(trig, 0.0); - } -+#endif - } - } - dbg("process_input(%d, len=%d)\n", ctest->runmode, strlen(text)); diff --git a/media-radio/tucnak2/files/tucnak2-2.37-hamlib.diff b/media-radio/tucnak2/files/tucnak2-2.37-hamlib.diff deleted file mode 100644 index 7714c9c797b5..000000000000 --- a/media-radio/tucnak2/files/tucnak2-2.37-hamlib.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- src/session.c.orig 2010-11-03 19:24:35.000000000 +0100 -+++ src/session.c 2010-11-03 19:25:02.000000000 +0100 -@@ -2280,8 +2280,8 @@ - if (ctest->runmode && cfg->rig_clr_rit){ - trig_set_rit(trig, 0.0); - } -- qso_saved = 1; - #endif -+ qso_saved = 1; - } - } - dbg("process_input(runmode=%d, len=%d, cq=%d, last_cq=%p)\n", ctest->runmode, strlen(text), cq, gses->last_cq); diff --git a/media-radio/tucnak2/tucnak2-2.34.ebuild b/media-radio/tucnak2/tucnak2-2.34.ebuild deleted file mode 100644 index 72f95bf2df1b..000000000000 --- a/media-radio/tucnak2/tucnak2-2.34.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/tucnak2-2.34.ebuild,v 1.4 2010/07/17 09:38:05 fauli Exp $ - -EAPI=2 -inherit eutils autotools - -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 ftdi gpm hamlib suid" - -RDEPEND=">=dev-libs/glib-2 - media-libs/libsndfile - >=media-libs/libsdl-1.2 - alsa? ( media-libs/alsa-lib ) - fftw? ( sci-libs/fftw:3.0 ) - ftdi? ( dev-embedded/libftdi ) - gpm? ( sys-libs/gpm ) - hamlib? ( media-libs/hamlib ) - >=media-libs/libpng-1.2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.19-doc.diff" \ - "${FILESDIR}/${PN}-2.32-appname.diff" \ - "${FILESDIR}/${P}-hamlib.diff" - eautoreconf -} - -src_configure() { - econf $(use_with alsa) $(use_with ftdi) \ - $(use_with gpm) $(use_with hamlib) \ - $(use_with fftw fftw3) --with-sdl -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - doman debian/tucnak2.1 || die "doman failed" - dodoc AUTHORS ChangeLog TODO doc/NAVOD.pdf || die "dodoc failed" - if use suid ; then - fperms 4711 /usr/bin/soundwrapper || die "fperms failed" - fi -} - -pkg_postinst() { - elog "In order to use sound with tucnak2 add yourself to the 'audio' group" - elog "and to key your rig via the parport add yourself to the 'lp' group" - elog "" - elog "tucnak2 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/tucnak2/tucnak2-2.37.ebuild b/media-radio/tucnak2/tucnak2-2.37.ebuild deleted file mode 100644 index 4665af09a37e..000000000000 --- a/media-radio/tucnak2/tucnak2-2.37.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/tucnak2-2.37.ebuild,v 1.3 2010/12/20 13:38:34 c1pher Exp $ - -EAPI=2 -inherit eutils autotools - -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 ftdi gpm hamlib suid" - -RDEPEND=">=dev-libs/glib-2 - media-libs/libsndfile - >=media-libs/libsdl-1.2 - alsa? ( media-libs/alsa-lib ) - fftw? ( sci-libs/fftw:3.0 ) - ftdi? ( dev-embedded/libftdi ) - gpm? ( sys-libs/gpm ) - hamlib? ( media-libs/hamlib ) - >=media-libs/libpng-1.2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.19-doc.diff" \ - "${FILESDIR}/${PN}-2.32-appname.diff" \ - "${FILESDIR}/${P}-hamlib.diff" - eautoreconf -} - -src_configure() { - econf $(use_with alsa) $(use_with ftdi) \ - $(use_with gpm) $(use_with hamlib) \ - $(use_with fftw fftw3) --with-sdl -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - doman debian/tucnak2.1 || die "doman failed" - dodoc AUTHORS ChangeLog TODO doc/NAVOD.pdf || die "dodoc failed" - if use suid ; then - fperms 4711 /usr/bin/soundwrapper || die "fperms failed" - fi -} - -pkg_postinst() { - elog "In order to use sound with tucnak2 add yourself to the 'audio' group" - elog "and to key your rig via the parport add yourself to the 'lp' group" - elog "" - elog "tucnak2 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/tucnak2/tucnak2-2.39.ebuild b/media-radio/tucnak2/tucnak2-2.39.ebuild deleted file mode 100644 index a2dec40bdf86..000000000000 --- a/media-radio/tucnak2/tucnak2-2.39.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/tucnak2-2.39.ebuild,v 1.3 2011/06/02 13:18:33 maekke Exp $ - -EAPI=2 -inherit eutils autotools - -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 ftdi gpm hamlib suid" - -RDEPEND=">=dev-libs/glib-2 - media-libs/libsndfile - >=media-libs/libsdl-1.2 - alsa? ( media-libs/alsa-lib ) - fftw? ( sci-libs/fftw:3.0 ) - ftdi? ( dev-embedded/libftdi ) - gpm? ( sys-libs/gpm ) - hamlib? ( media-libs/hamlib ) - >=media-libs/libpng-1.2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.39-doc.diff" \ - "${FILESDIR}/${PN}-2.32-appname.diff" - eautoreconf -} - -src_configure() { - econf $(use_with alsa) $(use_with ftdi) \ - $(use_with gpm) $(use_with hamlib) \ - $(use_with fftw fftw3) --with-sdl -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - doman debian/tucnak2.1 || die "doman failed" - dodoc AUTHORS ChangeLog TODO doc/NAVOD.pdf || die "dodoc failed" - if use suid ; then - fperms 4711 /usr/bin/soundwrapper || die "fperms failed" - fi -} - -pkg_postinst() { - elog "In order to use sound with tucnak2 add yourself to the 'audio' group" - elog "and to key your rig via the parport add yourself to the 'lp' group" - elog "" - elog "tucnak2 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/tucnak2/tucnak2-2.42.ebuild b/media-radio/tucnak2/tucnak2-2.42.ebuild deleted file mode 100644 index f40080c9b67f..000000000000 --- a/media-radio/tucnak2/tucnak2-2.42.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/tucnak2-2.42.ebuild,v 1.1 2011/06/05 11:38:58 tomjbe Exp $ - -EAPI=2 -inherit eutils autotools - -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 ftdi gpm hamlib suid" - -RDEPEND=">=dev-libs/glib-2 - media-libs/libsndfile - >=media-libs/libsdl-1.2 - alsa? ( media-libs/alsa-lib ) - fftw? ( sci-libs/fftw:3.0 ) - ftdi? ( dev-embedded/libftdi ) - gpm? ( sys-libs/gpm ) - hamlib? ( media-libs/hamlib ) - >=media-libs/libpng-1.2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.39-doc.diff" \ - "${FILESDIR}/${P}-appname.diff" - eautoreconf -} - -src_configure() { - econf $(use_with alsa) $(use_with ftdi) \ - $(use_with gpm) $(use_with hamlib) \ - $(use_with fftw fftw3) --with-sdl -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - doman debian/tucnak2.1 || die "doman failed" - dodoc AUTHORS ChangeLog TODO doc/NAVOD.pdf || die "dodoc failed" - if use suid ; then - fperms 4711 /usr/bin/soundwrapper || die "fperms failed" - fi -} - -pkg_postinst() { - elog "In order to use sound with tucnak2 add yourself to the 'audio' group" - elog "and to key your rig via the parport add yourself to the 'lp' group" - elog "" - elog "tucnak2 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 -} |