summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-08 13:40:11 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-08 13:40:19 +0100
commit43958a26685e7504e3ecde0c5e683e2bf84b1a54 (patch)
tree93bc50717ea265c15becfa7af282b1ca63a17a0f /x11-libs
parentdev-libs/libtubo: treeclean (diff)
downloadgentoo-43958a26685e7504e3ecde0c5e683e2bf84b1a54.tar.gz
gentoo-43958a26685e7504e3ecde0c5e683e2bf84b1a54.tar.bz2
gentoo-43958a26685e7504e3ecde0c5e683e2bf84b1a54.zip
x11-libs/librfm: treeclean
Closes: https://bugs.gentoo.org/898322 Closes: https://bugs.gentoo.org/898324 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/librfm/Manifest1
-rw-r--r--x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch42
-rw-r--r--x11-libs/librfm/files/librfm-5.3.16.3-autotools.patch10
-rw-r--r--x11-libs/librfm/librfm-5.3.16.3-r2.ebuild47
-rw-r--r--x11-libs/librfm/metadata.xml8
5 files changed, 0 insertions, 108 deletions
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>