public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.2.ebuild
@ 2008-08-19 12:15 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2008-08-19 12:15 UTC (permalink / raw
  To: gentoo-commits

pva         08/08/19 12:15:17

  Modified:             ChangeLog
  Added:                multitail-5.2.2.ebuild
  Log:
  Version bump, bug #234380, thank justin for report.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.22-ovz005 i686)

Revision  Changes    Path
1.57                 app-text/multitail/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	25 May 2008 18:28:07 -0000	1.56
+++ ChangeLog	19 Aug 2008 12:15:16 -0000	1.57
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/multitail
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.56 2008/05/25 18:28:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.57 2008/08/19 12:15:16 pva Exp $
+
+*multitail-5.2.2 (19 Aug 2008)
+
+  19 Aug 2008; Peter Volkov <pva@gentoo.org> +multitail-5.2.2.ebuild:
+  Version bump, bug #234380, thank justin for report.
 
   25 May 2008; Jeroen Roovers <jer@gentoo.org> multitail-5.2.1.ebuild:
   Marked ~hppa too.



1.1                  app-text/multitail/multitail-5.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/multitail-5.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/multitail/multitail-5.2.2.ebuild?rev=1.1&content-type=text/plain

Index: multitail-5.2.2.ebuild
===================================================================
# 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.2.ebuild,v 1.1 2008/08/19 12:15:16 pva 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-19 12:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19 12:15 [gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.2.ebuild Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox