games-arcade/xevil: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Jul 2018 12:14:38 +0000 (14:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Jul 2018 12:15:42 +0000 (14:15 +0200)
Closes: https://bugs.gentoo.org/254510

games-arcade/xevil/Manifest [deleted file]
games-arcade/xevil/files/xevil-2.02_p2-glibc-2.10.patch [deleted file]
games-arcade/xevil/metadata.xml [deleted file]
games-arcade/xevil/xevil-2.02_p2-r1.ebuild [deleted file]
profiles/package.mask

diff --git a/games-arcade/xevil/Manifest b/games-arcade/xevil/Manifest
deleted file mode 100644 (file)
index ec4e7fd..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xevil_2.02r2-7.diff.gz 31205 BLAKE2B b90dcff021633e92ad8ab41f9715b05aa2661be68ad2bce303ac9c86056b265852e1112739b5da030eb3b5e90afded0858fbcf8f083e64154005a04ee8535f2c SHA512 03fbe2aa62b3856bef6af824444c484dced8a627087ba68ad946c3bfce7d0c0b5138902ea7668927d22ad37925daa07b489a2e70aa680cf477367c87833e1a58
-DIST xevilsrc2.02r2.zip 1857315 BLAKE2B e2d2272e81cc676089343288a95b56960837d6c50e68b89bb2fd563d23ed4b511fec2f7af34522fe003dfd626d5f75483872f9a827e29a75a7fcd57101a2e926 SHA512 ce9422da914234290797258f22fa5f8d6502dc5930eac1c3ce92d708196050ce5d75761c987e2d28b167699460b9c8fd72596242983a0b8ba6d2008c72b2354f
diff --git a/games-arcade/xevil/files/xevil-2.02_p2-glibc-2.10.patch b/games-arcade/xevil/files/xevil-2.02_p2-glibc-2.10.patch
deleted file mode 100644 (file)
index 5375f22..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -ur cmn.old/utils.h cmn/utils.h
---- cmn.old/utils.h    2009-08-22 02:16:21.000000000 +0300
-+++ cmn/utils.h        2009-08-22 02:26:33.000000000 +0300
-@@ -238,13 +238,13 @@
-      same. */
-   static char* strchr(const char* cs,int c)
--    {return ::strchr(cs,c);}
-+    {return const_cast<char*>(::strchr(cs,c));}
-   static char* strrchr(const char* cs,int c)
--    {return ::strrchr(cs,c);}
-+    {return const_cast<char*>(::strrchr(cs,c));}
-   static char* strstr(const char* cs,const char* ct)
--    {return ::strstr(cs,ct);}
-+    {return const_cast<char*>(::strstr(cs,ct));}
-   static void strcpy(char* s,const char* ct)
-     {::strcpy(s,ct);}
diff --git a/games-arcade/xevil/metadata.xml b/games-arcade/xevil/metadata.xml
deleted file mode 100644 (file)
index 78274e0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-       <email>games@gentoo.org</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/games-arcade/xevil/xevil-2.02_p2-r1.ebuild b/games-arcade/xevil/xevil-2.02_p2-r1.ebuild
deleted file mode 100644 (file)
index 71b2f1c..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DEB_PATCH=7
-MY_PV=${PV/_p/r}
-DESCRIPTION="3rd person, side-view, fast-action, kill-them-before-they-kill-you game"
-HOMEPAGE="http://www.xevil.com/"
-SRC_URI="http://www.xevil.com/download/stable/xevilsrc${MY_PV}.zip
-       mirror://debian/pool/main/x/xevil/xevil_${MY_PV}-${DEB_PATCH}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
-
-S=${WORKDIR}
-
-src_prepare() {
-       edos2unix readme.txt x11/*.{cpp,h} cmn/*.{cpp,h} makefile config.mk
-       epatch "${WORKDIR}"/xevil_${MY_PV}-${DEB_PATCH}.diff
-       sed -i \
-               -e 's:-static::' \
-               -e 's/CC="g++"/CC=$(CXX)/' \
-               -e "s:CFLAGS=\":CFLAGS=\"${CXXFLAGS} :g" \
-               -e 's:-lXpm:-lXpm -lpthread:g' \
-               -e "s:LINK_FLAGS=\":LINK_FLAGS=\"${LDFLAGS} :" \
-               config.mk || die
-       epatch "${FILESDIR}"/${P}-glibc-2.10.patch
-}
-
-src_install() {
-       dogamesbin x11/REDHAT_LINUX/xevil
-       newgamesbin x11/REDHAT_LINUX/serverping xevil-serverping
-       dodoc readme.txt
-       prepgamesdirs
-}
index 2633fa04e6d4e113366a1e1eefe88a99846ccbaa..e2763b9191d6e0a05382955413589f26022f1112 100644 (file)
@@ -211,11 +211,6 @@ app-i18n/qimhangul
 # and start actively maintaining it.  Otherwise -- removal in 90 days.
 sys-apps/paludis
 
-# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
-# Doesn't work on amd64, upstream dead for ages, bug #254510
-# Removal in a month.
-games-arcade/xevil
-
 # Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
 # Dead since 2013, not compatible with latest profiles (#642568). Removal in
 # a month