summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-04-08 01:29:00 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-04-08 01:29:00 +0000
commitd86dbfbe625ca14e4c38b6164a3d98bfe9db5c23 (patch)
treefe171a892c2b99fa9692d1f164534c123a92ab1d /app-editors/conglomerate/conglomerate-0.9.0.ebuild
parentno-herd => benchmarks (diff)
downloadhistorical-d86dbfbe625ca14e4c38b6164a3d98bfe9db5c23.tar.gz
historical-d86dbfbe625ca14e4c38b6164a3d98bfe9db5c23.tar.bz2
historical-d86dbfbe625ca14e4c38b6164a3d98bfe9db5c23.zip
Updated RDEPEND and added debug and spell to IUSE.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors/conglomerate/conglomerate-0.9.0.ebuild')
-rw-r--r--app-editors/conglomerate/conglomerate-0.9.0.ebuild21
1 files changed, 15 insertions, 6 deletions
diff --git a/app-editors/conglomerate/conglomerate-0.9.0.ebuild b/app-editors/conglomerate/conglomerate-0.9.0.ebuild
index ed888f6cb3ce..e506afc367b4 100644
--- a/app-editors/conglomerate/conglomerate-0.9.0.ebuild
+++ b/app-editors/conglomerate/conglomerate-0.9.0.ebuild
@@ -1,28 +1,37 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/conglomerate/conglomerate-0.9.0.ebuild,v 1.1 2005/03/19 19:28:45 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/conglomerate/conglomerate-0.9.0.ebuild,v 1.2 2005/04/08 01:29:00 allanonjl Exp $
inherit gnome2
-DESCRIPTION="XML editor"
+DESCRIPTION="An XML editor designed for DocBook and similar formats"
HOMEPAGE="http://www.conglomerate.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="doc"
+IUSE="debug doc spell"
-RDEPEND="dev-libs/libxml2
+RDEPEND=">=x11-libs/gtk+-2.4
+ dev-libs/libxml2
dev-libs/libxslt
+ >=gnome-base/libgnomeprint-1.116
+ >=gnome-base/libgnomeprintui-1.116
>=gnome-base/libbonobo-2
>=gnome-base/libbonoboui-2
>=gnome-base/libgnomeui-2
>=gnome-base/libglade-2
- >=x11-libs/gtksourceview-0.6"
+ >=x11-libs/gtksourceview-0.6
+ spell? ( >=app-text/enchant-0.1 )
+ "
+
DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.30
dev-util/pkgconfig
app-text/scrollkeeper
- doc? ( >=dev-util/gtk-doc-0.6 )"
+ doc? ( >=dev-util/gtk-doc-1 )"
DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README* TODO"
+
+G2CONF="${G2CONF} $(use_enable spell enchant) --enable-printing"