+++ /dev/null
-DIST xevil_2.02r2-7.diff.gz 31205 BLAKE2B b90dcff021633e92ad8ab41f9715b05aa2661be68ad2bce303ac9c86056b265852e1112739b5da030eb3b5e90afded0858fbcf8f083e64154005a04ee8535f2c SHA512 03fbe2aa62b3856bef6af824444c484dced8a627087ba68ad946c3bfce7d0c0b5138902ea7668927d22ad37925daa07b489a2e70aa680cf477367c87833e1a58
-DIST xevilsrc2.02r2.zip 1857315 BLAKE2B e2d2272e81cc676089343288a95b56960837d6c50e68b89bb2fd563d23ed4b511fec2f7af34522fe003dfd626d5f75483872f9a827e29a75a7fcd57101a2e926 SHA512 ce9422da914234290797258f22fa5f8d6502dc5930eac1c3ce92d708196050ce5d75761c987e2d28b167699460b9c8fd72596242983a0b8ba6d2008c72b2354f
+++ /dev/null
-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);}
+++ /dev/null
-<?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>
+++ /dev/null
-# 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
-}
# 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