From a8a80d83066f8180e726a684eefc4e11b2577a24 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Wed, 26 May 2021 10:01:05 +0100 Subject: x11-misc/xstroke: Remove last-rited pkg Closes: https://bugs.gentoo.org/782727 Signed-off-by: Jakov Smolic Signed-off-by: Sam James --- profiles/package.mask | 5 --- x11-misc/xstroke/Manifest | 1 - .../files/xstroke-0.6-sigsegv_sprintf.patch | 13 -------- .../xstroke/files/xstroke-0.6-underlinking.patch | 11 ------ x11-misc/xstroke/metadata.xml | 11 ------ x11-misc/xstroke/xstroke-0.6-r1.ebuild | 39 ---------------------- 6 files changed, 80 deletions(-) delete mode 100644 x11-misc/xstroke/Manifest delete mode 100644 x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch delete mode 100644 x11-misc/xstroke/files/xstroke-0.6-underlinking.patch delete mode 100644 x11-misc/xstroke/metadata.xml delete mode 100644 x11-misc/xstroke/xstroke-0.6-r1.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index 1c03fe56051a..0e16e8ad6138 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -627,11 +627,6 @@ x11-themes/gtk-engines-aurora # Removal on 2021-06-01. Bug #782730. x11-misc/superswitcher -# Jonas Stein (2021-04-14) -# dead upstream, no valid SRC_URI -# Removal on 2021-06-01. Bug #782727. -x11-misc/xstroke - # Lars Wendler (2021-04-08) # Masked for testing >=app-crypt/gnupg-2.3.0 diff --git a/x11-misc/xstroke/Manifest b/x11-misc/xstroke/Manifest deleted file mode 100644 index 9053cdd5b36b..000000000000 --- a/x11-misc/xstroke/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xstroke-0.6.tar.bz2 140237 BLAKE2B 0419c0375e8579d758730d129c2d2db0de8ecc2f0c73a026b08db8e18818dc2c4d1c4ffff6e9794c48bd645176decbce2e477e182cf78402fc859234438266a3 SHA512 0fb75f20dfcb8db68bb17d50a9dea2906e17ee1d8675bb7b4dea964189aa69c8bfcc101d7e7fac22209da3f83fc0d0afd569d443d3f585bffa2d62ce11ad772a diff --git a/x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch b/x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch deleted file mode 100644 index b36958849f53..000000000000 --- a/x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nru xstroke-0.6.vanilla/sprintf_alloc.c xstroke-0.6/sprintf_alloc.c ---- xstroke-0.6.vanilla/sprintf_alloc.c 2005-11-26 01:55:32.000000000 +0100 -+++ xstroke-0.6/sprintf_alloc.c 2005-11-26 01:55:55.000000000 +0100 -@@ -74,7 +74,8 @@ - { - char *new_str; - /* Guess we need no more than 100 bytes. */ -- int n, size = 100; -+ /* yeah... right... */ -+ int n, size = 512; - - if ((*str = malloc (size)) == NULL) - return -1; diff --git a/x11-misc/xstroke/files/xstroke-0.6-underlinking.patch b/x11-misc/xstroke/files/xstroke-0.6-underlinking.patch deleted file mode 100644 index 52b39ddf4512..000000000000 --- a/x11-misc/xstroke/files/xstroke-0.6-underlinking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -40,7 +40,7 @@ - BUILT_SOURCES = rec_parse.h rec_lex.h rec_lex.c - AM_YFLAGS = -d - --xstroke_LDADD = @XSTROKE_LIBS@ -lm -lpthread $(X_LIBS) -lXpm -lXtst -+xstroke_LDADD = @XSTROKE_LIBS@ -lm -lpthread $(X_LIBS) -lXpm -lXtst -lX11 -lXrender -lXext -ldl - AM_CFLAGS = @XSTROKE_CFLAGS@ -DXSTROKE_CONF_DIR='"$(sysconfdir)/xstroke"' $(X_CFLAGS) - - EXTRA_DIST = xstroke_active.xpm xstroke_inactive.xpm etc/alphabet diff --git a/x11-misc/xstroke/metadata.xml b/x11-misc/xstroke/metadata.xml deleted file mode 100644 index 4150784c3af2..000000000000 --- a/x11-misc/xstroke/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - desktop-misc@gentoo.org - Gentoo Desktop Miscellaneous Project - - - xstroke - - diff --git a/x11-misc/xstroke/xstroke-0.6-r1.ebuild b/x11-misc/xstroke/xstroke-0.6-r1.ebuild deleted file mode 100644 index a3662daa1904..000000000000 --- a/x11-misc/xstroke/xstroke-0.6-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Gesture/Handwriting recognition engine for X" -HOMEPAGE="http://freshmeat.net/projects/xstroke/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc sparc x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft - x11-libs/libXpm - x11-libs/libXrender - x11-libs/libXtst" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto" -BDEPEND=" - sys-devel/flex - virtual/pkgconfig - virtual/yacc" - -PATCHES=( - "${FILESDIR}"/${P}-sigsegv_sprintf.patch - "${FILESDIR}"/${P}-underlinking.patch -) - -src_prepare() { - default - eautoreconf -} -- cgit v1.2.3-65-gdbad