x11-libs/hippo-canvas: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 20 Apr 2019 08:21:29 +0000 (10:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 20 Apr 2019 08:28:49 +0000 (10:28 +0200)
Closes: https://bugs.gentoo.org/676190
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
x11-libs/hippo-canvas/Manifest [deleted file]
x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch [deleted file]
x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild [deleted file]
x11-libs/hippo-canvas/metadata.xml [deleted file]

index 122ddc9807fab850800fae4ea16243d1f8569c4d..12ee7bb53b0f78c99d999b45e255b4eb48980982 100644 (file)
@@ -595,12 +595,6 @@ net-print/magicfilter
 # Removal in 30 days.  Bug #542924.
 dev-libs/libmcal
 
-# Michał Górny <mgorny@gentoo.org> (21 Mar 2019)
-# Library with no maintainer and no reverse dependencies.  Fails
-# to build with sandbox violations.
-# Removal in 30 days.  Bug #676190.
-x11-libs/hippo-canvas
-
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Mar 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =www-servers/tomcat-9.0.17
diff --git a/x11-libs/hippo-canvas/Manifest b/x11-libs/hippo-canvas/Manifest
deleted file mode 100644 (file)
index 8b23079..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST hippo-canvas-0.3.0.tar.bz2 376859 BLAKE2B f224aab41c0cd34c2e65e30a36f0ce58969a20d911c7d63ec488634879206a4b02fa246f6540f5b3fce4a7ffa6a5953aec8b6f93501c9fd711211d1182386206 SHA512 8290f6ab1875eed606ea152f12741ec4ebd8839091a9c258b8c4fa39f395adf94217576c6c689c5ab22b62c65e37d82991c7b8942815cb2030bd45616528f4f3
diff --git a/x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch b/x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch
deleted file mode 100644 (file)
index bcbae47..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- hippo.override     2008-05-21 16:22:02.000000000 -0700
-+++ hippo.override-new 2010-04-13 13:11:20.826177339 -0700
-@@ -19,6 +19,7 @@
- #include "hippo/hippo-canvas-widget.h"
- #include "hippo/hippo-canvas-window.h"
- #include "hippo/hippo-canvas-widgets.h"
-+#include "common/hippo/hippo-canvas-test.h"
- #include "hippo/hippo-canvas-type-builtins.h"
diff --git a/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild b/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild
deleted file mode 100644 (file)
index 5def06c..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-GNOME_TARBALL_SUFFIX="bz2"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2 multilib python-single-r1
-
-DESCRIPTION="A canvas library based on GTK+ 2, Cairo, and Pango"
-HOMEPAGE="https://wiki.gnome.org/Projects/HippoCanvas"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-libs/glib-2.6:2
-       dev-libs/libcroco
-       >=x11-libs/gtk+-2.6:2
-       x11-libs/pango
-       gnome-base/librsvg:2
-       python? (
-               ${PYTHON_DEPS}
-               dev-python/pycairo[${PYTHON_USEDEP}]
-               dev-python/pygtk:2[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       dev-util/glib-utils
-       dev-util/gtk-doc-am
-       virtual/pkgconfig
-"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       cd "${S}/python"
-       epatch "${FILESDIR}/${PN}-python-override.patch"
-       cd "${S}"
-       gnome2_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-static \
-               $(use_enable python)
-}
diff --git a/x11-libs/hippo-canvas/metadata.xml b/x11-libs/hippo-canvas/metadata.xml
deleted file mode 100644 (file)
index 65b0f97..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription lang="en">
-       HippoCanvas is a generic user interface element that can draw Cairo graphics, respond to key and mouse events,
-       and lay out other widgets. It is currently used to implement a number of Sugar's custom widgets (toolbars,
-       rounded buttons, etc.) and to lay out the screen.
-       </longdescription>
-</pkgmetadata>