summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-08-01 17:49:09 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-08-01 17:49:09 +0000
commit95fea8d87af04ed0c3bbf3f0cf1a993757fd2ed8 (patch)
tree9732266f630ba316e0aaeea36e1b5dd248eab68f /app-text
parentamd64 stable, cleanup (diff)
downloadgentoo-2-95fea8d87af04ed0c3bbf3f0cf1a993757fd2ed8.tar.gz
gentoo-2-95fea8d87af04ed0c3bbf3f0cf1a993757fd2ed8.tar.bz2
gentoo-2-95fea8d87af04ed0c3bbf3f0cf1a993757fd2ed8.zip
remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/multitail/ChangeLog6
-rw-r--r--app-text/multitail/multitail-4.2.0.ebuild31
-rw-r--r--app-text/multitail/multitail-5.2.0.ebuild33
-rw-r--r--app-text/multitail/multitail-5.2.1.ebuild33
4 files changed, 5 insertions, 98 deletions
diff --git a/app-text/multitail/ChangeLog b/app-text/multitail/ChangeLog
index cccd821b80e1..03be9ca8f44e 100644
--- a/app-text/multitail/ChangeLog
+++ b/app-text/multitail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/multitail
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.69 2009/04/11 18:00:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.70 2009/08/01 17:49:09 darkside Exp $
+
+ 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -multitail-4.2.0.ebuild,
+ -multitail-5.2.0.ebuild, -multitail-5.2.1.ebuild:
+ remove old
11 Apr 2009; nixnut <nixnut@gentoo.org> multitail-5.2.2.ebuild:
ppc stable #264947
diff --git a/app-text/multitail/multitail-4.2.0.ebuild b/app-text/multitail/multitail-4.2.0.ebuild
deleted file mode 100644
index c8a1f683e878..000000000000
--- a/app-text/multitail/multitail-4.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-4.2.0.ebuild,v 1.6 2007/04/21 10:26:18 armin76 Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Tail with multiple windows."
-HOMEPAGE="http://www.vanheusden.com/multitail/index.html"
-SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86"
-IUSE="debug"
-
-DEPEND="virtual/libc
- sys-libs/ncurses"
-
-src_compile() {
- use debug && append-flags "-D_DEBUG"
- emake all || die "make failed"
-}
-
-src_install () {
- dobin multitail
- insinto /etc
- doins multitail.conf
- dodoc Changes INSTALL license.txt readme.txt
- dohtml manual.html
- doman multitail.1
-}
diff --git a/app-text/multitail/multitail-5.2.0.ebuild b/app-text/multitail/multitail-5.2.0.ebuild
deleted file mode 100644
index 7ac898093d7c..000000000000
--- a/app-text/multitail/multitail-5.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.0.ebuild,v 1.6 2007/11/03 17:13:12 armin76 Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Tail with multiple windows."
-HOMEPAGE="http://www.vanheusden.com/multitail/index.html"
-SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86"
-IUSE="debug"
-
-DEPEND="virtual/libc
- sys-libs/ncurses"
-
-src_compile() {
- use debug && append-flags "-D_DEBUG"
- emake all || die "make failed"
-}
-
-src_install () {
- dobin multitail
- insinto /etc
- doins multitail.conf
- insinto /etc/multitail/
- doins colors-example.pl colors-example.sh convert-geoip.pl convert-simple.pl
- dodoc Changes readme.txt thanks.txt
- dohtml manual.html manual-nl.html
- doman multitail.1
-}
diff --git a/app-text/multitail/multitail-5.2.1.ebuild b/app-text/multitail/multitail-5.2.1.ebuild
deleted file mode 100644
index a775f1adc8be..000000000000
--- a/app-text/multitail/multitail-5.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.1.ebuild,v 1.7 2008/08/25 11:55:01 armin76 Exp $
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Tail with multiple windows."
-HOMEPAGE="http://www.vanheusden.com/multitail/index.html"
-SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc sparc x86"
-IUSE="debug"
-
-DEPEND="sys-libs/ncurses"
-
-src_compile() {
- tc-export CC
- use debug && append-flags "-D_DEBUG"
- emake all || die "make failed"
-}
-
-src_install () {
- dobin multitail
- insinto /etc
- doins multitail.conf
- insinto /etc/multitail/
- doins colors-example.pl colors-example.sh convert-geoip.pl convert-simple.pl
- dodoc Changes readme.txt thanks.txt
- dohtml manual.html manual-nl.html
- doman multitail.1
-}