diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-01 07:55:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-01 07:55:39 +0000 |
commit | 5050fc2079feef84f9164fc9abaf59a722de782e (patch) | |
tree | 0e9783611576cba668c4707e8b3e4f4d93f29be6 /app-text/enchant | |
parent | gnuconfig no longer needed (diff) | |
download | gentoo-2-5050fc2079feef84f9164fc9abaf59a722de782e.tar.gz gentoo-2-5050fc2079feef84f9164fc9abaf59a722de782e.tar.bz2 gentoo-2-5050fc2079feef84f9164fc9abaf59a722de782e.zip |
arm/hppa/ia64 stable
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/enchant-1.1.5.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/app-text/enchant/enchant-1.1.5.ebuild b/app-text/enchant/enchant-1.1.5.ebuild index 6e50ce10020e..3d07437b7a37 100644 --- a/app-text/enchant/enchant-1.1.5.ebuild +++ b/app-text/enchant/enchant-1.1.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.5.ebuild,v 1.8 2005/04/14 20:27:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.5.ebuild,v 1.9 2005/05/01 07:54:17 vapier Exp $ -inherit gnome2 gnuconfig +inherit gnome2 DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="http://www.abisource.com/enchant/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" # FIXME : some sort of proper spellchecker selection needed @@ -23,12 +23,4 @@ RDEPEND=">=dev-libs/glib-2 DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { - unpack ${A} - cd ${S} - - #for proper configuration on mips-linux and possibly other systems - gnuconfig_update -} - DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO" |