Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/armagetronad/
Date: Sun, 01 Oct 2017 12:34:42
Message-Id: 1506861263.f5af4251ae07dc4a0921739827db1074e723704e.kensington@gentoo
1 commit: f5af4251ae07dc4a0921739827db1074e723704e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 1 12:34:12 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 12:34:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5af4251
7
8 games-action/armagetronad: remove 0.2.8.3.2/0.2.8.3.3
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 games-action/armagetronad/Manifest | 1 -
13 .../armagetronad/armagetronad-0.2.8.3.2.ebuild | 75 ----------------------
14 .../armagetronad/armagetronad-0.2.8.3.3.ebuild | 71 --------------------
15 3 files changed, 147 deletions(-)
16
17 diff --git a/games-action/armagetronad/Manifest b/games-action/armagetronad/Manifest
18 index 39565fbf330..2a6d4fa205e 100644
19 --- a/games-action/armagetronad/Manifest
20 +++ b/games-action/armagetronad/Manifest
21 @@ -1,2 +1 @@
22 -DIST armagetronad-0.2.8.3.2.src.tar.bz2 1841407 SHA256 f444e481de94e6c0e3933c709d46effd2adfe823f5ef44768adcc8003b8ba7c5 SHA512 ffe16d55d4ea3c9e3f4f8828a9ffb09274b20a33c6d5c91cccbe846fa93f7d1d78e565db3c9403debf9f7bfde76322477a84349d85b475ed20c184da281107a4 WHIRLPOOL f04902c7bf3b13ec35497202a658ef96846b59d4245c72a17793b186d06a8f2d2dc1960b563b785cfb46aa9e2252a8ba22436df44e4ccfa2e8c872b4eb51eb4a
23 DIST armagetronad-0.2.8.3.3.src.tar.bz2 1857868 SHA256 ddf2d781b134392e9667f17e0319ae2117c20e6eb7738e3cacd701f3608ea5e8 SHA512 05dd7db10efdac0e681133d07384b0e3c2edea328433f1d906e36b5f70960bf502df8d496967981b6bd67e1a119af9a5bbd71b0c824f790921deb3165165dc3f WHIRLPOOL 731b3e8d8647948e016e4dbfa3733f666838d0b4e47f997e149b947741d3b566d9aa1492dc570064e0005c92b0c04f4c74ad4a0278ff7018b028d9c431af135d
24
25 diff --git a/games-action/armagetronad/armagetronad-0.2.8.3.2.ebuild b/games-action/armagetronad/armagetronad-0.2.8.3.2.ebuild
26 deleted file mode 100644
27 index 67ec0560d56..00000000000
28 --- a/games-action/armagetronad/armagetronad-0.2.8.3.2.ebuild
29 +++ /dev/null
30 @@ -1,75 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit eutils gnome2-utils games
37 -
38 -DESCRIPTION="Fast-paced 3D lightcycle game based on Tron"
39 -HOMEPAGE="http://armagetronad.org/"
40 -SRC_URI="https://launchpad.net/armagetronad/${PV:0:5}/${PV}/+download/armagetronad-${PV}.src.tar.bz2"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="dedicated sound"
46 -
47 -RDEPEND="
48 - dev-libs/libxml2
49 - !dedicated? (
50 - media-libs/libpng:0
51 - media-libs/sdl-image[jpeg,png]
52 - virtual/glu
53 - virtual/opengl
54 - sound? (
55 - media-libs/libsdl[X,sound,opengl,video]
56 - media-libs/sdl-mixer
57 - )
58 - !sound? ( media-libs/libsdl[X,opengl,video] )
59 - )"
60 -DEPEND="${RDEPEND}"
61 -
62 -src_prepare() {
63 - sed -i \
64 - -e 's/"png_check_sig"/"png_sig_cmp"/' \
65 - -e 's#aa_docdir=.*$#aa_docdir=${docdir}#' \
66 - configure || die
67 -}
68 -
69 -src_configure() {
70 - # --enable-games just messes up paths
71 - egamesconf \
72 - --docdir=/usr/share/doc/${PF} \
73 - $(use_enable dedicated) \
74 - $(use_enable sound music) \
75 - --disable-sysinstall \
76 - --disable-useradd \
77 - --disable-uninstall \
78 - --disable-games
79 -}
80 -
81 -src_install() {
82 - emake -j1 DESTDIR="${D}" install
83 - einstalldocs
84 -
85 - # misplaced desktop-file/icons
86 - rm -rf "${ED%/}${GAMES_DATADIR}"/armagetronad/desktop
87 - doicon -s 48 desktop/icons/large/armagetronad.png
88 - make_desktop_entry ${PN}
89 -
90 - prepgamesdirs
91 -}
92 -
93 -pkg_preinst() {
94 - games_pkg_preinst
95 - gnome2_icon_savelist
96 -}
97 -
98 -pkg_postinst() {
99 - games_pkg_postinst
100 - gnome2_icon_cache_update
101 -}
102 -
103 -pkg_postrm() {
104 - gnome2_icon_cache_update
105 -}
106
107 diff --git a/games-action/armagetronad/armagetronad-0.2.8.3.3.ebuild b/games-action/armagetronad/armagetronad-0.2.8.3.3.ebuild
108 deleted file mode 100644
109 index 343fef44d03..00000000000
110 --- a/games-action/armagetronad/armagetronad-0.2.8.3.3.ebuild
111 +++ /dev/null
112 @@ -1,71 +0,0 @@
113 -# Copyright 1999-2016 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=5
117 -inherit eutils gnome2-utils games
118 -
119 -DESCRIPTION="Fast-paced 3D lightcycle game based on Tron"
120 -HOMEPAGE="http://armagetronad.org/"
121 -SRC_URI="https://launchpad.net/armagetronad/${PV:0:5}/${PV:0:7}.x/+download/armagetronad-${PV}.src.tar.bz2"
122 -
123 -LICENSE="GPL-2+"
124 -SLOT="0"
125 -KEYWORDS="amd64 x86"
126 -IUSE="dedicated sound"
127 -
128 -RDEPEND="
129 - dev-libs/libxml2
130 - !dedicated? (
131 - media-libs/libpng:0
132 - media-libs/sdl-image[jpeg,png]
133 - virtual/glu
134 - virtual/opengl
135 - media-libs/libsdl[X,opengl,video]
136 - sound? (
137 - media-libs/libsdl[sound]
138 - media-libs/sdl-mixer
139 - )
140 - )"
141 -DEPEND=${RDEPEND}
142 -
143 -src_prepare() {
144 - sed -i -e 's#aa_docdir=.*$#aa_docdir=${docdir}#' configure || die
145 -}
146 -
147 -src_configure() {
148 - # --enable-games just messes up paths
149 - egamesconf \
150 - --docdir=/usr/share/doc/${PF} \
151 - $(use_enable dedicated) \
152 - $(use_enable sound music) \
153 - --disable-sysinstall \
154 - --disable-useradd \
155 - --disable-uninstall \
156 - --disable-games
157 -}
158 -
159 -src_install() {
160 - emake -j1 DESTDIR="${D}" install
161 - einstalldocs
162 -
163 - # misplaced desktop-file/icons
164 - rm -rf "${ED%/}${GAMES_DATADIR}"/armagetronad/desktop
165 - doicon -s 48 desktop/icons/large/armagetronad.png
166 - make_desktop_entry ${PN}
167 -
168 - prepgamesdirs
169 -}
170 -
171 -pkg_preinst() {
172 - games_pkg_preinst
173 - gnome2_icon_savelist
174 -}
175 -
176 -pkg_postinst() {
177 - games_pkg_postinst
178 - gnome2_icon_cache_update
179 -}
180 -
181 -pkg_postrm() {
182 - gnome2_icon_cache_update
183 -}