public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libglademm/, profiles/
@ 2022-06-19  9:06 Jakov Smolić
  0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-06-19  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5298c34421845f5b5739c138145695829ecc2a0b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 09:03:58 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 09:03:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5298c344

dev-cpp/libglademm: treeclean

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

 dev-cpp/libglademm/Manifest                   |  1 -
 dev-cpp/libglademm/libglademm-2.6.7-r3.ebuild | 63 ---------------------------
 dev-cpp/libglademm/metadata.xml               |  8 ----
 profiles/package.deprecated                   |  1 -
 profiles/package.mask                         |  5 ---
 5 files changed, 78 deletions(-)

diff --git a/dev-cpp/libglademm/Manifest b/dev-cpp/libglademm/Manifest
deleted file mode 100644
index 252367f0fc89..000000000000
--- a/dev-cpp/libglademm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libglademm-2.6.7.tar.bz2 326385 BLAKE2B b79bd099f7eba02585921cd88331cd3c2f0a362396efded2996b149689f1869146a81ef174e9f983f348fe231866e4dcc719eeef62f5f3a2b0ba5dbaf1375504 SHA512 d7042d0549df9322d3202d5c0733d65b153a8ff451bb9e401b9d93a915ec4c2c086428e4febcbae2ecec5936955b7afbc59beff93d492f23b7b8e2b19fe806b0

diff --git a/dev-cpp/libglademm/libglademm-2.6.7-r3.ebuild b/dev-cpp/libglademm/libglademm-2.6.7-r3.ebuild
deleted file mode 100644
index 0a8fa5f985cd..000000000000
--- a/dev-cpp/libglademm/libglademm-2.6.7-r3.ebuild
+++ /dev/null
@@ -1,63 +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 multilib-minimal
-
-DESCRIPTION="C++ bindings for libglade"
-HOMEPAGE="https://www.gtkmm.org"
-
-LICENSE="LGPL-2.1+"
-SLOT="2.4"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="doc examples"
-
-RDEPEND="
-	>=gnome-base/libglade-2.6.4-r1:2.0[${MULTILIB_USEDEP}]
-	>=dev-cpp/gtkmm-2.24.3:2.4[${MULTILIB_USEDEP}]
-	>=dev-cpp/glibmm-2.34.1:2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	# we will control install manually in install
-	sed -i 's/^\(SUBDIRS =.*\)docs\(.*\)$/\1\2/' Makefile.am Makefile.in || \
-		die "sed Makefile.{am,in} failed (1)"
-
-	# don't waste time building the examples
-	sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
-		Makefile.am Makefile.in || die "sed Makefile.{am,in} failed (2)"
-
-	gnome2_src_prepare
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" gnome2_src_configure
-}
-
-multilib_src_compile() {
-	gnome2_src_compile
-
-	multilib_is_native_abi && use doc && emake -C docs/reference all
-}
-
-multilib_src_install() {
-	gnome2_src_install
-
-	use examples && emake -C examples distclean
-}
-
-multilib_src_install_all() {
-	use doc && HTML_DOCS=( docs/reference/html/. )
-	einstalldocs
-
-	if use examples; then
-		find examples/ -name 'Makefile*' -delete \
-			|| die "examples cleanup failed"
-		dodoc -r examples
-	fi
-}

diff --git a/dev-cpp/libglademm/metadata.xml b/dev-cpp/libglademm/metadata.xml
deleted file mode 100644
index 7b343b06be8a..000000000000
--- a/dev-cpp/libglademm/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 3f27c577b696..4cd6e9932e9e 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -55,7 +55,6 @@ app-text/rarian
 app-text/scrollkeeper-dtd
 dev-cpp/gconfmm
 dev-cpp/gtkmm:2.4
-dev-cpp/libglademm
 dev-libs/libcroco
 dev-libs/libIDL
 dev-libs/libunique:1

diff --git a/profiles/package.mask b/profiles/package.mask
index 002571444588..a91f323fbf6e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -338,11 +338,6 @@ dev-util/kubebuilder
 # Removal on 2022-06-19.
 dev-cpp/gconfmm
 
-# Matt Turner <mattst88@gentoo.org> (2022-05-19)
-# Dead package upstream for more than 10 years.
-# Removal on 2022-06-19. Bug #808237
-dev-cpp/libglademm
-
 # Matt Turner <mattst88@gentoo.org> (2022-04-30)
 # Masked for testing. Apparently causes crashes. Bug #841857.
 >=x11-libs/libX11-1.8


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

only message in thread, other threads:[~2022-06-19  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-19  9:06 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libglademm/, 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