summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-08-27 15:26:46 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2015-08-27 15:29:29 -0400
commit37bc0d521ea856aace40015be3addcf50e4443e6 (patch)
tree2adac545a5ca596ebfe2d1f17a2f2da17d8895f8 /games-emulation
parentmedia-video/handbrake: Move live from SVN to git (diff)
downloadgentoo-37bc0d521ea856aace40015be3addcf50e4443e6.tar.gz
gentoo-37bc0d521ea856aace40015be3addcf50e4443e6.tar.bz2
gentoo-37bc0d521ea856aace40015be3addcf50e4443e6.zip
games-emulation/handy is gone
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/handy/Manifest1
-rw-r--r--games-emulation/handy/handy-0.82.ebuild38
-rw-r--r--games-emulation/handy/metadata.xml5
3 files changed, 0 insertions, 44 deletions
diff --git a/games-emulation/handy/Manifest b/games-emulation/handy/Manifest
deleted file mode 100644
index 5cdcb736f5f0..000000000000
--- a/games-emulation/handy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Handy-SDL-0.82R1.i386.linux-glibc22.tar.bz2 158228 SHA256 7e92ddae265172d308f996c9a1a2259ad3cec7e2ab39a0422aa86118127ab5b1 SHA512 d1280f29c63b38a9ab525e6e319458f85e64caa07780946b0f54f923a50e0f7a9ead990171bc3a5dc3913e4de470973c6a1cfeea122fe72f7c1f34d4450bea83 WHIRLPOOL c6342b7e0446ef4ae126cb3a4551c9a5b925b82832c49dcbfadc521af3ba78927b7beb8a97762dedd1ed28ae7f6aa3233b01dc522b1f434e99929074697ac74a
diff --git a/games-emulation/handy/handy-0.82.ebuild b/games-emulation/handy/handy-0.82.ebuild
deleted file mode 100644
index c10eba3cf308..000000000000
--- a/games-emulation/handy/handy-0.82.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit games
-
-MY_RLS="R1"
-DESCRIPTION="A Atari Lynx emulator for Linux"
-HOMEPAGE="http://sdlemu.ngemu.com/handysdl.php"
-SRC_URI="http://sdlemu.ngemu.com/releases/Handy-SDL-${PV}${MY_RLS}.i386.linux-glibc22.tar.bz2"
-
-# Closed source, but docs/Handy.html says that it "does not contain
-# any copyrighted materials"
-LICENSE="public-domain no-source-code"
-SLOT="0"
-KEYWORDS="-* ~x86"
-RESTRICT="strip"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
- sys-libs/zlib
- sys-libs/lib-compat"
-DEPEND=${RDEPEND}
-
-S=${WORKDIR}
-
-QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/handy"
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/${PN}
- exeinto "${dir}"
- newexe sdlhandy handy
- dohtml -r docs/*
- games_make_wrapper sdlhandy ./sdlhandy "${dir}" "${dir}"
- games_make_wrapper handy ./handy "${dir}" "${dir}"
- prepgamesdirs
-}
diff --git a/games-emulation/handy/metadata.xml b/games-emulation/handy/metadata.xml
deleted file mode 100644
index d3c2cc926f0b..000000000000
--- a/games-emulation/handy/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>games</herd>
-</pkgmetadata>