summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-20 10:21:29 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-20 10:28:49 +0200
commita602f042c8a7ced05fd608dd5ca37fad1cd4a8f3 (patch)
treee4ab83ee493d544179f59d8b288051fd9a14adc0 /x11-libs/hippo-canvas
parentsec-policy/selinux-base-policy: move patches to my dev space (diff)
downloadgentoo-a602f042c8a7ced05fd608dd5ca37fad1cd4a8f3.tar.gz
gentoo-a602f042c8a7ced05fd608dd5ca37fad1cd4a8f3.tar.bz2
gentoo-a602f042c8a7ced05fd608dd5ca37fad1cd4a8f3.zip
x11-libs/hippo-canvas: Remove last-rited pkg
Closes: https://bugs.gentoo.org/676190 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs/hippo-canvas')
-rw-r--r--x11-libs/hippo-canvas/Manifest1
-rw-r--r--x11-libs/hippo-canvas/files/hippo-canvas-python-override.patch10
-rw-r--r--x11-libs/hippo-canvas/hippo-canvas-0.3.0-r2.ebuild53
-rw-r--r--x11-libs/hippo-canvas/metadata.xml10
4 files changed, 0 insertions, 74 deletions
diff --git a/x11-libs/hippo-canvas/Manifest b/x11-libs/hippo-canvas/Manifest
deleted file mode 100644
index 8b230792c5db..000000000000
--- 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 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 @@
-<?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>