Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/vgba/
Date: Sun, 29 Apr 2018 13:07:05
Message-Id: 1525007196.47abbb8504dda5882431d285eb4868e3f2c27a3d.pacho@gentoo
1 commit: 47abbb8504dda5882431d285eb4868e3f2c27a3d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 12:21:57 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 13:06:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47abbb85
7
8 games-emulation/vgba: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-emulation/vgba/vgba-4.8.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/games-emulation/vgba/vgba-4.8.ebuild b/games-emulation/vgba/vgba-4.8.ebuild
16 deleted file mode 100644
17 index 8b599b4ca91..00000000000
18 --- a/games-emulation/vgba/vgba-4.8.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit games
26 -
27 -DESCRIPTION="Gameboy Advance (GBA) emulator for Linux"
28 -HOMEPAGE="http://www.komkon.org/fms/VGBA/"
29 -SRC_URI="http://fms.komkon.org/VGBA/VGBA${PV/.}-Linux-Ubuntu-bin.tgz"
30 -
31 -LICENSE="VGBA"
32 -SLOT="0"
33 -KEYWORDS="-* ~x86"
34 -RESTRICT="strip"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/libXext
38 - sys-libs/zlib"
39 -
40 -QA_PREBUILT="${GAMES_PREFIX_OPT:1}/bin/vgba"
41 -
42 -S=${WORKDIR}
43 -
44 -src_install() {
45 - into "${GAMES_PREFIX_OPT}"
46 - dobin vgba
47 - dohtml VGBA.html
48 - prepgamesdirs
49 -}