diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-31 19:16:13 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-31 19:30:53 +0100 |
commit | e19f6da73eeb0ab754e9ec56315b4dce4ca4aca8 (patch) | |
tree | 2ca1125270161ff5938e8bad57f0c7832c5975bf | |
parent | net-analyzer/snortsam: treeclean (diff) | |
download | gentoo-e19f6da73eeb0ab754e9ec56315b4dce4ca4aca8.tar.gz gentoo-e19f6da73eeb0ab754e9ec56315b4dce4ca4aca8.tar.bz2 gentoo-e19f6da73eeb0ab754e9ec56315b4dce4ca4aca8.zip |
x11-misc/vnc2swf: treeclean
Closes: https://bugs.gentoo.org/880927
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | profiles/package.mask | 6 | ||||
-rw-r--r-- | x11-misc/vnc2swf/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/vnc2swf/files/vnc2swf-0.5.0-respect-AR.patch | 45 | ||||
-rw-r--r-- | x11-misc/vnc2swf/metadata.xml | 16 | ||||
-rw-r--r-- | x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild | 54 |
5 files changed, 0 insertions, 122 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index c031f7edea41..8056474cd3e2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1105,12 +1105,6 @@ games-util/xgamer # Removal on 2022-12-27. Bug #880845. x11-misc/unclutter -# Michał Górny <mgorny@gentoo.org> (2022-11-27) -# Unmaintained. Last bumped in 2005. Superseded by Python version -# with last release in 2008, then by vnc2flv with last release in 2010. -# Removal on 2022-12-27. Bug #880927. -x11-misc/vnc2swf - # Matt Turner <mattst88@gentoo.org> (2022-11-16) # Packages or their dependencies have not been ported to libsoup:3.0, while # other non-slotted dependencies have been. diff --git a/x11-misc/vnc2swf/Manifest b/x11-misc/vnc2swf/Manifest deleted file mode 100644 index 837abe1a6c24..000000000000 --- a/x11-misc/vnc2swf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vnc2swf-0.5.0.tar.gz 438058 BLAKE2B bb0effab90934746451efbe23610b3534de31ca1f5f8331dfc1f907b9733f69e78d960bd8d27cc6d75cb0ef688045b019b9b984dcd0e6207819e0590b35fa183 SHA512 f1551015eaafb7810b5d6367b73605f97bc5c0d4d3449dfe1a98af90f743133c0534c8988ee72ce2fc8599926a5f3ed5a785bf18788522b4a7c3cb8bc0529913 diff --git a/x11-misc/vnc2swf/files/vnc2swf-0.5.0-respect-AR.patch b/x11-misc/vnc2swf/files/vnc2swf-0.5.0-respect-AR.patch deleted file mode 100644 index 4c03bb7e5c16..000000000000 --- a/x11-misc/vnc2swf/files/vnc2swf-0.5.0-respect-AR.patch +++ /dev/null @@ -1,45 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -12,6 +12,9 @@ - AC_PROG_MAKE_SET - AC_LANG_CPLUSPLUS - -+AC_ARG_VAR([AR], [the archiver to use]) -+AC_CHECK_TOOL([AR], [ar]) -+ - case "`(uname -sr) 2>/dev/null`" in - "SunOS 5"*) - SOLARIS=yes ---- a/Makefile.in -+++ b/Makefile.in -@@ -95,7 +95,7 @@ - LIBS = @LIBS@ - LDFLAGS = @LDFLAGS@ - RANLIB = @RANLIB@ --AR = ar cq -+AR = @AR@ cq - - prefix = /usr/X11R6 - exec_prefix = $(prefix) ---- a/rdr/Makefile.in -+++ b/rdr/Makefile.in -@@ -37,7 +37,7 @@ - LIBS = @LIBS@ - LDFLAGS = @LDFLAGS@ - RANLIB = @RANLIB@ --AR = ar cq -+AR = @AR@ cq - - .SUFFIXES: - .SUFFIXES: .cxx .c .o ---- a/rfb/Makefile.in -+++ b/rfb/Makefile.in -@@ -36,7 +36,7 @@ - LIBS = @LIBS@ - LDFLAGS = @LDFLAGS@ - RANLIB = @RANLIB@ --AR = ar cq -+AR = @AR@ cq - - .SUFFIXES: - .SUFFIXES: .cxx .c .o diff --git a/x11-misc/vnc2swf/metadata.xml b/x11-misc/vnc2swf/metadata.xml deleted file mode 100644 index 4c6374289b6c..000000000000 --- a/x11-misc/vnc2swf/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>desktop-misc@gentoo.org</email> - <name>Gentoo Desktop Miscellaneous Project</name> - </maintainer> - <longdescription> - Vnc2swf is a cross-platform screen recording tool for ShockWave Flash (swf) - format. Vnc2swf comes with two different implementations, a Python one - (pyvnc2swf) and C one (vnc2swf). - </longdescription> - <use> - <flag name="x11vnc">Install script that depends on x11vnc</flag> - </use> -</pkgmetadata> diff --git a/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild b/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild deleted file mode 100644 index a589a99435ca..000000000000 --- a/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="A tool for recording Flash SWF movies from VNC sessions" -HOMEPAGE="https://www.unixuser.org/~euske/vnc2swf/" -SRC_URI="https://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="x11vnc" - -RDEPEND=" - sys-libs/zlib - x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXt - x11vnc? ( x11-misc/x11vnc )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -PATCHES=( - "${FILESDIR}"/${P}-respect-AR.patch # bug 726264 -) - -src_prepare() { - default - sed -i -e "s:docs:html:" README || die - sed -i -e "s:-mouse ::" -e "s:./vnc2swf:vnc2swf:" recordwin.sh || die - - mv configure.{in,ac} || die - eautoconf -} - -src_install() { - dobin vnc2swf - if use x11vnc; then - # this USE flag is needed because recordwin - # only works on x11vnc - newbin recordwin.sh recordwin - fi - insinto /etc/X11/app-defaults - newins Vnc2Swf.ad Vnc2Swf - dodoc README* - - docinto html - dodoc docs/*.{html,swf} -} |