From b83e8bd24559e41d474e15014237e3037bb1a1f7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 Mar 2003 04:22:03 +0000 Subject: touchups --- app-text/enscript/enscript-1.6.3-r1.ebuild | 4 ++-- app-text/enscript/enscript-1.6.3.ebuild | 4 ++-- app-text/gtkspell/gtkspell-2.0.0-r1.ebuild | 10 +++++----- app-text/gtkspell/gtkspell-2.0.2.ebuild | 11 ++++++----- app-text/gv/gv-3.5.8-r1.ebuild | 18 +++++------------- app-text/gv/gv-3.5.8-r2.ebuild | 17 ++++------------- 6 files changed, 24 insertions(+), 40 deletions(-) (limited to 'app-text') diff --git a/app-text/enscript/enscript-1.6.3-r1.ebuild b/app-text/enscript/enscript-1.6.3-r1.ebuild index db0b1b1c1356..cebb3d136c50 100644 --- a/app-text/enscript/enscript-1.6.3-r1.ebuild +++ b/app-text/enscript/enscript-1.6.3-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.3-r1.ebuild,v 1.11 2003/03/01 04:16:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.3-r1.ebuild,v 1.12 2003/03/01 04:18:05 vapier Exp $ -DESCRIPTION="GNU's enscript is a powerful text-to-postsript converter" +DESCRIPTION="powerful text-to-postsript converter" SRC_URI="http://www.iki.fi/mtr/genscript/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/enscript/enscript.html" diff --git a/app-text/enscript/enscript-1.6.3.ebuild b/app-text/enscript/enscript-1.6.3.ebuild index 459a0d0eeac8..ff12abda8696 100644 --- a/app-text/enscript/enscript-1.6.3.ebuild +++ b/app-text/enscript/enscript-1.6.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.3.ebuild,v 1.10 2003/03/01 04:16:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.3.ebuild,v 1.11 2003/03/01 04:18:05 vapier Exp $ -DESCRIPTION="GNU's enscript is a powerful text-to-postsript converter" +DESCRIPTION="powerful text-to-postsript converter" SRC_URI="http://www.iki.fi/mtr/genscript/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/enscript/enscript.html" diff --git a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild index 600d8d826f10..7d93dda21bc9 100644 --- a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.6 2003/02/13 09:38:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.7 2003/03/01 04:17:59 vapier Exp $ -DESCRIPTION="GtkSpell is a spell library for GTK2" +DESCRIPTION="spell library for GTK2" SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" @@ -16,11 +16,11 @@ RDEPEND=">=dev-libs/glib-2.0.4 >=app-text/aspell-0.50" src_compile() { - econf `use_enable nls` + econf `use_enable nls` || die emake || die "compile failure" } src_install() { - einstall - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README + einstall || die + dodoc AUTHORS ChangeLog NEWS README } diff --git a/app-text/gtkspell/gtkspell-2.0.2.ebuild b/app-text/gtkspell/gtkspell-2.0.2.ebuild index 0f71da7d2956..311127c02f42 100644 --- a/app-text/gtkspell/gtkspell-2.0.2.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.2.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.6 2003/02/13 09:38:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.7 2003/03/01 04:17:59 vapier Exp $ -DESCRIPTION="GtkSpell is a spell library for GTK2" +DESCRIPTION="spell library for GTK2" SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~ppc" SLOT="0" +IUSE="nls" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 >=app-text/aspell-0.50" src_compile() { - econf `use_enable nls` + econf `use_enable nls` || die emake || die "compile failure" } src_install() { - einstall - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README + einstall || die + dodoc AUTHORS ChangeLog NEWS README } diff --git a/app-text/gv/gv-3.5.8-r1.ebuild b/app-text/gv/gv-3.5.8-r1.ebuild index 9114d7d3b516..e1504c399e94 100644 --- a/app-text/gv/gv-3.5.8-r1.ebuild +++ b/app-text/gv/gv-3.5.8-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r1.ebuild,v 1.11 2003/02/13 09:38:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r1.ebuild,v 1.12 2003/03/01 04:22:03 vapier Exp $ # this r1 is a major change. it uses sed instead of patches. # hopefully this will enable everyone to compile gv on widely # different configurations, eliminating the gv.man/gv._man problem -S=${WORKDIR}/${P} -DESCRIPTION="gv is a standard ghostscript frontend used e.g. by LyX" +DESCRIPTION="standard ghostscript frontend used by programs like LyX" SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/${P}.tar.gz" HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~plass/gv/" @@ -22,11 +21,10 @@ DEPEND="virtual/x11 app-text/ghostscript" src_compile() { - cp config.Unix 1 sed -e 's:usr/local:usr:' 1 > config.Unix rm 1 - + xmkmf || die make Makefiles || die @@ -49,14 +47,8 @@ src_compile() { emake || die } -src_install () { - - cd ${S} +src_install() { make DESTDIR=${D} install || die - # make DESTDIR=${D} install.man || die # don't use this!!! make GV_DOCDIR=${D}/usr/share/doc/${PF} install.doc || die - - cd ${S}/doc - cp gv.man gv.man.1 - doman gv.man.1 + newman doc/gv.man gv.1 } diff --git a/app-text/gv/gv-3.5.8-r2.ebuild b/app-text/gv/gv-3.5.8-r2.ebuild index 1e568afb35d1..10f7abc4c605 100644 --- a/app-text/gv/gv-3.5.8-r2.ebuild +++ b/app-text/gv/gv-3.5.8-r2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r2.ebuild,v 1.3 2003/02/13 09:38:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r2.ebuild,v 1.4 2003/03/01 04:22:03 vapier Exp $ # this r1 is a major change. it uses sed instead of patches. # hopefully this will enable everyone to compile gv on widely # different configurations, eliminating the gv.man/gv._man problem -S=${WORKDIR}/${P} -DESCRIPTION="gv is a standard ghostscript frontend used e.g. by LyX" +DESCRIPTION="standard ghostscript frontend used by programs like LyX" SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/${P}.tar.gz" HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~plass/gv/" @@ -28,7 +27,6 @@ src_unpack() { } src_compile() { - cp config.Unix 1 sed -e 's:usr/local:usr:' 1 > config.Unix rm 1 @@ -50,19 +48,12 @@ src_compile() { sleep 2s fi - cd ${S} emake || die } -src_install () { - - cd ${S} +src_install() { make DESTDIR=${D} install || die - # make DESTDIR=${D} install.man || die # don't use this!!! make GV_DOCDIR=${D}/usr/share/doc/${PF} install.doc || die - - cd ${S}/doc - cp gv.man gv.man.1 - doman gv.man.1 + newman doc/gv.man gv.1 } -- cgit v1.2.3-65-gdbad