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/tucnak2/tucnak2-2.26.ebuild
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/tucnak2/tucnak2-2.26.ebuild')
-rw-r--r--media-radio/tucnak2/tucnak2-2.26.ebuild54
1 files changed, 0 insertions, 54 deletions
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)"
-}