summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-05-20 01:54:44 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-05-20 01:54:44 +0000
commita6a91e2194385faedbbab2407ae515a3c100f3ac (patch)
treea32b3c4541fad9979ec7641eefa793443fd4350a /media-radio/tucnak2
parentVersion bump (1.2.9) and fix for bug 270039 (diff)
downloadgentoo-2-a6a91e2194385faedbbab2407ae515a3c100f3ac.tar.gz
gentoo-2-a6a91e2194385faedbbab2407ae515a3c100f3ac.tar.bz2
gentoo-2-a6a91e2194385faedbbab2407ae515a3c100f3ac.zip
Version bump and remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/tucnak2')
-rw-r--r--media-radio/tucnak2/ChangeLog8
-rw-r--r--media-radio/tucnak2/tucnak2-2.18.ebuild53
-rw-r--r--media-radio/tucnak2/tucnak2-2.20.ebuild54
-rw-r--r--media-radio/tucnak2/tucnak2-2.26.ebuild (renamed from media-radio/tucnak2/tucnak2-2.19.ebuild)9
4 files changed, 12 insertions, 112 deletions
diff --git a/media-radio/tucnak2/ChangeLog b/media-radio/tucnak2/ChangeLog
index 1f1aae23f592..da2f28a58178 100644
--- a/media-radio/tucnak2/ChangeLog
+++ b/media-radio/tucnak2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-radio/tucnak2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/ChangeLog,v 1.7 2009/04/17 03:32:49 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/ChangeLog,v 1.8 2009/05/20 01:54:44 darkside Exp $
+
+*tucnak2-2.26 (20 May 2009)
+
+ 20 May 2009; Jeremy Olexa <darkside@gentoo.org> -tucnak2-2.18.ebuild,
+ -tucnak2-2.19.ebuild, -tucnak2-2.20.ebuild, +tucnak2-2.26.ebuild:
+ Version bump and remove old
*tucnak2-2.25 (17 Apr 2009)
diff --git a/media-radio/tucnak2/tucnak2-2.18.ebuild b/media-radio/tucnak2/tucnak2-2.18.ebuild
deleted file mode 100644
index 3f9388d6ce93..000000000000
--- a/media-radio/tucnak2/tucnak2-2.18.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/tucnak2-2.18.ebuild,v 1.2 2008/12/31 03:36:59 mr_bones_ 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.16-doc.diff" \
- "${FILESDIR}/${PN}-2.17-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 ""
- 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.20.ebuild b/media-radio/tucnak2/tucnak2-2.20.ebuild
deleted file mode 100644
index 6166f1f3375c..000000000000
--- a/media-radio/tucnak2/tucnak2-2.20.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/tucnak2-2.20.ebuild,v 1.3 2008/12/31 03:36:59 mr_bones_ 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.19-appname.diff" \
- "${FILESDIR}/${PN}-2.20-hamlib.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 ""
- 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.19.ebuild b/media-radio/tucnak2/tucnak2-2.26.ebuild
index 3ccd4e090c6e..8bf8a2b1e2b4 100644
--- a/media-radio/tucnak2/tucnak2-2.19.ebuild
+++ b/media-radio/tucnak2/tucnak2-2.26.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.19.ebuild,v 1.2 2008/12/31 03:36:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak2/tucnak2-2.26.ebuild,v 1.1 2009/05/20 01:54:44 darkside Exp $
inherit eutils autotools
@@ -28,7 +28,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PN}-2.19-doc.diff" \
- "${FILESDIR}/${PN}-2.19-appname.diff"
+ "${FILESDIR}/${PN}-2.25-appname.diff"
eautoreconf
}
@@ -45,7 +45,8 @@ src_install() {
}
pkg_postinst() {
- elog "In order to use sound with tucnak2 add yourself to the audio group"
+ 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"