summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-09 19:33:19 +0000
committerJustin Lecher <jlec@gentoo.org>2013-03-09 19:33:19 +0000
commitd3cd28ad4ffdcf2c5ddc23d6c70dcf8ae09da0a7 (patch)
tree5cbca9041dd938bba441d13129b1795f3fa6dcff /app-text/multitail
parentFix typo in package name, bug #460966. (diff)
downloadgentoo-2-d3cd28ad4ffdcf2c5ddc23d6c70dcf8ae09da0a7.tar.gz
gentoo-2-d3cd28ad4ffdcf2c5ddc23d6c70dcf8ae09da0a7.tar.bz2
gentoo-2-d3cd28ad4ffdcf2c5ddc23d6c70dcf8ae09da0a7.zip
app-text/multitail: Drop old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-text/multitail')
-rw-r--r--app-text/multitail/ChangeLog6
-rw-r--r--app-text/multitail/multitail-5.2.10.ebuild52
-rw-r--r--app-text/multitail/multitail-5.2.11.ebuild48
-rw-r--r--app-text/multitail/multitail-5.2.9.ebuild52
4 files changed, 5 insertions, 153 deletions
diff --git a/app-text/multitail/ChangeLog b/app-text/multitail/ChangeLog
index 217c9bb1789c..ac497010bb93 100644
--- a/app-text/multitail/ChangeLog
+++ b/app-text/multitail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/multitail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.102 2013/03/09 19:09:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.103 2013/03/09 19:33:19 jlec Exp $
+
+ 09 Mar 2013; Justin Lecher <jlec@gentoo.org> -multitail-5.2.9.ebuild,
+ -multitail-5.2.10.ebuild, -multitail-5.2.11.ebuild:
+ Drop old
09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> multitail-5.2.12.ebuild:
Stable for sparc, wrt bug #456470
diff --git a/app-text/multitail/multitail-5.2.10.ebuild b/app-text/multitail/multitail-5.2.10.ebuild
deleted file mode 100644
index 856d4f2e1f46..000000000000
--- a/app-text/multitail/multitail-5.2.10.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.10.ebuild,v 1.2 2013/02/25 19:07:13 jlec Exp $
-
-EAPI="4"
-
-inherit flag-o-matic toolchain-funcs eutils
-
-DESCRIPTION="Tail with multiple windows"
-HOMEPAGE="http://www.vanheusden.com/multitail/"
-SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/5.2.2-as-needed.patch
-
- use x86-interix && epatch "${FILESDIR}"/${PN}-5.2.6-interix.patch
-
- sed -e '/gcc/d' -i Makefile || die
-}
-
-src_configure() {
- tc-export CC
- use debug && append-flags "-D_DEBUG"
- use prefix && sed "s:DESTDIR=/:DESTDIR=${EROOT}:g" -i Makefile
-}
-
-src_install () {
- dobin multitail
-
- insinto /etc
- doins multitail.conf
-
- dodoc Changes readme.txt thanks.txt
- doman multitail.1
-
- if use examples; then
- docinto examples
- dodoc colors-example.{pl,sh} convert-{geoip,simple}.pl
- fi
-
- if use doc; then
- dohtml manual.html
- fi
-}
diff --git a/app-text/multitail/multitail-5.2.11.ebuild b/app-text/multitail/multitail-5.2.11.ebuild
deleted file mode 100644
index 6ef7a8a451b2..000000000000
--- a/app-text/multitail/multitail-5.2.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.11.ebuild,v 1.2 2013/02/25 19:07:13 jlec Exp $
-
-EAPI=5
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Tail with multiple windows"
-HOMEPAGE="http://www.vanheusden.com/multitail/"
-SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/5.2.2-as-needed.patch
-
- use x86-interix && epatch "${FILESDIR}"/${PN}-5.2.6-interix.patch
-
- sed -e '/gcc/d' -i Makefile || die
-}
-
-src_configure() {
- tc-export CC
- use debug && append-flags "-D_DEBUG"
- use prefix && sed "s:DESTDIR=/:DESTDIR=${EROOT}:g" -i Makefile
-}
-
-src_install () {
- dobin multitail
-
- insinto /etc
- doins multitail.conf
-
- dodoc Changes readme.txt thanks.txt
- doman multitail.1
-
- use doc && dohtml manual.html
-
- docinto examples
- use examples && dodoc colors-example.{pl,sh} convert-{geoip,simple}.pl
-}
diff --git a/app-text/multitail/multitail-5.2.9.ebuild b/app-text/multitail/multitail-5.2.9.ebuild
deleted file mode 100644
index bb1026ec1627..000000000000
--- a/app-text/multitail/multitail-5.2.9.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.9.ebuild,v 1.6 2013/02/25 19:07:13 jlec Exp $
-
-EAPI="4"
-
-inherit flag-o-matic toolchain-funcs eutils
-
-DESCRIPTION="Tail with multiple windows"
-HOMEPAGE="http://www.vanheusden.com/multitail/"
-SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="debug doc examples"
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/5.2.2-as-needed.patch \
- "${FILESDIR}"/5.2.6-buffer-overflow.patch
-
- use x86-interix && epatch "${FILESDIR}"/${PN}-5.2.6-interix.patch
-}
-
-src_configure() {
- tc-export CC
- use debug && append-flags "-D_DEBUG"
- use prefix && sed "s:DESTDIR=/:DESTDIR=${EROOT}:g" -i Makefile
-}
-
-src_install () {
- dobin multitail
-
- insinto /etc
- doins multitail.conf
-
- dodoc Changes readme.txt thanks.txt
- doman multitail.1
-
- if use examples; then
- docinto examples
- dodoc colors-example.{pl,sh} convert-{geoip,simple}.pl
- fi
-
- if use doc; then
- dohtml manual.html
- fi
-}