public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/hippo-canvas/, x11-libs/hippo-canvas/files/, profiles/
@ 2019-04-20  8:29 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-04-20  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a602f042c8a7ced05fd608dd5ca37fad1cd4a8f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 08:21:29 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 08:28:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a602f042

x11-libs/hippo-canvas: Remove last-rited pkg

Closes: https://bugs.gentoo.org/676190
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  6 ---
 x11-libs/hippo-canvas/Manifest                     |  1 -
 .../files/hippo-canvas-python-override.patch       | 10 ----
 x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild | 53 ----------------------
 x11-libs/hippo-canvas/metadata.xml                 | 10 ----
 5 files changed, 80 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 122ddc9807f..12ee7bb53b0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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
index 8b230792c5d..00000000000
--- a/x11-libs/hippo-canvas/Manifest
+++ /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
index bcbae474160..00000000000
--- a/x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch
+++ /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
index 5def06c083a..00000000000
--- a/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild
+++ /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
index 65b0f97626e..00000000000
--- a/x11-libs/hippo-canvas/metadata.xml
+++ /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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-20 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20  8:29 [gentoo-commits] repo/gentoo:master commit in: x11-libs/hippo-canvas/, x11-libs/hippo-canvas/files/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox