summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-01-06 02:52:05 +0000
committerDaniel Goller <morfic@gentoo.org>2005-01-06 02:52:05 +0000
commitdc58c0027d2074b023e5847eeedc1a5dc5a895be (patch)
tree195074843ac5e2f76b950fd19c049bf68660d973 /games-emulation
parentGPG Signed (diff)
downloadhistorical-dc58c0027d2074b023e5847eeedc1a5dc5a895be.tar.gz
historical-dc58c0027d2074b023e5847eeedc1a5dc5a895be.tar.bz2
historical-dc58c0027d2074b023e5847eeedc1a5dc5a895be.zip
Moved to games-emulation/mupen64-blight-input.
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/blight_input/ChangeLog44
-rw-r--r--games-emulation/blight_input/Manifest14
-rw-r--r--games-emulation/blight_input/blight_input-0.0.8-r1.ebuild36
-rw-r--r--games-emulation/blight_input/files/digest-blight_input-0.0.8-r11
-rw-r--r--games-emulation/blight_input/metadata.xml5
5 files changed, 0 insertions, 100 deletions
diff --git a/games-emulation/blight_input/ChangeLog b/games-emulation/blight_input/ChangeLog
deleted file mode 100644
index c097d2104620..000000000000
--- a/games-emulation/blight_input/ChangeLog
+++ /dev/null
@@ -1,44 +0,0 @@
-# ChangeLog for games-emulation/blight_input
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/blight_input/ChangeLog,v 1.5 2005/01/03 03:31:26 morfic Exp $
-
- 02 Jan 2005; Daniel Goller <morfic@gentoo.org> :
- Clean up in preparation of move
-
-*blight_input-0.0.8-r1 (30 Mar 2004)
-
- 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
- blight_input-0.0.8-r1.ebuild:
- small version bump (bug #44591) with patch from Duarte Henriques
-
-*blight_input-0.0.8 (02 Sep 2003)
-
- 02 Sep 2003; Michael Sterrett <msterret@gentoo.org>
- blight_input-0.0.8.ebuild:
- version bump
-
- 09 Aug 2003; Michael Sterrett <msterret@gentoo.org>
- blight_input-0.0.7.ebuild:
- install the .so in ${GAMES_LIBDIR}/mupen64/plugins, instead of
- /usr/lib/mupen64/plugins; inherit games
-
-*blight_input-0.0.7 (07 Aug 2003)
-
- 07 Aug 2003; Michael Sterrett <msterret@gentoo.org>
- blight_input-0.0.7.ebuild:
- version bump (bug 24888)
-
- 03 Aug 2003; Michael Sterrett <msterret@gentoo.org>
- blight_input-0.0.4.ebuild:
- tidy
-
- 12 Jun 2003; <msterret@gentoo.org> blight_input-0.0.4.ebuild:
- add Header
-
-*blight_input-0.0.4 (26 Dec 2002)
-
- 03 Mar 2003; <vladimir@gentoo.org> blight_input-0.0.4.ebuild:
- Automated removal of remaining sparc64 KEYWORDS
-
- 26 Dec 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
- initial release
diff --git a/games-emulation/blight_input/Manifest b/games-emulation/blight_input/Manifest
deleted file mode 100644
index 11bffaf76ae5..000000000000
--- a/games-emulation/blight_input/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 eefcac36cac1b5c5c37e43492b11514d ChangeLog 1380
-MD5 d8b9f42421700423b1a20b4329cc2ebe blight_input-0.0.8-r1.ebuild 939
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 82f760f850552f3be75d5dd733687219 files/digest-blight_input-0.0.8-r1 72
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD4DBQFB2LzmUpKYMelfdYERAuu8AJj/EoDHQMXcooYocBnHDveogN7LAJ99lKGE
-/AZAUSnLBPA3O2pOx08d1Q==
-=j7s2
------END PGP SIGNATURE-----
diff --git a/games-emulation/blight_input/blight_input-0.0.8-r1.ebuild b/games-emulation/blight_input/blight_input-0.0.8-r1.ebuild
deleted file mode 100644
index 1c2c49471214..000000000000
--- a/games-emulation/blight_input/blight_input-0.0.8-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/blight_input/blight_input-0.0.8-r1.ebuild,v 1.4 2005/01/03 03:31:26 morfic Exp $
-
-inherit games
-
-DESCRIPTION="An input plugin for the mupen64 N64 emulator"
-HOMEPAGE="http://mupen64.emulation64.com/"
-SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_input_plugin/${P}-b.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE=""
-
-DEPEND=">=media-libs/libsdl-1.2.4
- media-libs/sdl-ttf
- media-libs/freetype"
-
-S="${WORKDIR}/blight_input-0.0.8-b"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Death to all who distribute their stinking config.cache files!
- rm -f config.cache
-}
-
-src_install() {
- make install || die "make install failed"
- exeinto "${GAMES_LIBDIR}/mupen64/plugins"
- doexe src/blight_input.so || die "doexe failed"
- dodoc AUTHORS ChangeLog README ToDo
- prepgamesdirs
-}
diff --git a/games-emulation/blight_input/files/digest-blight_input-0.0.8-r1 b/games-emulation/blight_input/files/digest-blight_input-0.0.8-r1
deleted file mode 100644
index 30b2ce9f16fd..000000000000
--- a/games-emulation/blight_input/files/digest-blight_input-0.0.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 31661c6fca2dc455d7cbe7e87d316021 blight_input-0.0.8-b.tar.gz 733624
diff --git a/games-emulation/blight_input/metadata.xml b/games-emulation/blight_input/metadata.xml
deleted file mode 100644
index d3c2cc926f0b..000000000000
--- a/games-emulation/blight_input/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>