summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-12-02 00:24:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-12-02 00:24:00 +0000
commit25f94d09a5e0b294acad87a3a30b40da10e6d7f3 (patch)
treef7ce864a19b0fda0afd73d01681745c76af97252 /games-emulation/raine
parentChanging dep for ffmpeg to any revision of 20050226 snapshot to avoid dummy p... (diff)
downloadgentoo-2-25f94d09a5e0b294acad87a3a30b40da10e6d7f3.tar.gz
gentoo-2-25f94d09a5e0b294acad87a3a30b40da10e6d7f3.tar.bz2
gentoo-2-25f94d09a5e0b294acad87a3a30b40da10e6d7f3.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-emulation/raine')
-rw-r--r--games-emulation/raine/files/digest-raine-0.42.03
-rw-r--r--games-emulation/raine/files/digest-raine-0.42.23
-rw-r--r--games-emulation/raine/raine-0.42.0.ebuild63
-rw-r--r--games-emulation/raine/raine-0.42.2.ebuild58
4 files changed, 0 insertions, 127 deletions
diff --git a/games-emulation/raine/files/digest-raine-0.42.0 b/games-emulation/raine/files/digest-raine-0.42.0
deleted file mode 100644
index 0a25946c6619..000000000000
--- a/games-emulation/raine/files/digest-raine-0.42.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3376a79d86640da209b0a086da30798a raines-0.42.0.tar.bz2 1622907
-MD5 cec6e5ba7beeb2ece310c66fd55c7b4d rainedocs.zip 88671
-MD5 3529c30187861c37af8e1ce544746b1e icons.zip 3641
diff --git a/games-emulation/raine/files/digest-raine-0.42.2 b/games-emulation/raine/files/digest-raine-0.42.2
deleted file mode 100644
index aba79d843255..000000000000
--- a/games-emulation/raine/files/digest-raine-0.42.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 382b369a0df5b246ff9f2e63709760ac raines-0.42.2.tar.bz2 1680847
-MD5 cec6e5ba7beeb2ece310c66fd55c7b4d rainedocs.zip 88671
-MD5 3529c30187861c37af8e1ce544746b1e icons.zip 3641
diff --git a/games-emulation/raine/raine-0.42.0.ebuild b/games-emulation/raine/raine-0.42.0.ebuild
deleted file mode 100644
index 32d4b67353b0..000000000000
--- a/games-emulation/raine/raine-0.42.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.42.0.ebuild,v 1.1 2004/11/29 20:00:39 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="R A I N E M680x0 Arcade Emulation"
-HOMEPAGE="http://www.rainemu.com/"
-SRC_URI="http://www.rainemu.com/html/archive/raines-${PV}.tar.bz2
- http://www.rainemu.com/html/archive/rainedocs.zip
- http://www.rainemu.com/html/archive/icons.zip"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="static debug nls kde"
-
-RDEPEND="virtual/libc
- media-libs/allegro
- sys-libs/zlib
- media-libs/svgalib"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- echo > detect-cpu
- echo > cpuinfo
-}
-
-src_compile() {
- local myopts=
- use static \
- && myopts="${myopts} STATIC=1" \
- || myopts="${myopts} STATIC="
- use debug \
- && myopts="${myopts} RAINE_DEBUG=1" \
- || myopts="${myopts} RAINE_DEBUG="
- emake \
- _MARCH="${CFLAGS}" \
- OSTYPE=linux \
- RAINE_LINUX=1 \
- ${myopts} || die
-}
-
-src_install() {
- make prefix="${D}" install || die "make install failed"
- dogamesbin "${D}/usr/games/raine"
- rm "${D}/usr/games/raine"
-
- use nls || rm -rf "${D}/usr/share/raine/languages"
-
- dodoc "${WORKDIR}/raine.txt"
-
- insinto /usr/share/icons
- doins "${WORKDIR}/"*.png
- if use kde ; then
- insinto /usr/share/applnk/Games
- doins "${FILESDIR}/Raine.desktop"
- fi
- prepgamesdirs
-}
diff --git a/games-emulation/raine/raine-0.42.2.ebuild b/games-emulation/raine/raine-0.42.2.ebuild
deleted file mode 100644
index 7c85da3a8999..000000000000
--- a/games-emulation/raine/raine-0.42.2.ebuild
+++ /dev/null
@@ -1,58 +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/raine/raine-0.42.2.ebuild,v 1.1 2005/06/03 18:37:53 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="R A I N E M680x0 Arcade Emulation"
-HOMEPAGE="http://www.rainemu.com/"
-SRC_URI="http://www.rainemu.com/html/archive/raines-${PV}.tar.bz2
- http://www.rainemu.com/html/archive/rainedocs.zip
- http://www.rainemu.com/html/archive/icons.zip"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="static kde"
-
-RDEPEND="virtual/libc
- media-libs/allegro
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- echo > detect-cpu
- echo > cpuinfo
- sed -i \
- -e "/bindir/s:/usr/games:${GAMES_BINDIR}:" \
- makefile \
- || die "sed failed"
-}
-
-src_compile() {
- local myopts=
- use static \
- && myopts="${myopts} STATIC=1" \
- || myopts="${myopts} STATIC="
- emake \
- _MARCH="${CFLAGS}" \
- OSTYPE=linux \
- ${myopts} || die "emake failed"
-}
-
-src_install() {
- make prefix="${D}" install || die "make install failed"
- keepdir "${GAMES_DATADIR}/${PN}/roms"
- dodoc "${WORKDIR}/raine.txt"
-
- insinto /usr/share/icons
- doins "${WORKDIR}/"*.png
- if use kde ; then
- insinto /usr/share/applnk/Games
- doins "${FILESDIR}/Raine.desktop"
- fi
- prepgamesdirs
-}