Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/xevil/files/, games-arcade/xevil/
Date: Sat, 28 Jul 2018 12:16:01
Message-Id: 1532780142.fc9559077a12195996a8fa8879a15618a492f804.mgorny@gentoo
1 commit: fc9559077a12195996a8fa8879a15618a492f804
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 12:14:38 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 12:15:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc955907
7
8 games-arcade/xevil: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/254510
11
12 games-arcade/xevil/Manifest | 2 -
13 .../xevil/files/xevil-2.02_p2-glibc-2.10.patch | 20 ----------
14 games-arcade/xevil/metadata.xml | 8 ----
15 games-arcade/xevil/xevil-2.02_p2-r1.ebuild | 43 ----------------------
16 profiles/package.mask | 5 ---
17 5 files changed, 78 deletions(-)
18
19 diff --git a/games-arcade/xevil/Manifest b/games-arcade/xevil/Manifest
20 deleted file mode 100644
21 index ec4e7fd24d3..00000000000
22 --- a/games-arcade/xevil/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST xevil_2.02r2-7.diff.gz 31205 BLAKE2B b90dcff021633e92ad8ab41f9715b05aa2661be68ad2bce303ac9c86056b265852e1112739b5da030eb3b5e90afded0858fbcf8f083e64154005a04ee8535f2c SHA512 03fbe2aa62b3856bef6af824444c484dced8a627087ba68ad946c3bfce7d0c0b5138902ea7668927d22ad37925daa07b489a2e70aa680cf477367c87833e1a58
26 -DIST xevilsrc2.02r2.zip 1857315 BLAKE2B e2d2272e81cc676089343288a95b56960837d6c50e68b89bb2fd563d23ed4b511fec2f7af34522fe003dfd626d5f75483872f9a827e29a75a7fcd57101a2e926 SHA512 ce9422da914234290797258f22fa5f8d6502dc5930eac1c3ce92d708196050ce5d75761c987e2d28b167699460b9c8fd72596242983a0b8ba6d2008c72b2354f
27
28 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
29 deleted file mode 100644
30 index 5375f2208a0..00000000000
31 --- a/games-arcade/xevil/files/xevil-2.02_p2-glibc-2.10.patch
32 +++ /dev/null
33 @@ -1,20 +0,0 @@
34 -diff -ur cmn.old/utils.h cmn/utils.h
35 ---- cmn.old/utils.h 2009-08-22 02:16:21.000000000 +0300
36 -+++ cmn/utils.h 2009-08-22 02:26:33.000000000 +0300
37 -@@ -238,13 +238,13 @@
38 - same. */
39 -
40 - static char* strchr(const char* cs,int c)
41 -- {return ::strchr(cs,c);}
42 -+ {return const_cast<char*>(::strchr(cs,c));}
43 -
44 - static char* strrchr(const char* cs,int c)
45 -- {return ::strrchr(cs,c);}
46 -+ {return const_cast<char*>(::strrchr(cs,c));}
47 -
48 - static char* strstr(const char* cs,const char* ct)
49 -- {return ::strstr(cs,ct);}
50 -+ {return const_cast<char*>(::strstr(cs,ct));}
51 -
52 - static void strcpy(char* s,const char* ct)
53 - {::strcpy(s,ct);}
54
55 diff --git a/games-arcade/xevil/metadata.xml b/games-arcade/xevil/metadata.xml
56 deleted file mode 100644
57 index 78274e0fa55..00000000000
58 --- a/games-arcade/xevil/metadata.xml
59 +++ /dev/null
60 @@ -1,8 +0,0 @@
61 -<?xml version="1.0" encoding="UTF-8"?>
62 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 -<pkgmetadata>
64 -<maintainer type="project">
65 - <email>games@g.o</email>
66 - <name>Gentoo Games Project</name>
67 -</maintainer>
68 -</pkgmetadata>
69
70 diff --git a/games-arcade/xevil/xevil-2.02_p2-r1.ebuild b/games-arcade/xevil/xevil-2.02_p2-r1.ebuild
71 deleted file mode 100644
72 index 71b2f1c6fee..00000000000
73 --- a/games-arcade/xevil/xevil-2.02_p2-r1.ebuild
74 +++ /dev/null
75 @@ -1,43 +0,0 @@
76 -# Copyright 1999-2015 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -inherit eutils games
81 -
82 -DEB_PATCH=7
83 -MY_PV=${PV/_p/r}
84 -DESCRIPTION="3rd person, side-view, fast-action, kill-them-before-they-kill-you game"
85 -HOMEPAGE="http://www.xevil.com/"
86 -SRC_URI="http://www.xevil.com/download/stable/xevilsrc${MY_PV}.zip
87 - mirror://debian/pool/main/x/xevil/xevil_${MY_PV}-${DEB_PATCH}.diff.gz"
88 -
89 -LICENSE="GPL-2"
90 -SLOT="0"
91 -KEYWORDS="~x86"
92 -IUSE=""
93 -
94 -RDEPEND="x11-libs/libXpm"
95 -DEPEND="${RDEPEND}
96 - app-arch/unzip"
97 -
98 -S=${WORKDIR}
99 -
100 -src_prepare() {
101 - edos2unix readme.txt x11/*.{cpp,h} cmn/*.{cpp,h} makefile config.mk
102 - epatch "${WORKDIR}"/xevil_${MY_PV}-${DEB_PATCH}.diff
103 - sed -i \
104 - -e 's:-static::' \
105 - -e 's/CC="g++"/CC=$(CXX)/' \
106 - -e "s:CFLAGS=\":CFLAGS=\"${CXXFLAGS} :g" \
107 - -e 's:-lXpm:-lXpm -lpthread:g' \
108 - -e "s:LINK_FLAGS=\":LINK_FLAGS=\"${LDFLAGS} :" \
109 - config.mk || die
110 - epatch "${FILESDIR}"/${P}-glibc-2.10.patch
111 -}
112 -
113 -src_install() {
114 - dogamesbin x11/REDHAT_LINUX/xevil
115 - newgamesbin x11/REDHAT_LINUX/serverping xevil-serverping
116 - dodoc readme.txt
117 - prepgamesdirs
118 -}
119
120 diff --git a/profiles/package.mask b/profiles/package.mask
121 index 2633fa04e6d..e2763b9191d 100644
122 --- a/profiles/package.mask
123 +++ b/profiles/package.mask
124 @@ -211,11 +211,6 @@ app-i18n/qimhangul
125 # and start actively maintaining it. Otherwise -- removal in 90 days.
126 sys-apps/paludis
127
128 -# Pacho Ramos <pacho@g.o> (17 Jun 2018)
129 -# Doesn't work on amd64, upstream dead for ages, bug #254510
130 -# Removal in a month.
131 -games-arcade/xevil
132 -
133 # Pacho Ramos <pacho@g.o> (17 Jun 2018)
134 # Dead since 2013, not compatible with latest profiles (#642568). Removal in
135 # a month