diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-28 22:06:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-28 22:06:26 +0000 |
commit | 60264cf2ac01bbf7974d22ad12b7662cac2023c1 (patch) | |
tree | d87e89133cd8abeba520fe1052d3a0d7e2bd9d3c /app-text/multitail | |
parent | Marking freeglut-2.8.0 ppc for bug 405063 (diff) | |
download | gentoo-2-60264cf2ac01bbf7974d22ad12b7662cac2023c1.tar.gz gentoo-2-60264cf2ac01bbf7974d22ad12b7662cac2023c1.tar.bz2 gentoo-2-60264cf2ac01bbf7974d22ad12b7662cac2023c1.zip |
Cleaned old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-text/multitail')
-rw-r--r-- | app-text/multitail/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/multitail/multitail-5.2.6.ebuild | 49 | ||||
-rw-r--r-- | app-text/multitail/multitail-5.2.7.ebuild | 52 | ||||
-rw-r--r-- | app-text/multitail/multitail-5.2.8.ebuild | 52 |
4 files changed, 5 insertions, 154 deletions
diff --git a/app-text/multitail/ChangeLog b/app-text/multitail/ChangeLog index c28b976ccf85..9025118567f7 100644 --- a/app-text/multitail/ChangeLog +++ b/app-text/multitail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/multitail # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.90 2012/02/28 21:54:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.91 2012/02/28 22:06:26 jlec Exp $ + + 28 Feb 2012; Justin Lecher <jlec@gentoo.org> -multitail-5.2.6.ebuild, + -multitail-5.2.7.ebuild, -multitail-5.2.8.ebuild: + Cleaned old 28 Feb 2012; Brent Baude <ranger@gentoo.org> multitail-5.2.9.ebuild: Marking multitail-5.2.9 ppc for bug 401093 diff --git a/app-text/multitail/multitail-5.2.6.ebuild b/app-text/multitail/multitail-5.2.6.ebuild deleted file mode 100644 index 698e87d611e0..000000000000 --- a/app-text/multitail/multitail-5.2.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.7 2011/01/29 17:10:22 armin76 Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs eutils - -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 ~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}"/${P}-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 || die - - insinto /etc - doins multitail.conf || die - - dodoc Changes readme.txt thanks.txt || die - doman multitail.1 || die - - if use examples; then - docinto examples - dodoc colors-example.{pl,sh} convert-{geoip,simple}.pl || die - fi - - if use doc; then - dohtml manual.html || die - fi -} diff --git a/app-text/multitail/multitail-5.2.7.ebuild b/app-text/multitail/multitail-5.2.7.ebuild deleted file mode 100644 index 9e137dd52853..000000000000 --- a/app-text/multitail/multitail-5.2.7.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.7.ebuild,v 1.1 2011/01/19 21:41:25 jlec Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs eutils - -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 ~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 || die - - insinto /etc - doins multitail.conf || die - - dodoc Changes readme.txt thanks.txt || die - doman multitail.1 || die - - if use examples; then - docinto examples - dodoc colors-example.{pl,sh} convert-{geoip,simple}.pl || die - fi - - if use doc; then - dohtml manual.html || die - fi -} diff --git a/app-text/multitail/multitail-5.2.8.ebuild b/app-text/multitail/multitail-5.2.8.ebuild deleted file mode 100644 index b78ff18e8b8e..000000000000 --- a/app-text/multitail/multitail-5.2.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.8.ebuild,v 1.4 2011/08/25 12:04:49 jer Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs eutils - -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 ~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 || die - - insinto /etc - doins multitail.conf || die - - dodoc Changes readme.txt thanks.txt || die - doman multitail.1 || die - - if use examples; then - docinto examples - dodoc colors-example.{pl,sh} convert-{geoip,simple}.pl || die - fi - - if use doc; then - dohtml manual.html || die - fi -} |