diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-01 07:53:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-01 07:53:57 +0000 |
commit | 34d7610ed6cd5670a980ebe2ea1aec898a41b4fe (patch) | |
tree | 39f19dda4523a4b5a8c86c08cbc7a2878311080f /app-text/enchant/enchant-1.1.6.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-34d7610ed6cd5670a980ebe2ea1aec898a41b4fe.tar.gz historical-34d7610ed6cd5670a980ebe2ea1aec898a41b4fe.tar.bz2 historical-34d7610ed6cd5670a980ebe2ea1aec898a41b4fe.zip |
gnuconfig no longer needed
Diffstat (limited to 'app-text/enchant/enchant-1.1.6.ebuild')
-rw-r--r-- | app-text/enchant/enchant-1.1.6.ebuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/app-text/enchant/enchant-1.1.6.ebuild b/app-text/enchant/enchant-1.1.6.ebuild index 11e9f94f6d99..fa24ab33ca74 100644 --- a/app-text/enchant/enchant-1.1.6.ebuild +++ b/app-text/enchant/enchant-1.1.6.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.6.ebuild,v 1.1 2005/04/07 21:03:26 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.6.ebuild,v 1.2 2005/05/01 07:53:57 vapier Exp $ -inherit gnome2 gnuconfig +inherit gnome2 DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="http://www.abisource.com/enchant/" @@ -10,7 +10,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" # FIXME : some sort of proper spellchecker selection needed @@ -23,14 +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" |