diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-12 14:19:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-12 14:19:18 +0000 |
commit | cda39116c7cc5f31a77e2633cc7140bee08269c7 (patch) | |
tree | b30dfe7ef8486faad91bb893e7b6fbce2982d60c /app-misc/rlwrap | |
parent | Changed <CATEGORY>/<PACKAGE_NAME> to x11-misc/pypanel (diff) | |
download | gentoo-2-cda39116c7cc5f31a77e2633cc7140bee08269c7.tar.gz gentoo-2-cda39116c7cc5f31a77e2633cc7140bee08269c7.tar.bz2 gentoo-2-cda39116c7cc5f31a77e2633cc7140bee08269c7.zip |
touchups
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.16.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.16.ebuild b/app-misc/rlwrap/rlwrap-0.16.ebuild index 461bea4495b7..05217dd3ea4c 100644 --- a/app-misc/rlwrap/rlwrap-0.16.ebuild +++ b/app-misc/rlwrap/rlwrap-0.16.ebuild @@ -1,24 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.3 2003/10/27 15:42:41 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.4 2003/11/12 14:18:02 vapier Exp $ -DESCRIPTION="rlwrap is a 'readline wrapper' which uses the GNU readline library to allow the editing of keyboard input for any command. Input history is remembered across invocations, separately for each command, history completion and -search work as in bash and completion word lists can be specified on the command line." +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/" -SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/rlwrap-0.16.tar.gz" +SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" DEPEND="sys-libs/readline" -S=${WORKDIR}/${P} - -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README |