summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-15 14:00:13 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-15 14:00:13 +0000
commite92893d3222cee328858a9e1ee19051a22260dd8 (patch)
tree9521214c3273c4927c1ab4db850cc35eb5c3ee0d /app-dicts/gjiten
parentamd64/x86 stable, bug #288386 (diff)
downloadgentoo-2-e92893d3222cee328858a9e1ee19051a22260dd8.tar.gz
gentoo-2-e92893d3222cee328858a9e1ee19051a22260dd8.tar.bz2
gentoo-2-e92893d3222cee328858a9e1ee19051a22260dd8.zip
Missing app-text/docbook-xml-dtd:4.1.2 DEPEND wrt #289188.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/gjiten')
-rw-r--r--app-dicts/gjiten/ChangeLog7
-rw-r--r--app-dicts/gjiten/gjiten-2.6-r1.ebuild18
2 files changed, 15 insertions, 10 deletions
diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog
index 57d3e935abf2..e2ea377ad009 100644
--- a/app-dicts/gjiten/ChangeLog
+++ b/app-dicts/gjiten/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/gjiten
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.20 2008/09/17 23:41:25 matsuu Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.21 2009/10/15 14:00:13 ssuominen Exp $
+
+ 15 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> gjiten-2.6-r1.ebuild:
+ Missing app-text/docbook-xml-dtd:4.1.2 DEPEND wrt #289188.
17 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> -gjiten-2.6.ebuild,
gjiten-2.6-r1.ebuild:
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