Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/hippo-canvas/, x11-libs/hippo-canvas/files/, profiles/
Date: Sat, 20 Apr 2019 23:20:50
Message-Id: 1555748929.a602f042c8a7ced05fd608dd5ca37fad1cd4a8f3.mgorny@gentoo
1 commit: a602f042c8a7ced05fd608dd5ca37fad1cd4a8f3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 08:21:29 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 08:28:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a602f042
7
8 x11-libs/hippo-canvas: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/676190
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 6 ---
14 x11-libs/hippo-canvas/Manifest | 1 -
15 .../files/hippo-canvas-python-override.patch | 10 ----
16 x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild | 53 ----------------------
17 x11-libs/hippo-canvas/metadata.xml | 10 ----
18 5 files changed, 80 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 122ddc9807f..12ee7bb53b0 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -595,12 +595,6 @@ net-print/magicfilter
25 # Removal in 30 days. Bug #542924.
26 dev-libs/libmcal
27
28 -# Michał Górny <mgorny@g.o> (21 Mar 2019)
29 -# Library with no maintainer and no reverse dependencies. Fails
30 -# to build with sandbox violations.
31 -# Removal in 30 days. Bug #676190.
32 -x11-libs/hippo-canvas
33 -
34 # Miroslav Šulc <fordfrog@g.o> (19 Mar 2019)
35 # Depends on >=virtual/{jdk,jre}-11 which is masked
36 =www-servers/tomcat-9.0.17
37
38 diff --git a/x11-libs/hippo-canvas/Manifest b/x11-libs/hippo-canvas/Manifest
39 deleted file mode 100644
40 index 8b230792c5d..00000000000
41 --- a/x11-libs/hippo-canvas/Manifest
42 +++ /dev/null
43 @@ -1 +0,0 @@
44 -DIST hippo-canvas-0.3.0.tar.bz2 376859 BLAKE2B f224aab41c0cd34c2e65e30a36f0ce58969a20d911c7d63ec488634879206a4b02fa246f6540f5b3fce4a7ffa6a5953aec8b6f93501c9fd711211d1182386206 SHA512 8290f6ab1875eed606ea152f12741ec4ebd8839091a9c258b8c4fa39f395adf94217576c6c689c5ab22b62c65e37d82991c7b8942815cb2030bd45616528f4f3
45
46 diff --git a/x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch b/x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch
47 deleted file mode 100644
48 index bcbae474160..00000000000
49 --- a/x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch
50 +++ /dev/null
51 @@ -1,10 +0,0 @@
52 ---- hippo.override 2008-05-21 16:22:02.000000000 -0700
53 -+++ hippo.override-new 2010-04-13 13:11:20.826177339 -0700
54 -@@ -19,6 +19,7 @@
55 - #include "hippo/hippo-canvas-widget.h"
56 - #include "hippo/hippo-canvas-window.h"
57 - #include "hippo/hippo-canvas-widgets.h"
58 -+#include "common/hippo/hippo-canvas-test.h"
59 -
60 - #include "hippo/hippo-canvas-type-builtins.h"
61 -
62
63 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
64 deleted file mode 100644
65 index 5def06c083a..00000000000
66 --- a/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild
67 +++ /dev/null
68 @@ -1,53 +0,0 @@
69 -# Copyright 1999-2018 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -GCONF_DEBUG="no"
74 -GNOME_TARBALL_SUFFIX="bz2"
75 -PYTHON_COMPAT=( python2_7 )
76 -
77 -inherit eutils gnome2 multilib python-single-r1
78 -
79 -DESCRIPTION="A canvas library based on GTK+ 2, Cairo, and Pango"
80 -HOMEPAGE="https://wiki.gnome.org/Projects/HippoCanvas"
81 -
82 -LICENSE="LGPL-2"
83 -SLOT="0"
84 -KEYWORDS="amd64 x86"
85 -
86 -IUSE="python"
87 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
88 -
89 -RDEPEND="
90 - >=dev-libs/glib-2.6:2
91 - dev-libs/libcroco
92 - >=x11-libs/gtk+-2.6:2
93 - x11-libs/pango
94 - gnome-base/librsvg:2
95 - python? (
96 - ${PYTHON_DEPS}
97 - dev-python/pycairo[${PYTHON_USEDEP}]
98 - dev-python/pygtk:2[${PYTHON_USEDEP}] )
99 -"
100 -DEPEND="${RDEPEND}
101 - dev-util/glib-utils
102 - dev-util/gtk-doc-am
103 - virtual/pkgconfig
104 -"
105 -
106 -pkg_setup() {
107 - use python && python-single-r1_pkg_setup
108 -}
109 -
110 -src_prepare() {
111 - cd "${S}/python"
112 - epatch "${FILESDIR}/${PN}-python-override.patch"
113 - cd "${S}"
114 - gnome2_src_prepare
115 -}
116 -
117 -src_configure() {
118 - gnome2_src_configure \
119 - --disable-static \
120 - $(use_enable python)
121 -}
122
123 diff --git a/x11-libs/hippo-canvas/metadata.xml b/x11-libs/hippo-canvas/metadata.xml
124 deleted file mode 100644
125 index 65b0f97626e..00000000000
126 --- a/x11-libs/hippo-canvas/metadata.xml
127 +++ /dev/null
128 @@ -1,10 +0,0 @@
129 -<?xml version="1.0" encoding="UTF-8"?>
130 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
131 -<pkgmetadata>
132 - <!-- maintainer-needed -->
133 - <longdescription lang="en">
134 - HippoCanvas is a generic user interface element that can draw Cairo graphics, respond to key and mouse events,
135 - and lay out other widgets. It is currently used to implement a number of Sugar's custom widgets (toolbars,
136 - rounded buttons, etc.) and to lay out the screen.
137 - </longdescription>
138 -</pkgmetadata>