* [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.6.ebuild
@ 2010-02-28 11:15 Justin Lecher (jlec)
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2010-02-28 11:15 UTC (permalink / raw
To: gentoo-commits
jlec 10/02/28 11:15:59
Modified: ChangeLog
Added: multitail-5.2.6.ebuild
Log:
Version Bump, per 304987
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.72 app-text/multitail/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 3 Feb 2010 21:47:59 -0000 1.71
+++ ChangeLog 28 Feb 2010 11:15:58 -0000 1.72
@@ -1,6 +1,12 @@
# ChangeLog for app-text/multitail
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.71 2010/02/03 21:47:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.72 2010/02/28 11:15:58 jlec Exp $
+
+*multitail-5.2.6 (28 Feb 2010)
+
+ 28 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+ +multitail-5.2.6.ebuild:
+ Version Bump, per 304987
*multitail-5.2.2-r1 (03 Feb 2010)
1.1 app-text/multitail/multitail-5.2.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.1&content-type=text/plain
Index: multitail-5.2.6.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/02/28 11:15:58 jlec Exp $
EAPI="2"
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"
IUSE="debug doc examples"
DEPEND="sys-libs/ncurses"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/5.2.2-as-needed.patch"
}
src_configure() {
tc-export CC
use debug && append-flags "-D_DEBUG"
}
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
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.6.ebuild
@ 2010-06-15 11:56 Justin Lecher (jlec)
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-15 11:56 UTC (permalink / raw
To: gentoo-commits
jlec 10/06/15 11:56:09
Modified: ChangeLog multitail-5.2.6.ebuild
Log:
QA, imported prefix changes
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.73 app-text/multitail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 28 Feb 2010 11:15:58 -0000 1.72
+++ ChangeLog 15 Jun 2010 11:56:09 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for app-text/multitail
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.72 2010/02/28 11:15:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.73 2010/06/15 11:56:09 jlec Exp $
+
+ 15 Jun 2010; Justin Lecher <jlec@gentoo.org> multitail-5.2.6.ebuild:
+ QA, imported prefix changes
*multitail-5.2.6 (28 Feb 2010)
1.2 app-text/multitail/multitail-5.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?r1=1.1&r2=1.2
Index: multitail-5.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- multitail-5.2.6.ebuild 28 Feb 2010 11:15:58 -0000 1.1
+++ multitail-5.2.6.ebuild 15 Jun 2010 11:56:09 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2010 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.1 2010/02/28 11:15:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.2 2010/06/15 11:56:09 jlec Exp $
-EAPI="2"
+EAPI="3"
inherit flag-o-matic toolchain-funcs eutils
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="debug doc examples"
DEPEND="sys-libs/ncurses"
@@ -20,11 +20,13 @@
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 () {
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.6.ebuild
@ 2011-01-05 19:31 Markos Chandras (hwoarang)
0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-05 19:31 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/01/05 19:31:29
Modified: ChangeLog multitail-5.2.6.ebuild
Log:
Stable on amd64 wrt bug #350735
(Portage version: 2.1.9.29/cvs/Linux x86_64)
Revision Changes Path
1.74 app-text/multitail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 15 Jun 2010 11:56:09 -0000 1.73
+++ ChangeLog 5 Jan 2011 19:31:29 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for app-text/multitail
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.73 2010/06/15 11:56:09 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.74 2011/01/05 19:31:29 hwoarang Exp $
+
+ 05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> multitail-5.2.6.ebuild:
+ Stable on amd64 wrt bug #350735
15 Jun 2010; Justin Lecher <jlec@gentoo.org> multitail-5.2.6.ebuild:
QA, imported prefix changes
1.3 app-text/multitail/multitail-5.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?r1=1.2&r2=1.3
Index: multitail-5.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multitail-5.2.6.ebuild 15 Jun 2010 11:56:09 -0000 1.2
+++ multitail-5.2.6.ebuild 5 Jan 2011 19:31:29 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.2 2010/06/15 11:56:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.3 2011/01/05 19:31:29 hwoarang Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="debug doc examples"
DEPEND="sys-libs/ncurses"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.6.ebuild
@ 2011-01-07 23:32 Brent Baude (ranger)
0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-01-07 23:32 UTC (permalink / raw
To: gentoo-commits
ranger 11/01/07 23:32:22
Modified: ChangeLog multitail-5.2.6.ebuild
Log:
Marking multitail-5.2.6 ppc for bug 350735
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.75 app-text/multitail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 5 Jan 2011 19:31:29 -0000 1.74
+++ ChangeLog 7 Jan 2011 23:32:22 -0000 1.75
@@ -1,6 +1,9 @@
# ChangeLog for app-text/multitail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.74 2011/01/05 19:31:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.75 2011/01/07 23:32:22 ranger Exp $
+
+ 07 Jan 2011; Brent Baude <ranger@gentoo.org> multitail-5.2.6.ebuild:
+ Marking multitail-5.2.6 ppc for bug 350735
05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> multitail-5.2.6.ebuild:
Stable on amd64 wrt bug #350735
1.4 app-text/multitail/multitail-5.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?r1=1.3&r2=1.4
Index: multitail-5.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- multitail-5.2.6.ebuild 5 Jan 2011 19:31:29 -0000 1.3
+++ multitail-5.2.6.ebuild 7 Jan 2011 23:32:22 -0000 1.4
@@ -1,6 +1,6 @@
# 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.3 2011/01/05 19:31:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.4 2011/01/07 23:32:22 ranger Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="debug doc examples"
DEPEND="sys-libs/ncurses"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.6.ebuild
@ 2011-01-11 22:28 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-01-11 22:28 UTC (permalink / raw
To: gentoo-commits
maekke 11/01/11 22:28:12
Modified: ChangeLog multitail-5.2.6.ebuild
Log:
x86 stable, bug #350735
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Revision Changes Path
1.76 app-text/multitail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 7 Jan 2011 23:32:22 -0000 1.75
+++ ChangeLog 11 Jan 2011 22:28:12 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for app-text/multitail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.75 2011/01/07 23:32:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.76 2011/01/11 22:28:12 maekke Exp $
+
+ 11 Jan 2011; Markus Meier <maekke@gentoo.org> multitail-5.2.6.ebuild:
+ x86 stable, bug #350735
07 Jan 2011; Brent Baude <ranger@gentoo.org> multitail-5.2.6.ebuild:
Marking multitail-5.2.6 ppc for bug 350735
1.5 app-text/multitail/multitail-5.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?r1=1.4&r2=1.5
Index: multitail-5.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- multitail-5.2.6.ebuild 7 Jan 2011 23:32:22 -0000 1.4
+++ multitail-5.2.6.ebuild 11 Jan 2011 22:28:12 -0000 1.5
@@ -1,6 +1,6 @@
# 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.4 2011/01/07 23:32:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.5 2011/01/11 22:28:12 maekke Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="debug doc examples"
DEPEND="sys-libs/ncurses"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.6.ebuild
@ 2011-01-21 15:37 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-21 15:37 UTC (permalink / raw
To: gentoo-commits
jer 11/01/21 15:37:17
Modified: ChangeLog multitail-5.2.6.ebuild
Log:
Stable for HPPA (bug #350735).
(Portage version: 2.2.0_alpha18/cvs/Linux i686)
Revision Changes Path
1.79 app-text/multitail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 19 Jan 2011 21:41:25 -0000 1.78
+++ ChangeLog 21 Jan 2011 15:37:17 -0000 1.79
@@ -1,6 +1,9 @@
# ChangeLog for app-text/multitail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.78 2011/01/19 21:41:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.79 2011/01/21 15:37:17 jer Exp $
+
+ 21 Jan 2011; Jeroen Roovers <jer@gentoo.org> multitail-5.2.6.ebuild:
+ Stable for HPPA (bug #350735).
*multitail-5.2.7 (19 Jan 2011)
1.6 app-text/multitail/multitail-5.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?r1=1.5&r2=1.6
Index: multitail-5.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- multitail-5.2.6.ebuild 11 Jan 2011 22:28:12 -0000 1.5
+++ multitail-5.2.6.ebuild 21 Jan 2011 15:37:17 -0000 1.6
@@ -1,6 +1,6 @@
# 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.5 2011/01/11 22:28:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.6 2011/01/21 15:37:17 jer Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ~ia64 ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="debug doc examples"
DEPEND="sys-libs/ncurses"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.6.ebuild
@ 2011-01-29 17:10 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-29 17:10 UTC (permalink / raw
To: gentoo-commits
armin76 11/01/29 17:10:22
Modified: ChangeLog multitail-5.2.6.ebuild
Log:
ia64/sparc stable wrt #350735
(Portage version: 2.1.9.25/cvs/Linux ia64)
Revision Changes Path
1.80 app-text/multitail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 21 Jan 2011 15:37:17 -0000 1.79
+++ ChangeLog 29 Jan 2011 17:10:22 -0000 1.80
@@ -1,6 +1,9 @@
# ChangeLog for app-text/multitail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.79 2011/01/21 15:37:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.80 2011/01/29 17:10:22 armin76 Exp $
+
+ 29 Jan 2011; Raúl Porcel <armin76@gentoo.org> multitail-5.2.6.ebuild:
+ ia64/sparc stable wrt #350735
21 Jan 2011; Jeroen Roovers <jer@gentoo.org> multitail-5.2.6.ebuild:
Stable for HPPA (bug #350735).
1.7 app-text/multitail/multitail-5.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild?r1=1.6&r2=1.7
Index: multitail-5.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- multitail-5.2.6.ebuild 21 Jan 2011 15:37:17 -0000 1.6
+++ multitail-5.2.6.ebuild 29 Jan 2011 17:10:22 -0000 1.7
@@ -1,6 +1,6 @@
# 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.6 2011/01/21 15:37:17 jer Exp $
+# $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"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ~ia64 ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="debug doc examples"
DEPEND="sys-libs/ncurses"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-01-29 17:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 19:31 [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.6.ebuild Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-01-29 17:10 Raul Porcel (armin76)
2011-01-21 15:37 Jeroen Roovers (jer)
2011-01-11 22:28 Markus Meier (maekke)
2011-01-07 23:32 Brent Baude (ranger)
2010-06-15 11:56 Justin Lecher (jlec)
2010-02-28 11:15 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox