commit:     39ee7e51db8ae02b0631d4c77a8084803924f0bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 22:00:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 22:01:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ee7e51

x11-misc/xfishtank: drop 2.1-r2

Bug: https://bugs.gentoo.org/776469
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xfishtank/Manifest                        |  1 -
 .../xfishtank/files/xfishtank-2.1-implicits.patch  | 75 ----------------------
 x11-misc/xfishtank/xfishtank-2.1-r2.ebuild         | 34 ----------
 3 files changed, 110 deletions(-)

diff --git a/x11-misc/xfishtank/Manifest b/x11-misc/xfishtank/Manifest
index ca1d5ddc5b5..2763902dcbb 100644
--- a/x11-misc/xfishtank/Manifest
+++ b/x11-misc/xfishtank/Manifest
@@ -1,2 +1 @@
-DIST xfishtank-2.1tp.tar.gz 187513 BLAKE2B 
e2acec91ef52776bee82ea1b4df347b7fe509377687e74422d6dff81d7fce8a4009e4d0f45327a8401e4ae9782440d9f6478d1dd501c6e4e7d595d94b2d40b1a
 SHA512 
641efa1104685d94589c2d9d365108308cb1b0dd238dbba6dc333c5922bda371536c0e26a63645351ac245a18f2386e4c47b4a1fc2a7f4b0400d37db846976a1
 DIST xfishtank-2.5.tar.gz 153464 BLAKE2B 
0bb3121b84c3d08ea2251a70f9ad569e90fe6299ad3ee4942ec83d80483fcf4db0b0079161c28ff63461597f76b0d0532a65c1bde8aa821ff6bc92be189843f2
 SHA512 
1bfe16737bdbc2b7cf74abb98408bf632d8881f15753005424f84eba4afca756b07fa7ad424df800ee3f3e46e033b8f60142877bcd9a7e4e806e318ee283721f

diff --git a/x11-misc/xfishtank/files/xfishtank-2.1-implicits.patch 
b/x11-misc/xfishtank/files/xfishtank-2.1-implicits.patch
deleted file mode 100644
index b00118631be..00000000000
--- a/x11-misc/xfishtank/files/xfishtank-2.1-implicits.patch
+++ /dev/null
@@ -1,75 +0,0 @@
---- a/read.c
-+++ b/read.c
-@@ -1,5 +1,7 @@
- #include <X11/Xlib.h>
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include "compact.h"
- #include "medcut.h"
- 
---- a/medcut.c
-+++ b/medcut.c
-@@ -1,4 +1,5 @@
- #include <stdio.h>
-+#include <stdlib.h>
- #include "medcut.h"
- 
- #define RED     0
---- a/xfish.c
-+++ b/xfish.c
-@@ -46,6 +46,9 @@
- #endif
- 
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
- #ifdef sgi
- #define _BSD_SIGNALS
- #endif
-@@ -848,8 +850,8 @@
-       struct colr_data colrs[256];
- 
-       colormap = XDefaultColormap(Dpy, screen);
-
--      if (colormap == NULL)
-+      if (colormap == 0)
-       {
-               return;
-       }
-@@ -1812,9 +1814,11 @@
- high_res_sleep(seconds)
-     double      seconds;
- {
--    int         fds = 0;
-+    fd_set      fds;
-     struct timeval timeout;
- 
-+    FD_ZERO(&fds);
-+
-     timeout.tv_sec = seconds;
-     timeout.tv_usec = (seconds - timeout.tv_sec) * 1000000.0;
-     select(0, &fds, &fds, &fds, &timeout);
---- a/makeh.c
-+++ b/makeh.c
-@@ -1,6 +1,6 @@
--
-+#include <stdlib.h>
- #include <stdio.h>
--
-+#include <string.h>
- main()
- {
-       FILE *fp;
---- a/gifread.c
-+++ b/gifread.c
-@@ -56,6 +56,8 @@
- 
- #include <X11/Xlib.h>
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #if  defined(SYSV) || defined(SVR4)
- #include <string.h>
- #else /* SYSV */

diff --git a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild 
b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
deleted file mode 100644
index 3e5fbb14c7e..00000000000
--- a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MY_P=${P}tp
-
-DESCRIPTION="Turns your root window into an aquarium"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/";
-SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-       x11-libs/libXt
-       x11-libs/libXext"
-DEPEND="${RDEPEND}
-       x11-base/xorg-proto
-       x11-misc/imake"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-implicits.patch )
-
-src_compile() {
-       xmkmf || die
-       emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
-               EXTRA_LDOPTIONS="${LDFLAGS}" ${PN}
-}

Reply via email to