summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-cpp/libgnomecanvasmm/Manifest1
-rw-r--r--dev-cpp/libgnomecanvasmm/files/libgnomecanvasmm-2.26.0-disable-building-examples.patch13
-rw-r--r--dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r2.ebuild45
-rw-r--r--dev-cpp/libgnomecanvasmm/metadata.xml8
-rw-r--r--profiles/package.deprecated1
-rw-r--r--profiles/package.mask5
6 files changed, 0 insertions, 73 deletions
diff --git a/dev-cpp/libgnomecanvasmm/Manifest b/dev-cpp/libgnomecanvasmm/Manifest
deleted file mode 100644
index fc13b2438e4c..000000000000
--- a/dev-cpp/libgnomecanvasmm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libgnomecanvasmm-2.26.0.tar.bz2 327215 BLAKE2B 87cfc59d0825ad2b345bbeff7ba6ce74744228a359d61c8c6b86cef308827c78410b4633737ab9040f6dbdf7f37ed0ea376d28ab4194266f9c784b8b07d1f76d SHA512 23795c856674b79f82d2e5cffdfdbf67a387fe6a21081fef1d96d0f614a121710c7f1e175612a286f5946a60cea4e8506aef7833a7bdf73084d6266c09aad66b
diff --git a/dev-cpp/libgnomecanvasmm/files/libgnomecanvasmm-2.26.0-disable-building-examples.patch b/dev-cpp/libgnomecanvasmm/files/libgnomecanvasmm-2.26.0-disable-building-examples.patch
deleted file mode 100644
index e750a355967f..000000000000
--- a/dev-cpp/libgnomecanvasmm/files/libgnomecanvasmm-2.26.0-disable-building-examples.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-don't waste time building the examples
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -195,7 +195,7 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--SUBDIRS = tools libgnomecanvas docs examples demos
-+SUBDIRS = tools libgnomecanvas docs demos
- DIST_SUBDIRS = $(SUBDIRS) scripts
- EXTRA_DIST = libgnomecanvasmm.spec.in \
- build_shared/Makefile_build.am_fragment \
diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r2.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r2.ebuild
deleted file mode 100644
index d403ca365935..000000000000
--- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for libgnomecanvas"
-HOMEPAGE="https://www.gtkmm.org"
-
-LICENSE="LGPL-2.1"
-SLOT="2.6"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
-IUSE="doc"
-
-RDEPEND="
- >=gnome-base/libgnomecanvas-2.6
- >=dev-cpp/gtkmm-2.4:2.4
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-disable-building-examples.patch )
-
-src_compile() {
- gnome2_src_compile
-
- if use doc; then
- emake -C docs/reference all
- HTML_DOCS=( docs/reference/html/. )
- fi
-}
-
-src_install() {
- gnome2_src_install
-
- rm examples/Makefile* examples/*/Makefile* || die
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
-}
diff --git a/dev-cpp/libgnomecanvasmm/metadata.xml b/dev-cpp/libgnomecanvasmm/metadata.xml
deleted file mode 100644
index 7b343b06be8a..000000000000
--- a/dev-cpp/libgnomecanvasmm/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>
diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index a7b83cb1a8d4..3f27c577b696 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -56,7 +56,6 @@ app-text/scrollkeeper-dtd
dev-cpp/gconfmm
dev-cpp/gtkmm:2.4
dev-cpp/libglademm
-dev-cpp/libgnomecanvasmm
dev-libs/libcroco
dev-libs/libIDL
dev-libs/libunique:1
diff --git a/profiles/package.mask b/profiles/package.mask
index 9eff57f407b9..002571444588 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -343,11 +343,6 @@ dev-cpp/gconfmm
# Removal on 2022-06-19. Bug #808237
dev-cpp/libglademm
-# Matt Turner <mattst88@gentoo.org> (2022-05-19)
-# Dead package upstream for more than 10 years.
-# Removal on 2022-06-19. Bug #808375
-dev-cpp/libgnomecanvasmm
-
# Matt Turner <mattst88@gentoo.org> (2022-04-30)
# Masked for testing. Apparently causes crashes. Bug #841857.
>=x11-libs/libX11-1.8