summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2012-01-04 11:45:42 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2012-01-04 11:45:42 +0000
commit3405ad109ec23325c9a18f3fea2f001a3e2b0e63 (patch)
treea89099128f48829438427dc5909531fd7428fcc3 /media-radio/tlf
parentmedia-sound/mp3splt-gtk: 0.7.1 (diff)
downloadgentoo-2-3405ad109ec23325c9a18f3fea2f001a3e2b0e63.tar.gz
gentoo-2-3405ad109ec23325c9a18f3fea2f001a3e2b0e63.tar.bz2
gentoo-2-3405ad109ec23325c9a18f3fea2f001a3e2b0e63.zip
Remove old unstable versions
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'media-radio/tlf')
-rw-r--r--media-radio/tlf/ChangeLog8
-rw-r--r--media-radio/tlf/tlf-1.0.3.ebuild31
-rw-r--r--media-radio/tlf/tlf-1.0.4.ebuild31
3 files changed, 6 insertions, 64 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog
index 52977fe68d47..65fca244686b 100644
--- a/media-radio/tlf/ChangeLog
+++ b/media-radio/tlf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-radio/tlf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.28 2011/12/26 12:41:01 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.29 2012/01/04 11:45:42 tomjbe Exp $
+
+ 04 Jan 2012; Thomas Beierlein <tomjbe@gentoo.org> -tlf-1.0.3.ebuild,
+ -tlf-1.0.4.ebuild:
+ Remove old unstable versions
26 Dec 2011; Markus Meier <maekke@gentoo.org> tlf-1.0.5.ebuild:
x86 stable, bug #394087
diff --git a/media-radio/tlf/tlf-1.0.3.ebuild b/media-radio/tlf/tlf-1.0.3.ebuild
deleted file mode 100644
index 4ef740232c69..000000000000
--- a/media-radio/tlf/tlf-1.0.3.ebuild
+++ /dev/null
@@ -1,31 +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/tlf/tlf-1.0.3.ebuild,v 1.2 2011/08/12 21:14:30 xarthisius Exp $
-
-inherit flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html"
-SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses
- media-libs/hamlib"
-DEPEND="${RDEPEND}
- sys-apps/gawk"
-
-src_compile() {
- append-flags -L/usr/$(get_libdir)/hamlib
- econf --enable-hamlib
- emake || die "emake failed."
-}
-
-src_install() {
- einstall || die "einstall failed."
- rm -fR "${D}"/usr/share/${PN}/doc
- dodoc AUTHORS ChangeLog NEWS doc/README
-}
diff --git a/media-radio/tlf/tlf-1.0.4.ebuild b/media-radio/tlf/tlf-1.0.4.ebuild
deleted file mode 100644
index 05d2595ee507..000000000000
--- a/media-radio/tlf/tlf-1.0.4.ebuild
+++ /dev/null
@@ -1,31 +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/tlf/tlf-1.0.4.ebuild,v 1.2 2011/08/12 21:14:30 xarthisius Exp $
-
-inherit flag-o-matic multilib
-
-DESCRIPTION="Console-mode amateur radio contest logger"
-HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html"
-SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses
- media-libs/hamlib"
-DEPEND="${RDEPEND}
- sys-apps/gawk"
-
-src_compile() {
- append-flags -L/usr/$(get_libdir)/hamlib
- econf --enable-hamlib
- emake || die "emake failed."
-}
-
-src_install() {
- einstall || die "einstall failed."
- rm -fR "${D}"/usr/share/${PN}/doc
- dodoc AUTHORS ChangeLog NEWS doc/README
-}