[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2020-07-30 Thread Marek Szuba
commit: eda4104d25ede56b6a3924dd6a68f6545440769a
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Jul 30 10:44:17 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Jul 30 11:18:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda4104d

gnome-extra/gtkhtml: take over maintenance

gtkhtml is deprecated and our Gnome project would like to get rid of it,
unfortunately without it app-text/xiphos has to be built without editor
support (which is the way e.g. Debian, Ubuntu and Red Hat have gone) and
from what I have seen many people are unhappy about the inability to use
the Studypad or make personal annotations. Xiphos is now the only
remaining consumer of this library so I shall maintain it between now
and until upstream have implemented a working alternative (apparently
they began to discuss it back in April), after which it will be
last-rited.

Discussed with and approved by leio on IRC.

Bug: https://bugs.gentoo.org/667914
Signed-off-by: Marek Szuba  gentoo.org>

 gnome-extra/gtkhtml/metadata.xml | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/gtkhtml/metadata.xml b/gnome-extra/gtkhtml/metadata.xml
index 39980802b1d..a1f1054e9b4 100644
--- a/gnome-extra/gtkhtml/metadata.xml
+++ b/gnome-extra/gtkhtml/metadata.xml
@@ -1,8 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
+
+   mare...@gentoo.org
+   Marek Szuba
 
+
+   This is the old, and by now very much deprecated, Gtk+ HTML engine. It 
remains
+   available in Gentoo because as of late July 2020 
app-text/xiphos
+   continues to rely on it for editor functionality (the alternative, 
WebKit-based
+   editor is not compatible with net-libs/webkit-gtk:4), however
+   it will be removed as soon as Xiphos upstream has implemented an 
alternative
+   solution.
+
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2020-04-17 Thread Mart Raudsepp
commit: d6c3469b26dd1f75c7b98d7df542215ef9bee426
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Apr 17 19:45:27 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Apr 17 19:49:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c3469b

gnome-extra/gtkhtml: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild | 44 ---
 1 file changed, 44 deletions(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
deleted file mode 100644
index e83b54fcb0e..000
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
-HOMEPAGE="https://gitlab.gnome.org/Archive/gtkhtml;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="4.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-
-# orbit is referenced in configure, but is not used anywhere else
-RDEPEND="
-   >=x11-libs/gtk+-3.2:3
-   >=x11-libs/cairo-1.10:=
-   x11-libs/pango
-   >=app-text/enchant-1.1.7:0
-   gnome-base/gsettings-desktop-schemas
-   >=app-text/iso-codes-0.49
-   >=net-libs/libsoup-2.26.0:2.4
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   sys-devel/gettext
-   dev-util/glib-utils
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}
-
-src_install() {
-   gnome2_src_install
-
-   # Don't collide with 3.14 slot
-   mv "${ED}"/usr/bin/gtkhtml-editor-test{,-${SLOT}} || die
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2020-04-13 Thread Agostino Sarubbo
commit: c96c1606ab343b1164c8de43f2192d707d4fb6e7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96c1606

gnome-extra/gtkhtml: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
index 3d636cc79f0..b77e196585f 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/gtkhtml;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 # orbit is referenced in configure, but is not used anywhere else



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2020-04-13 Thread Agostino Sarubbo
commit: 3e9ec0a2e2d309e2b08d0d609481eaaa9a9dafdb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:47:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:47:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9ec0a2

gnome-extra/gtkhtml: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
index 57d3fb7bf34..3d636cc79f0 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/gtkhtml;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 # orbit is referenced in configure, but is not used anywhere else



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2020-02-02 Thread Mart Raudsepp
commit: 9019772922f47381251a4da71bd6a9ed7b7c9b24
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb  2 17:41:58 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb  2 19:34:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90197729

gnome-extra/gtkhtml-4.10.0-r0: lock enchant dep to SLOT=0

gtkhtml checks only for enchant.pc, not enchant-2.pc; -r1 is
already patched to be compatible with and look for enchant-2
instead.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
index e0df2e1deb5..0d1d152fbef 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -19,7 +19,7 @@ RDEPEND="
>=x11-libs/gtk+-3.2:3
>=x11-libs/cairo-1.10:=
x11-libs/pango
-   >=app-text/enchant-1.1.7:=
+   >=app-text/enchant-1.1.7:0
gnome-base/gsettings-desktop-schemas
>=app-text/iso-codes-0.49
>=net-libs/libsoup-2.26.0:2.4



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2019-04-11 Thread Pacho Ramos
commit: abda20d5ee501acc8f1f444af9dd1d79fda429fc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Apr 11 14:05:02 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Apr 11 14:05:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abda20d5

gnome-extra/gtkhtml: Update HOMEPAGE

Thanks-to: Anthony Parsons
Closes: https://bugs.gentoo.org/683084
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild | 2 +-
 gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild
index 22fe176d121..a6a88c2f707 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit autotools gnome2
 
 DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
-HOMEPAGE="https://git.gnome.org/browse/gtkhtml;
+HOMEPAGE="https://gitlab.gnome.org/Archive/gtkhtml;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
index b52c93f9763..8109c380998 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ GCONF_DEBUG="no"
 inherit gnome2
 
 DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
-HOMEPAGE="https://git.gnome.org/browse/gtkhtml;
+HOMEPAGE="https://gitlab.gnome.org/Archive/gtkhtml;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2019-01-30 Thread Dennis Lamm
commit: 7f005bea0e7b1e69b3278b1fe627a53e73428489
Author: Dennis Lamm  gentoo  org>
AuthorDate: Wed Jan 30 18:33:20 2019 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Wed Jan 30 18:33:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f005bea

gnome-extra/gtlhtml: changed wrong keyword to ~x86

Signed-off-by: Dennis Lamm  gentoo.org>

 gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild
index 50c27673527..22fe176d121 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/gtkhtml;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 # orbit is referenced in configure, but is not used anywhere else



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2018-10-06 Thread Mart Raudsepp
commit: b3824c893cd3cf9faa711acb1f4a3575932267c4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct  6 21:42:05 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct  6 22:36:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3824c89

gnome-extra/gtkhtml: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/667720
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
index b596e147e0e..b52c93f9763 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -27,6 +27,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
x11-base/xorg-proto
sys-devel/gettext
+   dev-util/glib-utils
>=dev-util/intltool-0.40.0
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2017-10-26 Thread Mart Raudsepp
commit: 9f7f3e56c878030bef3f8569d24cb31f293c9271
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Oct 26 17:40:36 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Oct 26 17:40:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7f3e56

gnome-extra/gtkhtml: remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 gnome-extra/gtkhtml/Manifest |  1 -
 gnome-extra/gtkhtml/gtkhtml-4.8.5.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/gnome-extra/gtkhtml/Manifest b/gnome-extra/gtkhtml/Manifest
index f00edc5fd26..38c436a2802 100644
--- a/gnome-extra/gtkhtml/Manifest
+++ b/gnome-extra/gtkhtml/Manifest
@@ -1,2 +1 @@
 DIST gtkhtml-4.10.0.tar.xz 1050628 SHA256 
ca3b6424fb2c7ac5d9cb8fdafb69318fa2e825c9cf6ed17d1e38d9b29e5606c3 SHA512 
efb159f902a910abd259cf38a86894a363dfd6b632aaad5ca88baf278780e653a2efc783ae48d9e4239f9fbfcbab15a5f343b60c910166d04e6663d4e34843e0
 WHIRLPOOL 
2c4e2bbb97d31b751ebd05a9f2e898ac1ce5242826d025978f878e9a6e3266aff32e6256f42eb05007d3a9c13f05347029b9c9d4a67eb78789762a7163cd1d33
-DIST gtkhtml-4.8.5.tar.xz 1049900 SHA256 
2ff5bbec4d8e7eca66a36f7e3863a104e098ce9b58e6d0374de7cb80c3d93e8d SHA512 
c35d67b22254570a92739c73a610230659a2ac63ab5e5a135a634655e679b39ad876cdf6abec4adabd0a9ba9ef87834745d03c7e0c005372bfe5485adff5ade3
 WHIRLPOOL 
665ab2d5319f3824ac26328b012bce0419b0c031b982ed0ef380679f8966f485c2813c2ea0e3a56688c610e1e3fc663592ab7c16cd546292c88254dd9e716d61

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.8.5.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.8.5.ebuild
deleted file mode 100644
index 2020a0d68e8..000
--- a/gnome-extra/gtkhtml/gtkhtml-4.8.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
-HOMEPAGE="https://git.gnome.org/browse/gtkhtml;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="4.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE=""
-
-# orbit is referenced in configure, but is not used anywhere else
-RDEPEND="
-   >=x11-libs/gtk+-3.2:3
-   >=x11-libs/cairo-1.10:=
-   x11-libs/pango
-   >=app-text/enchant-1.1.7:=
-   gnome-base/gsettings-desktop-schemas
-   >=app-text/iso-codes-0.49
-   >=net-libs/libsoup-2.26.0:2.4
-"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   sys-devel/gettext
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}
-
-src_install() {
-   gnome2_src_install
-
-   # Don't collide with 3.14 slot
-   mv "${ED}"/usr/bin/gtkhtml-editor-test{,-${SLOT}} || die
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2016-03-06 Thread Mikle Kolyada
commit: 99349f373652d3ad53bf2345c20ede12458da14b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 18:51:09 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 18:55:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99349f37

gnome-extra/gtkhtml: x86 stable wrt bug #566378

Package-Manager: portage-2.2.26

 gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
index 4a97faf..7f9522b 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/gtkhtml;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE=""
 
 # orbit is referenced in configure, but is not used anywhere else



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/

2015-11-15 Thread Pacho Ramos
commit: 30a11ad2f14354f47b50c64e2f529e31fad66e52
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 15 10:03:21 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 15 10:30:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a11ad2

gnome-extra/gtkhtml: Version bump

Package-Manager: portage-2.2.24

 gnome-extra/gtkhtml/Manifest  |  1 +
 gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/gnome-extra/gtkhtml/Manifest b/gnome-extra/gtkhtml/Manifest
index 786af27..f00edc5 100644
--- a/gnome-extra/gtkhtml/Manifest
+++ b/gnome-extra/gtkhtml/Manifest
@@ -1 +1,2 @@
+DIST gtkhtml-4.10.0.tar.xz 1050628 SHA256 
ca3b6424fb2c7ac5d9cb8fdafb69318fa2e825c9cf6ed17d1e38d9b29e5606c3 SHA512 
efb159f902a910abd259cf38a86894a363dfd6b632aaad5ca88baf278780e653a2efc783ae48d9e4239f9fbfcbab15a5f343b60c910166d04e6663d4e34843e0
 WHIRLPOOL 
2c4e2bbb97d31b751ebd05a9f2e898ac1ce5242826d025978f878e9a6e3266aff32e6256f42eb05007d3a9c13f05347029b9c9d4a67eb78789762a7163cd1d33
 DIST gtkhtml-4.8.5.tar.xz 1049900 SHA256 
2ff5bbec4d8e7eca66a36f7e3863a104e098ce9b58e6d0374de7cb80c3d93e8d SHA512 
c35d67b22254570a92739c73a610230659a2ac63ab5e5a135a634655e679b39ad876cdf6abec4adabd0a9ba9ef87834745d03c7e0c005372bfe5485adff5ade3
 WHIRLPOOL 
665ab2d5319f3824ac26328b012bce0419b0c031b982ed0ef380679f8966f485c2813c2ea0e3a56688c610e1e3fc663592ab7c16cd546292c88254dd9e716d61

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
new file mode 100644
index 000..f5939c6
--- /dev/null
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
+HOMEPAGE="https://git.gnome.org/browse/gtkhtml;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="4.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE=""
+
+# orbit is referenced in configure, but is not used anywhere else
+RDEPEND="
+   >=x11-libs/gtk+-3.2:3
+   >=x11-libs/cairo-1.10:=
+   x11-libs/pango
+   >=app-text/enchant-1.1.7:=
+   gnome-base/gsettings-desktop-schemas
+   >=app-text/iso-codes-0.49
+   >=net-libs/libsoup-2.26.0:2.4
+"
+DEPEND="${RDEPEND}
+   x11-proto/xproto
+   sys-devel/gettext
+   >=dev-util/intltool-0.40.0
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}
+
+src_install() {
+   gnome2_src_install
+
+   # Don't collide with 3.14 slot
+   mv "${ED}"/usr/bin/gtkhtml-editor-test{,-${SLOT}} || die
+}