diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-03-19 19:28:45 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-03-19 19:28:45 +0000 |
commit | 049bfa2346e5886fcac061356f6a18c59cf03bb9 (patch) | |
tree | b0194325682d737dea1c131da13ea081592c4507 /app-editors/conglomerate/conglomerate-0.9.0.ebuild | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-049bfa2346e5886fcac061356f6a18c59cf03bb9.tar.gz gentoo-2-049bfa2346e5886fcac061356f6a18c59cf03bb9.tar.bz2 gentoo-2-049bfa2346e5886fcac061356f6a18c59cf03bb9.zip |
version bump, fixes bug #68587
(Portage version: 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.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-editors/conglomerate/conglomerate-0.9.0.ebuild b/app-editors/conglomerate/conglomerate-0.9.0.ebuild new file mode 100644 index 000000000000..ed888f6cb3ce --- /dev/null +++ b/app-editors/conglomerate/conglomerate-0.9.0.ebuild @@ -0,0 +1,28 @@ +# 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 $ + +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 ~amd64" +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 + app-text/scrollkeeper + doc? ( >=dev-util/gtk-doc-0.6 )" + +DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README* TODO" |