diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 15:42:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 15:42:35 +0000 |
commit | 77004ef45ee3e16774e4a3757576bcb13b1b2938 (patch) | |
tree | e87efa722d194ba79a2599119178abf606a7cbf1 /app-text | |
parent | Changed econf||die to econf (diff) | |
download | gentoo-2-77004ef45ee3e16774e4a3757576bcb13b1b2938.tar.gz gentoo-2-77004ef45ee3e16774e4a3757576bcb13b1b2938.tar.bz2 gentoo-2-77004ef45ee3e16774e4a3757576bcb13b1b2938.zip |
Changed einstall||die to einstall
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.0-r1.ebuild | 21 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.2.ebuild | 19 | ||||
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.20.ebuild | 25 |
3 files changed, 19 insertions, 46 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild index 0aab24b3d088..f6a130e49c5f 100644 --- a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild @@ -1,37 +1,26 @@ # Copyright 1999-2002 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.4 2002/12/09 04:17:44 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.5 2002/12/18 15:39:18 vapier Exp $ DESCRIPTION="GtkSpell is a spell library for GTK2" - SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" -IUSE="nls" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" SLOT="0" +IUSE="nls" RDEPEND=">=dev-libs/glib-2.0.4 >=x11-libs/gtk+-2.0.5 >=app-text/aspell-0.50" -DEPEND="$RDEPEND" - src_compile() { - - local myconf - use nls || myconf="--disable-nls" - - econf \ - --enable-debug=yes \ - ${myconf} || die "configure failure" - + econf `use_enable nls` emake || die "compile failure" } src_install() { - einstall || die "installation failed" - + einstall dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README } diff --git a/app-text/gtkspell/gtkspell-2.0.2.ebuild b/app-text/gtkspell/gtkspell-2.0.2.ebuild index 3621d8085156..922c18026129 100644 --- a/app-text/gtkspell/gtkspell-2.0.2.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.2.ebuild @@ -1,36 +1,25 @@ # Copyright 1999-2002 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.4 2002/12/09 04:17:44 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.5 2002/12/18 15:40:12 vapier Exp $ DESCRIPTION="GtkSpell is a 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" +KEYWORDS="x86 ~sparc ~ppc" SLOT="0" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 >=app-text/aspell-0.50" -DEPEND="$RDEPEND" - src_compile() { - - local myconf - use nls || myconf="--disable-nls" - - econf \ - --enable-debug=yes \ - ${myconf} || die "configure failure" - + econf `use_enable nls` emake || die "compile failure" } src_install() { - einstall || die "installation failed" - + einstall dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README } diff --git a/app-text/htmldoc/htmldoc-1.8.20.ebuild b/app-text/htmldoc/htmldoc-1.8.20.ebuild index bed5e85d952d..a56a0b947c59 100644 --- a/app-text/htmldoc/htmldoc-1.8.20.ebuild +++ b/app-text/htmldoc/htmldoc-1.8.20.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20.ebuild,v 1.5 2002/12/09 04:17:44 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20.ebuild,v 1.6 2002/12/18 15:42:35 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Convert HTML pages into a PDF document" SRC_URI="ftp://ftp.easysw.com/pub/htmldoc/1.8.20/${P}-1-source.tar.bz2" -HOMEPAGE="http://www.easysw.com/htmldoc" +HOMEPAGE="http://www.easysw.com/htmldoc/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" DEPEND="virtual/x11" RDEPEND=">=dev-libs/openssl-0.9.6e @@ -19,7 +18,6 @@ src_unpack() { unpack ${A} cd ${S} patch -p1 < ${FILESDIR}/fonts.diff || die "patch failed" - } src_compile() { @@ -27,24 +25,21 @@ src_compile() { --with-x \ --with-gui \ --with-openssl-libs=/usr/lib \ - --with-openssl-includes=/usr/include/openssl || die + --with-openssl-includes=/usr/include/openssl # Add missing -lfltk_images to LIBS - # mv Makedefs Makedefs.orig - cat ${S}/Makedefs.orig | sed -e 's/-lfltk /-lfltk -lfltk_images /g' \ - > Makedefs || die "failed to detect -lfltk" - + sed -e 's/-lfltk /-lfltk -lfltk_images /g' \ + Makedefs.orig > Makedefs || die "failed to detect -lfltk" + make || die } - src_install() { - - einstall || die + einstall # Minor cleanups - mv ${D}/usr/share/doc/htmldoc ${D}/usr/share/doc/${P} + mv ${D}/usr/share/doc/htmldoc ${D}/usr/share/doc/${PF} dodir /usr/share/doc/${P}/html - mv ${D}/usr/share/doc/${P}/*.html ${D}/usr/share/doc/${P}/html + mv ${D}/usr/share/doc/${P}/*.html ${D}/usr/share/doc/${PF}/html } |