diff options
author | 2024-09-13 13:42:41 +0300 | |
---|---|---|
committer | 2024-09-13 14:56:24 +0300 | |
commit | b79fa39482c753c0ed241c3b1fadab6f15be8529 (patch) | |
tree | cc022452f8dbd649f0baf258b676137cca7b0d4a /x11-plugins | |
parent | sys-auth/pam_ldap: treeclean (diff) | |
download | gentoo-b79fa39482c753c0ed241c3b1fadab6f15be8529.tar.gz gentoo-b79fa39482c753c0ed241c3b1fadab6f15be8529.tar.bz2 gentoo-b79fa39482c753c0ed241c3b1fadab6f15be8529.zip |
x11-plugins/wmrecord: treeclean
Closes: https://bugs.gentoo.org/928566 (pkgremoved)
Closes: https://bugs.gentoo.org/931764 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmrecord/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmrecord/files/wmrecord-1.0.5.3-fno-common.patch | 29 | ||||
-rw-r--r-- | x11-plugins/wmrecord/files/wmrecord.desktop | 8 | ||||
-rw-r--r-- | x11-plugins/wmrecord/metadata.xml | 9 | ||||
-rw-r--r-- | x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild | 48 |
5 files changed, 0 insertions, 95 deletions
diff --git a/x11-plugins/wmrecord/Manifest b/x11-plugins/wmrecord/Manifest deleted file mode 100644 index 43a766aaa374..000000000000 --- a/x11-plugins/wmrecord/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmrecord-1.0.5_20040218_0029.tgz 38594 BLAKE2B d1cc41a7de5c45a19ea364c9c007382c9220bdf0b4a6d69e09f2169cfc879e51d53afd33fd434f28ad6ea4e20b05760b06afbbf8a5560abc63b6edea9114bab7 SHA512 4a0c9f58d22a72a83f9e7922b5806528cc412576d55b9c24f45b7d93a5594f380f51581addbb41b65c18c9b5f0ac1cbc8e3881268a75386545f5024f55836154 diff --git a/x11-plugins/wmrecord/files/wmrecord-1.0.5.3-fno-common.patch b/x11-plugins/wmrecord/files/wmrecord-1.0.5.3-fno-common.patch deleted file mode 100644 index a70b5f87b0ee..000000000000 --- a/x11-plugins/wmrecord/files/wmrecord-1.0.5.3-fno-common.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -Naur wmrecord-1.0.5.orig/wmgeneral/wmgeneral.c wmrecord-1.0.5/wmgeneral/wmgeneral.c ---- wmrecord-1.0.5.orig/wmgeneral/wmgeneral.c 1999-07-05 20:40:04.000000000 +0200 -+++ wmrecord-1.0.5/wmgeneral/wmgeneral.c 2020-06-13 10:57:57.237900077 +0200 -@@ -66,6 +66,9 @@ - char *Geometry = ""; - GC NormalGC; - Pixmap pixmask; -+Display *display; -+Window Root, iconwin, win; -+XpmIcon wmgen; - - /*****************/ - /* Mouse Regions */ -diff -Naur wmrecord-1.0.5.orig/wmgeneral/wmgeneral.h wmrecord-1.0.5/wmgeneral/wmgeneral.h ---- wmrecord-1.0.5.orig/wmgeneral/wmgeneral.h 1999-06-01 15:46:55.000000000 +0200 -+++ wmrecord-1.0.5/wmgeneral/wmgeneral.h 2020-06-13 10:57:51.055895156 +0200 -@@ -36,9 +36,9 @@ - /* Global variable */ - /*******************/ - --Display *display; --Window Root, iconwin, win; --XpmIcon wmgen; -+extern Display *display; -+extern Window Root, iconwin, win; -+extern XpmIcon wmgen; - - /***********************/ - /* Function Prototypes */ diff --git a/x11-plugins/wmrecord/files/wmrecord.desktop b/x11-plugins/wmrecord/files/wmrecord.desktop deleted file mode 100644 index c166dc454985..000000000000 --- a/x11-plugins/wmrecord/files/wmrecord.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=WmRecord -Comment=Audio recorder for WindowMaker -Comment[pl]=Rekorder dźwięku dla WindowMakera -Exec=wmrecord -Type=Application -Terminal=false -Categories=AudioVideo;Audio;Recorder; diff --git a/x11-plugins/wmrecord/metadata.xml b/x11-plugins/wmrecord/metadata.xml deleted file mode 100644 index 0cd5b9db476b..000000000000 --- a/x11-plugins/wmrecord/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> -</maintainer> - -</pkgmetadata> diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild deleted file mode 100644 index 2a7bb3927249..000000000000 --- a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop toolchain-funcs - -DESCRIPTION="A Dockable General Purpose Recording Utility" -HOMEPAGE="http://ret009t0.eresmas.net/other_software/wmrecord/" -SRC_URI="http://ret009t0.eresmas.net/other_software/wmrecord/${PN}-1.0.5_20040218_0029.tgz" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~ppc x86" - -S="${WORKDIR}/${PN}-1.0.5" - -PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) - -src_prepare() { - default - #prevent auto-stripping of binaries. Closes bug #252112 - sed -i 's/install -s -o/install -o/' "${S}/Makefile" || die - - #Honour Gentoo LDFLAGS. Closes bug #336753. - sed -i 's/-o $@ wmrecord.o/$(LDFLAGS) -o $@ wmrecord.o/' "${S}/Makefile" || die - - #Fix buffer overflow. Closes bug #336754. - sed -i 's/sprintf(cse, "000");/snprintf(cse, "000", 3);/' "${S}/wmrecord.c" || die -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall" -} - -src_install() { - dobin ${PN} - doman man/${PN}.1 - domenu "${FILESDIR}"/${PN}.desktop - einstalldocs -} |