public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/xevil/files/, games-arcade/xevil/
@ 2018-07-28 12:15 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-07-28 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     fc9559077a12195996a8fa8879a15618a492f804
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 12:14:38 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 12:15:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc955907

games-arcade/xevil: Remove last-rited pkg

Closes: https://bugs.gentoo.org/254510

 games-arcade/xevil/Manifest                        |  2 -
 .../xevil/files/xevil-2.02_p2-glibc-2.10.patch     | 20 ----------
 games-arcade/xevil/metadata.xml                    |  8 ----
 games-arcade/xevil/xevil-2.02_p2-r1.ebuild         | 43 ----------------------
 profiles/package.mask                              |  5 ---
 5 files changed, 78 deletions(-)

diff --git a/games-arcade/xevil/Manifest b/games-arcade/xevil/Manifest
deleted file mode 100644
index ec4e7fd24d3..00000000000
--- 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 5375f2208a0..00000000000
--- 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 78274e0fa55..00000000000
--- 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 71b2f1c6fee..00000000000
--- 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 2633fa04e6d..e2763b9191d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-28 12:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 12:15 [gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/xevil/files/, games-arcade/xevil/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox