From b7ebc951da8800f711142f69d9d958bde67a112d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Apr 2019 09:54:45 +0100 Subject: gentoo resync : 28.04.2019 --- x11-libs/hippo-canvas/Manifest | 4 -- .../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 ---- 4 files changed, 77 deletions(-) delete mode 100644 x11-libs/hippo-canvas/Manifest delete mode 100644 x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch delete mode 100644 x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild delete mode 100644 x11-libs/hippo-canvas/metadata.xml (limited to 'x11-libs/hippo-canvas') diff --git a/x11-libs/hippo-canvas/Manifest b/x11-libs/hippo-canvas/Manifest deleted file mode 100644 index c8a335961df0..000000000000 --- a/x11-libs/hippo-canvas/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX hippo-canvas-python-override.patch 349 BLAKE2B 92912d75c47e78adf8129d85c963709dbf8200bf30c197e2da3c02837e5e2afcce050d4c4ce94f17a4ac53ad84167acabce2ae0ec3afae4fbd66c309b46b92f0 SHA512 58bb19ed76a4ef07cbebb7b7fad46b931ba7e81ea2e38a6596ea0247ea38bca96c392b13db9673a43f973b67b3297ae7d6a4656772105db688a34ef3be7847f4 -DIST hippo-canvas-0.3.0.tar.bz2 376859 BLAKE2B f224aab41c0cd34c2e65e30a36f0ce58969a20d911c7d63ec488634879206a4b02fa246f6540f5b3fce4a7ffa6a5953aec8b6f93501c9fd711211d1182386206 SHA512 8290f6ab1875eed606ea152f12741ec4ebd8839091a9c258b8c4fa39f395adf94217576c6c689c5ab22b62c65e37d82991c7b8942815cb2030bd45616528f4f3 -EBUILD hippo-canvas-0.3.0-r2.ebuild 1039 BLAKE2B 35b9f9585bed04c6bf7fbcc5f8d9491d93e70285e16c1260ecdf2987ba3cbb0d1a1c52b4e0e0238eca1b84fd17058a017ad290f2fe59e9f4acf476768d0a083f SHA512 ec0c767752fb6df100fca88b04d3f777dea7a61f0651a5c90daa79058a70676f38dcf7c54fa4a5c3550f51e76b7086708aacbfa3771bf1545b26f78c1f8eb68c -MISC metadata.xml 487 BLAKE2B 922f057e5ea68f201e92d05f8cda6e5e4ca5a2f551f21e10d05f7027940fbd6ca4005cea99559261b8f0b0859d6e985508f84b6c2e63a4ace39ed2d218ac1005 SHA512 4fcbed02fb004fdde36668aa8c089a0180f38355103720d55f94687868189f1583f09d29c8c071f5151fa24695491044445f6444c5af4776b8e8517307388e8e 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 bcbae474160b..000000000000 --- 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 5def06c083aa..000000000000 --- 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 65b0f97626e6..000000000000 --- a/x11-libs/hippo-canvas/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 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. - - -- cgit v1.2.3