commit:     c8438823f6603ba418e4b2447179354431f32dc4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  7 16:38:57 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=c8438823

x11-libs/goocanvas: Remove last-rited 0 slot

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

 profiles/package.mask                              |  1 -
 x11-libs/goocanvas/Manifest                        |  1 -
 .../goocanvas/files/goocanvas-1.0.0-gold.patch     | 26 ----------
 x11-libs/goocanvas/goocanvas-1.0.0.ebuild          | 58 ----------------------
 4 files changed, 86 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6d86bd27543..1db237e7e7f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -187,7 +187,6 @@ net-dialup/xc
 # Andreas Sturmlechner <ast...@gentoo.org> (2021-08-09)
 # EAPI-5, dead, unused; bug #776403. Removal on 2021-09-08.
 dev-perl/Goo-Canvas
-x11-libs/goocanvas:0
 
 # David Seifert <s...@gentoo.org> (2021-08-04)
 # Last release over 4 years ago, upstream pretty much dead, the

diff --git a/x11-libs/goocanvas/Manifest b/x11-libs/goocanvas/Manifest
index 2fdbd0d2d50..0ecdfc19ff9 100644
--- a/x11-libs/goocanvas/Manifest
+++ b/x11-libs/goocanvas/Manifest
@@ -1,2 +1 @@
-DIST goocanvas-1.0.0.tar.bz2 570552 BLAKE2B 
00b1a3d59448cc2f40dd20b0c97977cfc477a6656f32e2106b3f3bd5c42b8b625e270d9f96de44f30caf83b744b331699e7c6385b5269bf7b22e3bb25a879948
 SHA512 
fef4364b57dc777b6dcceb026f940121a24a8a3792e8d37d320eb47b7747ab0d54d8d7911b4ff77c21ca2b251937c9312da04221bbc246a07bbf4062689de644
 DIST goocanvas-2.0.4.tar.xz 584272 BLAKE2B 
027ab47c1e9c241f74509001426367e86025ec8ea5901cf64c2014f8c32b83ce60870ca754dd15e8982a7023b77d3856b39dbbbdd636de6da47d361cb15a940e
 SHA512 
e57dfd59d9b9cb64deadfeac193c11a89347c7f0e966377cfb98afcc2b46be13fe05d253a96e63dc7e6981c75e6e871040b83d8d0aee95cb62b79965d6be5688

diff --git a/x11-libs/goocanvas/files/goocanvas-1.0.0-gold.patch 
b/x11-libs/goocanvas/files/goocanvas-1.0.0-gold.patch
deleted file mode 100644
index c395c6ffd79..00000000000
--- a/x11-libs/goocanvas/files/goocanvas-1.0.0-gold.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index b49c009..9c3316b 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -12,7 +12,7 @@ INCLUDES = \
- 
- lib_LTLIBRARIES = libgoocanvas.la
- 
--libgoocanvas_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
-+libgoocanvas_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
- 
- if PLATFORM_WIN32
- no_undefined = -no-undefined
-diff --git a/src/Makefile.in b/src/Makefile.in
-index c4d43b2..8d555fe 100644
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -254,7 +254,7 @@ INCLUDES = \
- #     -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
- #     -DGTK_DISABLE_DEPRECATED
- lib_LTLIBRARIES = libgoocanvas.la
--libgoocanvas_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
-+libgoocanvas_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
- @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
- libtool_opts = \
-   -version-info $(LT_VERSION_INFO)    \

diff --git a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild 
b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild
deleted file mode 100644
index f59677deb0f..00000000000
--- a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GCONF_DEBUG=no
-GNOME2_LA_PUNT=yes
-GNOME_TARBALL_SUFFIX="bz2"
-inherit epatch gnome2
-
-DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing"
-HOMEPAGE="https://wiki.gnome.org/Projects/GooCanvas";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-RDEPEND="
-       >=x11-libs/gtk+-2.12:2
-       >=dev-libs/glib-2.10:2
-       >=x11-libs/cairo-1.4
-"
-DEPEND="${RDEPEND}
-       dev-util/glib-utils
-       dev-util/gtk-doc-am
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       # https://bugzilla.gnome.org/show_bug.cgi?id=671766
-       epatch "${FILESDIR}"/${P}-gold.patch
-
-       # Fails to build with recent GTK+
-       sed -e "s/-D.*_DISABLE_DEPRECATED//g" \
-               -i src/Makefile.am src/Makefile.in demo/Makefile.am 
demo/Makefile.in \
-               || die "sed 1 failed"
-
-       sed -e 's/^\(SUBDIRS =.*\)demo\(.*\)$/\1\2/' \
-               -i Makefile.am Makefile.in || die "sed 2 failed"
-
-       gnome2_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-rebuilds \
-               --disable-static
-}
-
-src_install() {
-       gnome2_src_install
-
-       if use examples; then
-               insinto /usr/share/doc/${P}/examples/
-               doins demo/*.c demo/flower.png demo/toroid.png
-       fi
-}

Reply via email to