diff options
Diffstat (limited to 'app-dicts/gjiten/gjiten-2.6-r1.ebuild')
-rw-r--r-- | app-dicts/gjiten/gjiten-2.6-r1.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/app-dicts/gjiten/gjiten-2.6-r1.ebuild b/app-dicts/gjiten/gjiten-2.6-r1.ebuild index 1855dd928beb..4bf18e424454 100644 --- a/app-dicts/gjiten/gjiten-2.6-r1.ebuild +++ b/app-dicts/gjiten/gjiten-2.6-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.3 2008/09/17 23:41:25 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.4 2009/10/15 14:00:13 ssuominen Exp $ +EAPI=2 inherit autotools eutils gnome2 DESCRIPTION="A Japanese dictionary program for Gnome" @@ -12,22 +13,23 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" + RESTRICT="test" RDEPEND=">=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 - >=gnome-base/libglade-2.0" + >=gnome-base/libglade-2" DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/intltool-0.22 + app-text/rarian + dev-util/intltool app-text/xmlto + app-text/docbook-xml-dtd:4.1.2 dev-util/pkgconfig" DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" -src_unpack() { - gnome2_src_unpack - cd "${S}" +src_prepare() { + gnome2_src_prepare # bug #124631 intltoolize --copy --automake --force || die "intltoolize failed" AM_OPTS="--foreign" eautoreconf |