Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/abuse/files/, games-action/abuse/
Date: Sun, 17 Feb 2019 09:52:16
Message-Id: 1550397122.a4f6bc355e6574d7752f053b2c0ec0f982599d35.chewi@gentoo
1 commit: a4f6bc355e6574d7752f053b2c0ec0f982599d35
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 09:52:02 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 09:52:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f6bc35
7
8 games-action/abuse: Drop old 0.8 ebuilds
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-action/abuse/abuse-0.8-r1.ebuild | 42 ----------------------
14 games-action/abuse/abuse-0.8-r2.ebuild | 41 ---------------------
15 games-action/abuse/files/abuse-0.8-gentoo-r1.patch | 12 -------
16 games-action/abuse/files/abuse-0.8-gentoo.patch | 24 -------------
17 4 files changed, 119 deletions(-)
18
19 diff --git a/games-action/abuse/abuse-0.8-r1.ebuild b/games-action/abuse/abuse-0.8-r1.ebuild
20 deleted file mode 100644
21 index 29a6bbc7fda..00000000000
22 --- a/games-action/abuse/abuse-0.8-r1.ebuild
23 +++ /dev/null
24 @@ -1,42 +0,0 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=6
29 -
30 -inherit autotools desktop
31 -
32 -DESCRIPTION="Port of Abuse by Crack Dot Com"
33 -HOMEPAGE="http://abuse.zoy.org/"
34 -SRC_URI="http://abuse.zoy.org/raw-attachment/wiki/download/${P}.tar.gz"
35 -
36 -LICENSE="GPL-2 WTFPL-2"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40 -
41 -DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video]
42 - media-libs/sdl-mixer
43 - virtual/opengl"
44 -RDEPEND="${DEPEND}"
45 -
46 -PATCHES=(
47 - "${FILESDIR}"/${P}-gentoo.patch
48 -)
49 -
50 -src_prepare() {
51 - default
52 - eautoreconf
53 -}
54 -
55 -src_install() {
56 - # Source-based install
57 - default
58 -
59 - doicon doc/${PN}.png
60 - make_desktop_entry abuse Abuse
61 -}
62 -
63 -pkg_postinst() {
64 - elog "NOTE: If you had previous version of abuse installed"
65 - elog "you may need to remove ~/.abuse for the game to work correctly."
66 -}
67
68 diff --git a/games-action/abuse/abuse-0.8-r2.ebuild b/games-action/abuse/abuse-0.8-r2.ebuild
69 deleted file mode 100644
70 index 515f3cde59a..00000000000
71 --- a/games-action/abuse/abuse-0.8-r2.ebuild
72 +++ /dev/null
73 @@ -1,41 +0,0 @@
74 -# Copyright 1999-2018 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=7
78 -inherit autotools desktop
79 -
80 -DESCRIPTION="Port of Abuse by Crack Dot Com"
81 -HOMEPAGE="http://abuse.zoy.org/"
82 -SRC_URI="http://abuse.zoy.org/raw-attachment/wiki/download/${P}.tar.gz"
83 -
84 -LICENSE="GPL-2 WTFPL-2"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE=""
88 -
89 -DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video]
90 - media-libs/sdl-mixer
91 - virtual/opengl"
92 -RDEPEND="${DEPEND}"
93 -
94 -PATCHES=(
95 - "${FILESDIR}"/${P}-gentoo-r1.patch
96 -)
97 -
98 -src_prepare() {
99 - default
100 - eautoreconf
101 -}
102 -
103 -src_configure() {
104 - # Prevent segfault at start: https://bugs.archlinux.org/task/52915
105 - econf --enable-debug
106 -}
107 -
108 -src_install() {
109 - # Source-based install
110 - default
111 -
112 - doicon doc/${PN}.png
113 - make_desktop_entry abuse Abuse
114 -}
115
116 diff --git a/games-action/abuse/files/abuse-0.8-gentoo-r1.patch b/games-action/abuse/files/abuse-0.8-gentoo-r1.patch
117 deleted file mode 100644
118 index 8be2eaf9258..00000000000
119 --- a/games-action/abuse/files/abuse-0.8-gentoo-r1.patch
120 +++ /dev/null
121 @@ -1,12 +0,0 @@
122 -diff -ru abuse-0.8.orig/Makefile.am abuse-0.8/Makefile.am
123 ---- abuse-0.8.orig/Makefile.am 2011-05-09 03:58:04.000000000 -0400
124 -+++ abuse-0.8/Makefile.am 2011-05-16 22:22:51.642655295 -0400
125 -@@ -2,8 +2,6 @@
126 -
127 - SUBDIRS = src data doc
128 -
129 --EXTRA_DIST = COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap
130 --
131 - dist-hook:
132 - @echo ""
133 - @echo " ===================================================="
134
135 diff --git a/games-action/abuse/files/abuse-0.8-gentoo.patch b/games-action/abuse/files/abuse-0.8-gentoo.patch
136 deleted file mode 100644
137 index c5d97834d9e..00000000000
138 --- a/games-action/abuse/files/abuse-0.8-gentoo.patch
139 +++ /dev/null
140 @@ -1,24 +0,0 @@
141 -diff -ru abuse-0.8.orig/Makefile.am abuse-0.8/Makefile.am
142 ---- abuse-0.8.orig/Makefile.am 2011-05-09 03:58:04.000000000 -0400
143 -+++ abuse-0.8/Makefile.am 2011-05-16 22:22:51.642655295 -0400
144 -@@ -2,8 +2,6 @@
145 -
146 - SUBDIRS = src data doc
147 -
148 --EXTRA_DIST = COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap
149 --
150 - dist-hook:
151 - @echo ""
152 - @echo " ===================================================="
153 -diff -ru abuse-0.8.orig/configure.ac abuse-0.8/configure.ac
154 ---- abuse-0.8.orig/configure.ac 2011-05-09 03:58:04.000000000 -0400
155 -+++ abuse-0.8/configure.ac 2011-05-16 22:22:35.771824632 -0400
156 -@@ -90,8 +90,6 @@
157 - fi
158 - AM_CONDITIONAL(HAVE_NONFREE, test "${ac_cv_have_nonfree}" = "yes")
159 -
160 --# Optimizations
161 --CXXFLAGS="${CXXFLAGS} ${OPT} ${REL}"
162 - # Code qui fait des warnings == code de porc == deux baffes dans ta gueule
163 - CXXFLAGS="${CXXFLAGS} -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wsign-compare"
164 -