diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-28 14:14:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-28 14:15:42 +0200 |
commit | fc9559077a12195996a8fa8879a15618a492f804 (patch) | |
tree | 8ae72e50b00a2d05d4fec2616590820c97331540 /games-arcade | |
parent | dev-java/sun-jacc-api: Remove last-rited pkg (diff) | |
download | gentoo-fc9559077a12195996a8fa8879a15618a492f804.tar.gz gentoo-fc9559077a12195996a8fa8879a15618a492f804.tar.bz2 gentoo-fc9559077a12195996a8fa8879a15618a492f804.zip |
games-arcade/xevil: Remove last-rited pkg
Closes: https://bugs.gentoo.org/254510
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xevil/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/xevil/files/xevil-2.02_p2-glibc-2.10.patch | 20 | ||||
-rw-r--r-- | games-arcade/xevil/metadata.xml | 8 | ||||
-rw-r--r-- | games-arcade/xevil/xevil-2.02_p2-r1.ebuild | 43 |
4 files changed, 0 insertions, 73 deletions
diff --git a/games-arcade/xevil/Manifest b/games-arcade/xevil/Manifest deleted file mode 100644 index ec4e7fd24d32..000000000000 --- a/games-arcade/xevil/Manifest +++ /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 index 5375f2208a0d..000000000000 --- a/games-arcade/xevil/files/xevil-2.02_p2-glibc-2.10.patch +++ /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 index 78274e0fa550..000000000000 --- a/games-arcade/xevil/metadata.xml +++ /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 index 71b2f1c6fee3..000000000000 --- a/games-arcade/xevil/xevil-2.02_p2-r1.ebuild +++ /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 -} |