diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 04:22:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 04:22:03 +0000 |
commit | b83e8bd24559e41d474e15014237e3037bb1a1f7 (patch) | |
tree | 7f1baf494401e539a12a6558db562500904babfd /app-text/gtkspell | |
parent | touchups (diff) | |
download | gentoo-2-b83e8bd24559e41d474e15014237e3037bb1a1f7.tar.gz gentoo-2-b83e8bd24559e41d474e15014237e3037bb1a1f7.tar.bz2 gentoo-2-b83e8bd24559e41d474e15014237e3037bb1a1f7.zip |
touchups
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.0-r1.ebuild | 10 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.2.ebuild | 11 |
2 files changed, 11 insertions, 10 deletions
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 } |