diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-04-06 16:14:09 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-04-06 16:14:09 +0000 |
commit | 3f906e05c64668d846c66e10b0314b211d43305d (patch) | |
tree | c7074bd2833c17f28a6f306099e265170567eecf /app-text | |
parent | Bump to EAPI=3, add prefix keywords (diff) | |
download | gentoo-2-3f906e05c64668d846c66e10b0314b211d43305d.tar.gz gentoo-2-3f906e05c64668d846c66e10b0314b211d43305d.tar.bz2 gentoo-2-3f906e05c64668d846c66e10b0314b211d43305d.zip |
Bump to EAPI=3, add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.5.0.ebuild | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-text/enchant/ChangeLog b/app-text/enchant/ChangeLog index 7b319b783240..5c2ea1dddfcf 100644 --- a/app-text/enchant/ChangeLog +++ b/app-text/enchant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/enchant # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.97 2010/03/09 17:40:33 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.98 2010/04/06 16:14:09 abcd Exp $ + + 06 Apr 2010; Jonathan Callen <abcd@gentoo.org> enchant-1.5.0.ebuild: + Bump to EAPI=3, add prefix keywords *enchant-1.5.0 (09 Mar 2010) diff --git a/app-text/enchant/enchant-1.5.0.ebuild b/app-text/enchant/enchant-1.5.0.ebuild index 9ac27a659bee..b15ee8b1958c 100644 --- a/app-text/enchant/enchant-1.5.0.ebuild +++ b/app-text/enchant/enchant-1.5.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.5.0.ebuild,v 1.1 2010/03/09 17:40:33 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.5.0.ebuild,v 1.2 2010/04/06 16:14:09 abcd Exp $ -EAPI="1" +EAPI="3" inherit libtool confutils autotools DESCRIPTION="Spellchecker wrapping library" @@ -11,7 +11,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="aspell +hunspell zemberek" COMMON_DEPENDS=">=dev-libs/glib-2 @@ -30,7 +30,7 @@ pkg_setup() { confutils_require_any aspell hunspell zemberek } -src_unpack() { +src_prepare() { unpack ${A} cd "${S}" # Fix for upstream bug #12305 @@ -41,13 +41,12 @@ src_unpack() { eautoreconf } -src_compile() { +src_configure() { econf $(use_enable aspell) \ $(use_enable hunspell myspell) \ $(use_enable zemberek) \ --disable-ispell \ - --with-myspell-dir=/usr/share/myspell/ - emake || die "emake failed" + --with-myspell-dir="${EPREFIX}"/usr/share/myspell/ } src_install() { |