blob: 38580e4428dd2917e1b3577a7fd2015f4803562f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/conglomerate/conglomerate-0.7.6.ebuild,v 1.5 2004/06/24 21:51:57 agriffis Exp $
inherit gnome2
DESCRIPTION="XML editor"
HOMEPAGE="http://www.conglomerate.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE="doc"
RDEPEND="dev-libs/libxml2
dev-libs/libxslt
>=gnome-base/libbonobo-2
>=gnome-base/libbonoboui-2
>=gnome-base/libgnomeui-2
>=gnome-base/libglade-2
>=x11-libs/gtksourceview-0.6"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( >=dev-util/gtk-doc-0.6 )"
DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README* TODO"
|