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/awesomenauts/
Date: Sun, 04 Dec 2016 19:04:31
Message-Id: 1480878143.6b134b7b7f1d1e2c460a3b1df65d5db91454d585.chewi@gentoo
1 commit: 6b134b7b7f1d1e2c460a3b1df65d5db91454d585
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 19:02:23 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 19:02:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b134b7b
7
8 games-action/awesomenauts: Last-riting as now only available on Steam
9
10 games-action/awesomenauts/Manifest | 1 -
11 .../awesomenauts-2013.5.21.3-r1.ebuild | 100 ---------------------
12 games-action/awesomenauts/metadata.xml | 13 ---
13 3 files changed, 114 deletions(-)
14
15 diff --git a/games-action/awesomenauts/Manifest b/games-action/awesomenauts/Manifest
16 deleted file mode 100644
17 index c71ad8a..00000000
18 --- a/games-action/awesomenauts/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST Awesomenauts-Linux-2013-5-21-3.bin 753089168 SHA256 ad35716fd0360ee711d07c67436b654e61157d2eb1c76d7857d0335d8da7a42e SHA512 d69e6fe2ef167fd67492f4a67063bcbe43c42c1a55aed545097959156a5da51500da83b3c0cd5d7221588a9a781eda6e9e9bf63a2e3f1a9202e2980680300ff1 WHIRLPOOL b70c61431f51aea70d1c7cee32109e810e48448ba2e2d7a250b7dcecc34d9ff2d6a9cbf2f94eca6da74a533357d9d0422defb69fec90a6dc07207d35e42b4189
22
23 diff --git a/games-action/awesomenauts/awesomenauts-2013.5.21.3-r1.ebuild b/games-action/awesomenauts/awesomenauts-2013.5.21.3-r1.ebuild
24 deleted file mode 100644
25 index d545675..00000000
26 --- a/games-action/awesomenauts/awesomenauts-2013.5.21.3-r1.ebuild
27 +++ /dev/null
28 @@ -1,100 +0,0 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -EAPI=5
34 -inherit eutils gnome2-utils unpacker games
35 -
36 -DESCRIPTION="Team-based competetive arena play"
37 -HOMEPAGE="http://www.awesomenauts.com/"
38 -SRC_URI="Awesomenauts-Linux-${PV//./-}.bin"
39 -
40 -LICENSE="all-rights-reserved"
41 -SLOT="0"
42 -KEYWORDS="-* amd64 x86"
43 -IUSE="bundled-libs"
44 -RESTRICT="bindist fetch bundled-libs? ( splitdebug )"
45 -
46 -MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN}
47 -QA_PREBUILT="${MYGAMEDIR#/}/Awesomenauts.bin.x86
48 - ${MYGAMEDIR#/}/Settings.bin.x86
49 - ${MYGAMEDIR#/}/lib/*"
50 -
51 -RDEPEND="
52 - virtual/opengl
53 - virtual/glu
54 - amd64? (
55 - >=virtual/opengl-7.0-r1[abi_x86_32(-)]
56 - >=virtual/glu-9.0-r1[abi_x86_32(-)]
57 - >=media-libs/freetype-2.5.0.1[abi_x86_32(-)]
58 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
59 - !bundled-libs? (
60 - >=media-libs/libtheora-1.1.1[abi_x86_32(-)]
61 - >=media-libs/libsdl-1.2.15-r4:0[X,opengl,video,abi_x86_32(-)]
62 - >=media-libs/openal-1.15.1[abi_x86_32(-)]
63 - >=media-libs/libogg-1.3.0[abi_x86_32(-)]
64 - >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
65 - >=media-gfx/nvidia-cg-toolkit-3.1.0013-r3[abi_x86_32(-)]
66 - )
67 - )
68 - x86? (
69 - media-libs/freetype
70 - x11-libs/libX11
71 - !bundled-libs? (
72 - media-gfx/nvidia-cg-toolkit
73 - media-libs/libogg
74 - media-libs/libsdl:0[X,opengl,video]
75 - media-libs/libtheora
76 - media-libs/libvorbis
77 - media-libs/openal
78 - )
79 - )"
80 -DEPEND="app-arch/unzip"
81 -
82 -S=${WORKDIR}/data
83 -
84 -pkg_nofetch() {
85 - einfo "Please buy & download ${SRC_URI} from:"
86 - einfo " ${HOMEPAGE}"
87 - einfo "and move it to ${DISTDIR}"
88 - einfo
89 -}
90 -
91 -src_unpack() {
92 - unpack_zip ${A}
93 -}
94 -
95 -src_prepare() {
96 - if use !bundled-libs ; then
97 - rm -rv lib || die
98 - fi
99 -}
100 -
101 -src_install() {
102 - insinto "${MYGAMEDIR}"
103 - doins -r *
104 -
105 - doicon -s 256 AwesomenautsIcon.png
106 - make_desktop_entry "${PN}" "Awesomenauts" "AwesomenautsIcon"
107 - games_make_wrapper "${PN}" "./Awesomenauts.bin.x86" "${MYGAMEDIR}" "${MYGAMEDIR}/lib"
108 - make_desktop_entry "${PN}-settings" "Awesomenauts (settings)" "AwesomenautsIcon"
109 - games_make_wrapper "${PN}-settings" "./Settings.bin.x86" "${MYGAMEDIR}" "${MYGAMEDIR}/lib"
110 -
111 - fperms +x "${MYGAMEDIR}"/{Awesomenauts,Settings}.bin.x86
112 -
113 - prepgamesdirs
114 -}
115 -
116 -pkg_preinst() {
117 - games_pkg_preinst
118 - gnome2_icon_savelist
119 -}
120 -
121 -pkg_postinst() {
122 - games_pkg_postinst
123 - gnome2_icon_cache_update
124 -}
125 -
126 -pkg_postrm() {
127 - gnome2_icon_cache_update
128 -}
129
130 diff --git a/games-action/awesomenauts/metadata.xml b/games-action/awesomenauts/metadata.xml
131 deleted file mode 100644
132 index b878aaa..00000000
133 --- a/games-action/awesomenauts/metadata.xml
134 +++ /dev/null
135 @@ -1,13 +0,0 @@
136 -<?xml version="1.0" encoding="UTF-8"?>
137 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
138 -<pkgmetadata>
139 - <maintainer type="project">
140 - <email>games@g.o</email>
141 - <name>Gentoo Games Project</name>
142 - </maintainer>
143 - <use>
144 - <flag name="bundled-libs">
145 - Use the upstream provided bundled libraries.
146 - </flag>
147 - </use>
148 -</pkgmetadata>