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 | |
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
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild | 40 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.0.2.ebuild | 17 | ||||
-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 |
5 files changed, 34 insertions, 67 deletions
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild index 96746aca1b27..2bca93ba6b0a 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild @@ -1,18 +1,21 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild,v 1.3 2003/10/27 11:01:24 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild,v 1.4 2003/11/12 14:14:30 vapier Exp $ MY_PN="bcrypt" -KEYWORDS="x86" +DESCRIPTION="commercially licensed transparent filesystem encryption" +HOMEPAGE="http://www.jetico.com/" SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz http://www.jetico.com/linux/BestCrypt.doc.tgz" -HOMEPAGE="http://www.jetico.com" -DESCRIPTION="Transparent filesystem encryption. This is a Commercially Licensed Package, please read the license and ChangeLog for more information." -S=${WORKDIR}/${MY_PN} + LICENSE="bestcrypt" SLOT="0" +KEYWORDS="x86" + DEPEND="virtual/linux-sources" +S=${WORKDIR}/${MY_PN} + src_unpack() { unpack ${A} for file in `find . -type f -iname Makefile*`;do @@ -25,7 +28,7 @@ src_unpack() { } src_compile() { - MAKEOPTS="-j1" emake + emake -j1 || die } src_install() { @@ -37,24 +40,13 @@ src_install() { exeinto /etc/rc.d/init.d doexe ${FILESDIR}/bcrypt - dodir /usr/bin \ - /etc/init.d \ - /etc/rc.d/rc0.d \ - /etc/rc.d/rc1.d \ - /etc/rc.d/rc2.d \ - /etc/rc.d/rc3.d \ - /etc/rc.d/rc4.d \ - /etc/rc.d/rc5.d \ - /etc/rc.d/rc6.d \ - /etc/rc0.d \ - /etc/rc1.d \ - /etc/rc2.d \ - /etc/rc3.d \ - /etc/rc4.d \ - /etc/rc5.d \ - /etc/rc6.d \ - /usr/share/man/man8 \ - /lib/modules/${KV}/kernel/drivers/block/ + dodir \ + /usr/bin \ + /etc/init.d \ + /etc/rc.d/rc{0,1,2,3,4,5,6}.d \ + /etc/rc{0,1,2,3,4,5,6}.d \ + /usr/share/man/man8 \ + /lib/modules/${KV}/kernel/drivers/block einstall MAN_PATH="/usr/share/man" \ root="${D}" \ MOD_PATH=/lib/modules/${KV}/kernel/drivers/block diff --git a/app-emulation/bochs/bochs-2.0.2.ebuild b/app-emulation/bochs/bochs-2.0.2.ebuild index 981f6b35d6cb..e516472fda30 100644 --- a/app-emulation/bochs/bochs-2.0.2.ebuild +++ b/app-emulation/bochs/bochs-2.0.2.ebuild @@ -1,25 +1,22 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.6 2003/09/29 20:28:26 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.7 2003/11/12 14:15:51 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="Bochs is a pc emulator. -This ebuild is set up to emulate a Pentium, with a NE2000 network card, and a -CDROM drive. It also comes with a disk image using dlxlinux." +DESCRIPTION="a LGPL-ed pc emulator" +HOMEPAGE="http://bochs.sourceforge.net/" SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz http://bochs.sourceforge.net/guestos/dlxlinux3.tar.gz" -HOMEPAGE="http://bochs.sourceforge.net" + LICENSE="LGPL-2.1" SLOT="0" +KEYWORDS="x86 ~ppc ~alpha" IUSE="sdl gtk" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1 >=sys-apps/sed-4 sdl? media-libs/libsdl - gtk? x11-libs/wxGTK - " -KEYWORDS="x86 ~ppc ~alpha" + gtk? x11-libs/wxGTK" src_unpack() { unpack ${P}.tar.gz @@ -46,7 +43,7 @@ src_compile() { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die dodoc CHANGES COPYING CVS README TESTFORM.txt } 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 |