summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-07-17 10:45:02 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-07-17 10:45:02 +0000
commit8078652535be08b75e5abf07e2cdbbf9947b6e8b (patch)
tree0a704be369bd0a65c97be8e20fcf5e0cd76f5aea /media-radio
parentStable for HPPA too. (diff)
downloadgentoo-2-8078652535be08b75e5abf07e2cdbbf9947b6e8b.tar.gz
gentoo-2-8078652535be08b75e5abf07e2cdbbf9947b6e8b.tar.bz2
gentoo-2-8078652535be08b75e5abf07e2cdbbf9947b6e8b.zip
Cleanup old versions
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/tucnak2/ChangeLog7
-rw-r--r--media-radio/tucnak2/files/tucnak2-2.25-appname.diff21
-rw-r--r--media-radio/tucnak2/tucnak2-2.26.ebuild54
-rw-r--r--media-radio/tucnak2/tucnak2-2.31.ebuild65
-rw-r--r--media-radio/tucnak2/tucnak2-2.32.ebuild65
5 files changed, 6 insertions, 206 deletions
diff --git a/media-radio/tucnak2/ChangeLog b/media-radio/tucnak2/ChangeLog
index d61918c2935b..9425edb6b32b 100644
--- a/media-radio/tucnak2/ChangeLog
+++ b/media-radio/tucnak2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-radio/tucnak2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/ChangeLog,v 1.22 2010/07/17 09:38:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/ChangeLog,v 1.23 2010/07/17 10:45:02 tomjbe Exp $
+
+ 17 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org>
+ -files/tucnak2-2.25-appname.diff, -tucnak2-2.26.ebuild,
+ -tucnak2-2.31.ebuild, -tucnak2-2.32.ebuild:
+ Cleanup old versions.
17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> tucnak2-2.34.ebuild:
stable x86, bug 328015
diff --git a/media-radio/tucnak2/files/tucnak2-2.25-appname.diff b/media-radio/tucnak2/files/tucnak2-2.25-appname.diff
deleted file mode 100644
index fc15a81de2c5..000000000000
--- a/media-radio/tucnak2/files/tucnak2-2.25-appname.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/Makefile.am.orig 2009-01-02 09:13:14.000000000 +0100
-+++ src/Makefile.am 2009-03-21 08:31:21.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 charsets.c codepage.h codepage.inc \
-+tucnak2_SOURCES = adif.c alsa.c bfu.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 \
- error.c excdb.c fhs.c fifo.c font.c font.inc gfx_png.c ghash.c \
-@@ -15,7 +15,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/tucnak2-2.26.ebuild b/media-radio/tucnak2/tucnak2-2.26.ebuild
deleted file mode 100644
index 69c7dd22feb5..000000000000
--- a/media-radio/tucnak2/tucnak2-2.26.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/tucnak2-2.26.ebuild,v 1.3 2009/08/02 14:32:33 maekke Exp $
-
-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 ftdi gpm hamlib"
-
-RDEPEND=">=dev-libs/glib-2
- media-libs/libsndfile
- >=media-libs/libsdl-1.2
- alsa? ( media-libs/alsa-lib )
- ftdi? ( dev-embedded/libftdi )
- gpm? ( sys-libs/gpm )
- hamlib? ( media-libs/hamlib )
- >=media-libs/libpng-1.2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-2.19-doc.diff" \
- "${FILESDIR}/${PN}-2.25-appname.diff"
- eautoreconf
-}
-
-src_compile() {
- econf $(use_with alsa) $(use_with ftdi) \
- $(use_with gpm) $(use_with hamlib) --with-sdl
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- doman debian/tucnak2.1 || die "doman failed"
- dodoc AUTHORS ChangeLog TODO doc/NAVOD.sxw doc/NAVOD.pdf || die "dodoc failed"
-}
-
-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)"
-}
diff --git a/media-radio/tucnak2/tucnak2-2.31.ebuild b/media-radio/tucnak2/tucnak2-2.31.ebuild
deleted file mode 100644
index ffc57da151cd..000000000000
--- a/media-radio/tucnak2/tucnak2-2.31.ebuild
+++ /dev/null
@@ -1,65 +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.31.ebuild,v 1.1 2010/01/12 16:00:36 darkside 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.25-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.32.ebuild b/media-radio/tucnak2/tucnak2-2.32.ebuild
deleted file mode 100644
index ad96723ad4bf..000000000000
--- a/media-radio/tucnak2/tucnak2-2.32.ebuild
+++ /dev/null
@@ -1,65 +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.32.ebuild,v 1.2 2010/04/12 19:32:34 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.19-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
-}