diff options
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.24.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-misc/rlwrap/ChangeLog b/app-misc/rlwrap/ChangeLog index be4442199c68..0b49c31640c1 100644 --- a/app-misc/rlwrap/ChangeLog +++ b/app-misc/rlwrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/rlwrap -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.11 2006/05/07 03:08:07 weeve Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.12 2007/01/05 04:24:23 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> rlwrap-0.24.ebuild: + Remove debug.eclass usage. 07 May 2006; Jason Wever <weeve@gentoo.org> rlwrap-0.21.ebuild: Stable on SPARC. diff --git a/app-misc/rlwrap/rlwrap-0.24.ebuild b/app-misc/rlwrap/rlwrap-0.24.ebuild index cc61332e958c..6e43f4cb08ad 100644 --- a/app-misc/rlwrap/rlwrap-0.24.ebuild +++ b/app-misc/rlwrap/rlwrap-0.24.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.24.ebuild,v 1.2 2005/12/20 20:48:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.24.ebuild,v 1.3 2007/01/05 04:24:23 flameeyes Exp $ -inherit debug DESCRIPTION="a 'readline wrapper' which uses the GNU readline lib to allow the editing of keyboard input for any command" HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/" |