summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-08-29 10:35:15 +0300
committerPriit Laes <plaes@plaes.org>2010-08-29 10:35:15 +0300
commit7dd934366014b553317d53c7298e065f7c115942 (patch)
treef11b661bf6b55330b6de76a1379ce9bb0726c191 /gnome-extra/gtkhtml
parentgnome-extra/gtkhtml: Bump to 3.31.90 (diff)
downloadgnome-7dd934366014b553317d53c7298e065f7c115942.tar.gz
gnome-7dd934366014b553317d53c7298e065f7c115942.tar.bz2
gnome-7dd934366014b553317d53c7298e065f7c115942.zip
gnome-extra/gtkhtml: Added missing ebuild
Diffstat (limited to 'gnome-extra/gtkhtml')
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-3.31.90.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-3.31.90.ebuild b/gnome-extra/gtkhtml/gtkhtml-3.31.90.ebuild
new file mode 100644
index 00000000..2cc1d171
--- /dev/null
+++ b/gnome-extra/gtkhtml/gtkhtml-3.31.90.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Lightweight HTML Rendering/Printing/Editing Engine"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="3.14"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE=""
+
+# We keep bonobo until we can make sure no apps in tree uses
+# the old composer code.
+# TODO: gtk3
+RDEPEND=">=x11-libs/gtk+-2.20
+ >=x11-themes/gnome-icon-theme-2.22.0
+ >=gnome-base/orbit-2
+ >=app-text/enchant-1.1.7
+ gnome-base/gconf:2
+ >=app-text/iso-codes-0.49
+ >=net-libs/libsoup-2.26.0:2.4"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.40.0
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+ ELTCONF="--reverse-deps"
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-deprecated-warning-flags"
+}