public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/files/, x11-libs/librfm/, profiles/
@ 2023-11-08 12:44 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2023-11-08 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     43958a26685e7504e3ecde0c5e683e2bf84b1a54
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  8 12:40:11 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov  8 12:40:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43958a26

x11-libs/librfm: treeclean

Closes: https://bugs.gentoo.org/898322
Closes: https://bugs.gentoo.org/898324
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 profiles/package.mask                              |  7 ----
 x11-libs/librfm/Manifest                           |  1 -
 .../librfm/files/librfm-5.3.16.3-C99-decls.patch   | 42 -------------------
 .../librfm/files/librfm-5.3.16.3-autotools.patch   | 10 -----
 x11-libs/librfm/librfm-5.3.16.3-r2.ebuild          | 47 ----------------------
 x11-libs/librfm/metadata.xml                       |  8 ----
 6 files changed, 115 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d00d32137c3d..69b1f1581f28 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -309,13 +309,6 @@ app-admin/longrun
 # Removal on 2023-11-06. Bug #732422, #914638.
 x11-misc/sselp
 
-# David Seifert <soap@gentoo.org> (2023-10-08)
-# Unmaintained, last release over 5 years ago, lots of QA issues, no
-# other distro carries this.
-# Removal on 2023-11-06. Bug #742782, #742809, #771858, #811393,
-# #898314, #898322, #898324, #898326.
-x11-libs/librfm
-
 # Sam James <sam@gentoo.org> (2023-10-06)
 # Breaks building scipy: https://github.com/cython/cython/issues/5748
 =dev-python/cython-3.0.3

diff --git a/x11-libs/librfm/Manifest b/x11-libs/librfm/Manifest
deleted file mode 100644
index 9c7b73dca0ec..000000000000
--- a/x11-libs/librfm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST librfm5-5.3.16.3.tar.bz2 3304424 BLAKE2B 6651ef8a3967956e1858d4c94af055bddee1b0f2278fe3c0323232e1824e77d8d5d56533d23af3770a9641a2c8ea64eea35157e2cd02cd73f6bcbddd99ea9da8 SHA512 e3d00b0337c9368bbe939bcb2d7f6b1c3f3b6b5a810074c5d6bc7afccd938c5284075231a0326b5be2b93436bee346871fb47ee30c130e6ce00756148d214000

diff --git a/x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch b/x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch
deleted file mode 100644
index 784647ca92f1..000000000000
--- a/x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/modules/settings-module.i
-+++ b/modules/settings-module.i
-@@ -36,7 +36,7 @@
- #define SHRED_OPTIONS rfm_void(RFM_MODULE_DIR, "callbacks","get_shred_options")
- */
- 
--static GtkWidget *rfm_check_button_new(){
-+static GtkWidget *rfm_check_button_new(void){
- 	return gtk_check_button_new ();
- }
- static void
-@@ -374,7 +374,7 @@
- }
- 
- 
--static gchar **get_program_options(i){
-+static gchar **get_program_options(gint i){
-     if (i >= RFM_OPTIONS) return NULL;
-     environ_t *environ_v = rfm_get_environ();
-     return environ_v[i].env_options;
---- a/primary/primary-icons.i
-+++ b/primary/primary-icons.i
-@@ -181,7 +181,7 @@
- 	
- 
- static void
--init_lite_hash () {
-+init_lite_hash (void) {
-     // g_once init
-     static gsize initialized = 0;
-     if (g_once_init_enter (&initialized)){
---- a/primary/primary.c
-+++ b/primary/primary.c
-@@ -1405,7 +1405,7 @@
- }
- 
- static 
--gint get_paste_length(){
-+gint get_paste_length(void){
-     gint fd = shm_open (PASTE_SHM_NAME, O_RDONLY, S_IRUSR | S_IWUSR);
-     if(fd < 0){
- 	return 0;

diff --git a/x11-libs/librfm/files/librfm-5.3.16.3-autotools.patch b/x11-libs/librfm/files/librfm-5.3.16.3-autotools.patch
deleted file mode 100644
index 4913468741d1..000000000000
--- a/x11-libs/librfm/files/librfm-5.3.16.3-autotools.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/m4/rfm-conditionals.m4
-+++ b/m4/rfm-conditionals.m4
-@@ -174,7 +174,6 @@
- else
- 	AC_SUBST(WITH_DEBUG) WITH_DEBUG=no
- 	AC_MSG_NOTICE([No debug for you.])
--	CFLAGS="-O2"
- fi
- ])
- 

diff --git a/x11-libs/librfm/librfm-5.3.16.3-r2.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r2.ebuild
deleted file mode 100644
index 55991898b946..000000000000
--- a/x11-libs/librfm/librfm-5.3.16.3-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_P="${PN}5-${PV}"
-
-DESCRIPTION="The basic library used by some rfm applications, such as Rodent filemanager"
-HOMEPAGE="http://xffm.org/libxffm.html"
-SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	>=dev-libs/glib-2.22.5:2
-	>=dev-libs/libdbh-5.0.13
-	>=dev-libs/libtubo-5.0.13
-	>=dev-libs/libxml2-2.4.0:2
-	>=dev-libs/libzip-0.9:0=
-	>=gnome-base/librsvg-2.26:2
-	>=x11-libs/cairo-1.12.6[X]
-	>=x11-libs/gtk+-3.12:3[X]
-	>=x11-libs/pango-1.28.0[X]"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-util/intltool
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-autotools.patch
-	"${FILESDIR}"/${P}-C99-decls.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/x11-libs/librfm/metadata.xml b/x11-libs/librfm/metadata.xml
deleted file mode 100644
index 99052ec6f8d2..000000000000
--- a/x11-libs/librfm/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-needed-->
-	<upstream>
-		<remote-id type="sourceforge">xffm</remote-id>
-	</upstream>
-</pkgmetadata>


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

only message in thread, other threads:[~2023-11-08 12:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-08 12:44 [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/files/, x11-libs/librfm/, profiles/ Florian Schmaus

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