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 | |
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')
-rw-r--r-- | app-misc/bfr/bfr-1.5.ebuild | 13 | ||||
-rw-r--r-- | app-misc/dvorak7min/dvorak7min-1.6.1.ebuild | 16 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.16.ebuild | 15 |
3 files changed, 11 insertions, 33 deletions
diff --git a/app-misc/bfr/bfr-1.5.ebuild b/app-misc/bfr/bfr-1.5.ebuild index e7b3df708892..9461905c598f 100644 --- a/app-misc/bfr/bfr-1.5.ebuild +++ b/app-misc/bfr/bfr-1.5.ebuild @@ -1,23 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.5.ebuild,v 1.2 2003/10/08 03:38:45 hillster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.5.ebuild,v 1.3 2003/11/12 14:16:44 vapier Exp $ -DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer. It buffers data from stdin and sends it to stdout, adjusting to best fit the pace stdout can handle." +DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer" HOMEPAGE="http://www.glines.org:8000/software/buffer.html" SRC_URI="http://www.glines.org:8000/bin/pk/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" -DEPEND="" - -S=${WORKDIR}/${P} -src_compile() { - econf || die "configure failed" - emake || die "compile failed" -} +DEPEND="" src_install() { einstall || die "install failed" diff --git a/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild b/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild index 19b2eb03acc9..30386784c98b 100644 --- a/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild +++ b/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild @@ -1,22 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild,v 1.2 2003/10/09 01:38:34 hillster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dvorak7min/dvorak7min-1.6.1.ebuild,v 1.3 2003/11/12 14:19:18 vapier Exp $ -DESCRIPTION="dvorak7min is a simple ncurses-based typing tutor for those trying to become fluent with the Dvorak keyboard layout." -SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz" +DESCRIPTION="simple ncurses-based typing tutor for learning the Dvorak keyboard layout" HOMEPAGE="http://www.linalco.com/comunidad.html" +SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="" -DEPEND="" -S="${WORKDIR}/${P}" -src_unpack() { - unpack "${A}" - cd "${S}" -} +DEPEND="" src_compile() { make clean @@ -24,8 +18,6 @@ src_compile() { } src_install() { - ## EXEs dobin dvorak7min - ## DOCS dodoc ChangeLog README } 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 |