commit:     d347a8cf4396ae6c063b1df829bb79507324b6fb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 23:52:44 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 23:52:44 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d347a8cf

gnome-extra/gtkhtml: moved to gentoo-x86

---
 gnome-extra/gtkhtml/gtkhtml-4.8.0.ebuild      | 56 ---------------------------
 gnome-extra/gtkhtml/gtkhtml-9999.ebuild       |  3 +-
 net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild | 44 ---------------------
 net-libs/libgfbgraph/metadata.xml             |  5 ---
 4 files changed, 1 insertion(+), 107 deletions(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.8.0.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.8.0.ebuild
deleted file mode 100644
index 641b92a..0000000
--- a/gnome-extra/gtkhtml/gtkhtml-4.8.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
-HOMEPAGE="http://projects.gnome.org/evolution/";
-
-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
-       >=x11-themes/gnome-icon-theme-2.22.0
-       >=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_prepare() {
-       # Reason?
-       ELTCONF="--reverse-deps"
-
-       # Regenerate marshallers for <glib-2.31 compatibility
-       rm -v components/editor/gtkhtml-spell-marshal.{c,h} \
-               components/editor/gtkhtml-editor-marshal.{c,h} || die
-
-       gnome2_src_prepare
-}
-
-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
-}

diff --git a/gnome-extra/gtkhtml/gtkhtml-9999.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-9999.ebuild
index 6b27c95..53e5e2c 100644
--- a/gnome-extra/gtkhtml/gtkhtml-9999.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-9999.ebuild
@@ -9,7 +9,7 @@ inherit gnome2
 [[ ${PV} = 9999 ]] && inherit gnome2-live
 
 DESCRIPTION="Lightweight HTML rendering/printing/editing engine"
-HOMEPAGE="http://projects.gnome.org/evolution/";
+HOMEPAGE="https://git.gnome.org/browse/gtkhtml";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"
@@ -25,7 +25,6 @@ RDEPEND="
        >=x11-libs/gtk+-3.2:3
        >=x11-libs/cairo-1.10:=
        x11-libs/pango
-       >=x11-themes/gnome-icon-theme-2.22.0
        >=app-text/enchant-1.1.7:=
        gnome-base/gsettings-desktop-schemas
        >=app-text/iso-codes-0.49

diff --git a/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild 
b/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild
deleted file mode 100644
index 1037a1d..0000000
--- a/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME_ORG_MODULE="gfbgraph"
-
-inherit gnome2
-
-DESCRIPTION="A GObject library for Facebook Graph API"
-HOMEPAGE="https://git.gnome.org/browse/libgfbgraph/";
-
-LICENSE="LGPL-2.1+"
-SLOT="0.2"
-KEYWORDS="~amd64"
-IUSE="+introspection"
-
-RDEPEND="
-       dev-libs/glib:2
-       dev-libs/json-glib
-       net-libs/libsoup:2.4
-       net-libs/gnome-online-accounts
-       net-libs/rest:0.7
-       introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.14
-       virtual/pkgconfig
-"
-
-# FIXME: most tests seem to fail
-RESTRICT="test"
-
-src_configure() {
-       gnome2_src_configure --disable-static
-}
-
-src_install() {
-       gnome2_src_install
-       # Remove files installed in the wrong place
-       # Also, already done by portage
-       rm -rf "${ED}"/usr/doc
-}

diff --git a/net-libs/libgfbgraph/metadata.xml 
b/net-libs/libgfbgraph/metadata.xml
deleted file mode 100644
index 6e0e2ec..0000000
--- a/net-libs/libgfbgraph/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <herd>gnome</herd>
-</pkgmetadata>

Reply via email to