public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Goo-Canvas/files/, dev-perl/Goo-Canvas/, profiles/
@ 2021-09-07 16:43 Jakov Smolić
  0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2021-09-07 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     712efef5d7af6da003192416e9479b8294527aba
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  7 16:39:27 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 16:43:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712efef5

dev-perl/Goo-Canvas: Remove last-rited package

Closes: https://bugs.gentoo.org/776403
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Goo-Canvas/Goo-Canvas-0.60.0-r2.ebuild    | 28 ----------------------
 dev-perl/Goo-Canvas/Manifest                       |  1 -
 .../files/fix_implicit_pointer_declaration.patch   | 14 -----------
 dev-perl/Goo-Canvas/metadata.xml                   | 15 ------------
 profiles/package.mask                              |  4 ----
 5 files changed, 62 deletions(-)

diff --git a/dev-perl/Goo-Canvas/Goo-Canvas-0.60.0-r2.ebuild b/dev-perl/Goo-Canvas/Goo-Canvas-0.60.0-r2.ebuild
deleted file mode 100644
index 19e3008f477..00000000000
--- a/dev-perl/Goo-Canvas/Goo-Canvas-0.60.0-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=YEWENBIN
-DIST_VERSION=0.06
-DIST_EXAMPLES=("demo/*")
-inherit perl-module
-
-DESCRIPTION="Perl interface to the GooCanvas"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/goocanvas:0
-	dev-perl/Gtk2
-	dev-perl/glib-perl
-	dev-perl/Cairo"
-DEPEND="${RDEPEND}
-	dev-perl/ExtUtils-Depends
-	dev-perl/ExtUtils-PkgConfig"
-
-PATCHES=(
-	# this patch fixes segfaults on amd64 platforms
-	"${FILESDIR}"/fix_implicit_pointer_declaration.patch
-)

diff --git a/dev-perl/Goo-Canvas/Manifest b/dev-perl/Goo-Canvas/Manifest
deleted file mode 100644
index 0e1f8a0a645..00000000000
--- a/dev-perl/Goo-Canvas/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Goo-Canvas-0.06.tar.gz 106070 BLAKE2B 59487256ff1f6fa4d7884101c36b1f43ee1969e671b447d8c51858a7cec072a3b830bd2b36157dacf8c2c657c86bab9ef458c9f65f6d4046c16bc80b7bf83c44 SHA512 4fee648dbbf76592bfc0676c2d4294c13a5b48e5608ec633a6786d79e06bc866f8e48cbeabeeb19836695f78573996321dbf0820030324ebebeb9d259ba1b660

diff --git a/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch b/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch
deleted file mode 100644
index c33a9b3d95f..00000000000
--- a/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: Goo-Canvas-0.06/goocanvas-perl.h
-===================================================================
---- Goo-Canvas-0.06.orig/goocanvas-perl.h
-+++ Goo-Canvas-0.06/goocanvas-perl.h
-@@ -9,6 +9,9 @@
- #include "cairo-perl.h"
- #include "goocanvas.h"
- 
-+cairo_surface_t * goo_canvas_cairo_pattern_from_pixbuf(GdkPixbuf *pixbuf);
-+cairo_surface_t * goo_canvas_cairo_surface_from_pixbuf(GdkPixbuf *pixbuf);
-+
- /* FIXME: How to avoid compile error in autogen.h */
- #define GooCairoPattern cairo_pattern_t
- #define GooCairoMatrix cairo_matrix_t

diff --git a/dev-perl/Goo-Canvas/metadata.xml b/dev-perl/Goo-Canvas/metadata.xml
deleted file mode 100644
index 7a6a77c0f0f..00000000000
--- a/dev-perl/Goo-Canvas/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>perl@gentoo.org</email>
-    <name>Gentoo Perl Project</name>
-  </maintainer>
-  <longdescription lang="en">
-GTK+ does't has an buildin canvas widget. GooCanvas is wonderful. It is easy to use and has powerful and extensible way to create items in canvas. Just try it.
-</longdescription>
-  <upstream>
-    <remote-id type="cpan">Goo-Canvas</remote-id>
-    <remote-id type="cpan-module">Goo::Canvas</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 1db237e7e7f..548eeae7b9d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -184,10 +184,6 @@ net-print/libgnomecups
 # See bugs #551786 and #715846.  Removal in 30 days.
 net-dialup/xc
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2021-08-09)
-# EAPI-5, dead, unused; bug #776403. Removal on 2021-09-08.
-dev-perl/Goo-Canvas
-
 # David Seifert <soap@gentoo.org> (2021-08-04)
 # Last release over 4 years ago, upstream pretty much dead, the
 # ecosystem has switched to dev-util/pkgconf, which is alive. Testing


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

only message in thread, other threads:[~2021-09-07 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07 16:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Goo-Canvas/files/, dev-perl/Goo-Canvas/, profiles/ Jakov Smolić

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