Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/handy/
Date: Thu, 27 Aug 2015 19:29:47
Message-Id: 1440703769.37bc0d521ea856aace40015be3addcf50e4443e6.mr_bones_@gentoo
1 commit: 37bc0d521ea856aace40015be3addcf50e4443e6
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 19:26:46 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 19:29:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bc0d52
7
8 games-emulation/handy is gone
9
10 games-emulation/handy/Manifest | 1 -
11 games-emulation/handy/handy-0.82.ebuild | 38 ---------------------------------
12 games-emulation/handy/metadata.xml | 5 -----
13 3 files changed, 44 deletions(-)
14
15 diff --git a/games-emulation/handy/Manifest b/games-emulation/handy/Manifest
16 deleted file mode 100644
17 index 5cdcb73..0000000
18 --- a/games-emulation/handy/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST Handy-SDL-0.82R1.i386.linux-glibc22.tar.bz2 158228 SHA256 7e92ddae265172d308f996c9a1a2259ad3cec7e2ab39a0422aa86118127ab5b1 SHA512 d1280f29c63b38a9ab525e6e319458f85e64caa07780946b0f54f923a50e0f7a9ead990171bc3a5dc3913e4de470973c6a1cfeea122fe72f7c1f34d4450bea83 WHIRLPOOL c6342b7e0446ef4ae126cb3a4551c9a5b925b82832c49dcbfadc521af3ba78927b7beb8a97762dedd1ed28ae7f6aa3233b01dc522b1f434e99929074697ac74a
22
23 diff --git a/games-emulation/handy/handy-0.82.ebuild b/games-emulation/handy/handy-0.82.ebuild
24 deleted file mode 100644
25 index c10eba3..0000000
26 --- a/games-emulation/handy/handy-0.82.ebuild
27 +++ /dev/null
28 @@ -1,38 +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 games
35 -
36 -MY_RLS="R1"
37 -DESCRIPTION="A Atari Lynx emulator for Linux"
38 -HOMEPAGE="http://sdlemu.ngemu.com/handysdl.php"
39 -SRC_URI="http://sdlemu.ngemu.com/releases/Handy-SDL-${PV}${MY_RLS}.i386.linux-glibc22.tar.bz2"
40 -
41 -# Closed source, but docs/Handy.html says that it "does not contain
42 -# any copyrighted materials"
43 -LICENSE="public-domain no-source-code"
44 -SLOT="0"
45 -KEYWORDS="-* ~x86"
46 -RESTRICT="strip"
47 -IUSE=""
48 -
49 -RDEPEND="media-libs/libsdl
50 - sys-libs/zlib
51 - sys-libs/lib-compat"
52 -DEPEND=${RDEPEND}
53 -
54 -S=${WORKDIR}
55 -
56 -QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/handy"
57 -
58 -src_install() {
59 - local dir=${GAMES_PREFIX_OPT}/${PN}
60 - exeinto "${dir}"
61 - newexe sdlhandy handy
62 - dohtml -r docs/*
63 - games_make_wrapper sdlhandy ./sdlhandy "${dir}" "${dir}"
64 - games_make_wrapper handy ./handy "${dir}" "${dir}"
65 - prepgamesdirs
66 -}
67
68 diff --git a/games-emulation/handy/metadata.xml b/games-emulation/handy/metadata.xml
69 deleted file mode 100644
70 index d3c2cc9..0000000
71 --- a/games-emulation/handy/metadata.xml
72 +++ /dev/null
73 @@ -1,5 +0,0 @@
74 -<?xml version="1.0" encoding="UTF-8"?>
75 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 -<pkgmetadata>
77 -<herd>games</herd>
78 -</pkgmetadata>