summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-23 11:31:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-23 11:31:44 +0000
commit319daeafd2a7329d0e858dddb06c927492bd2f5e (patch)
tree45d3f39e05f5972063f27330a0eccd479b4ce721 /games-action
parentAdded to ~ppc (diff)
downloadhistorical-319daeafd2a7329d0e858dddb06c927492bd2f5e.tar.gz
historical-319daeafd2a7329d0e858dddb06c927492bd2f5e.tar.bz2
historical-319daeafd2a7329d0e858dddb06c927492bd2f5e.zip
stepmania was moved to games-arcade
Diffstat (limited to 'games-action')
-rw-r--r--games-action/stepmania/ChangeLog17
-rw-r--r--games-action/stepmania/Manifest4
-rw-r--r--games-action/stepmania/files/digest-stepmania-200307051
-rw-r--r--games-action/stepmania/metadata.xml5
-rw-r--r--games-action/stepmania/stepmania-20030705.ebuild33
5 files changed, 0 insertions, 60 deletions
diff --git a/games-action/stepmania/ChangeLog b/games-action/stepmania/ChangeLog
deleted file mode 100644
index 09b1409093ba..000000000000
--- a/games-action/stepmania/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for games-action/stepmania
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/stepmania/ChangeLog,v 1.3 2004/03/19 09:49:20 aliz Exp $
-
-*stepmania-20030705 (01 Sep 2003)
-
- 01 Sept 2003; Joshua Charles Campbell <warpzero@gentoo.org> ChangeLog stepmania-20030705.ebuild:
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
-
- 04 Sep 2003; Michael Sterrett <msterret@gentoo.org>
- stepmania-20030705.ebuild:
- tidy; inherit games
-
diff --git a/games-action/stepmania/Manifest b/games-action/stepmania/Manifest
deleted file mode 100644
index c9c0b23c1c56..000000000000
--- a/games-action/stepmania/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 6a16ecb5db50b1863fbbda36c982f0eb stepmania-20030705.ebuild 934
-MD5 4234017657ccd8cfa388a207b1272a04 ChangeLog 834
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 f9521504525510bb9d2c9bd66ef6d946 files/digest-stepmania-20030705 75
diff --git a/games-action/stepmania/files/digest-stepmania-20030705 b/games-action/stepmania/files/digest-stepmania-20030705
deleted file mode 100644
index 41d9ae34fffc..000000000000
--- a/games-action/stepmania/files/digest-stepmania-20030705
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2a3990d2785b4059fe0075411f87cebc stepmania-cvs-5Jul03.tar.bz2 14555072
diff --git a/games-action/stepmania/metadata.xml b/games-action/stepmania/metadata.xml
deleted file mode 100644
index d3c2cc926f0b..000000000000
--- a/games-action/stepmania/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>
diff --git a/games-action/stepmania/stepmania-20030705.ebuild b/games-action/stepmania/stepmania-20030705.ebuild
deleted file mode 100644
index d9969fa9bf53..000000000000
--- a/games-action/stepmania/stepmania-20030705.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/stepmania/stepmania-20030705.ebuild,v 1.2 2004/02/20 06:13:57 mr_bones_ Exp $
-
-inherit games
-
-MY_PV="cvs-5Jul03"
-MY_P=${PN}-${MY_PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="An advanced DDR simulator"
-HOMEPAGE="http://www.stepmania.com/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image
- media-libs/jpeg
- media-libs/libpng
- media-libs/libmad
- media-libs/libogg
- media-libs/libvorbis"
-
-src_install() {
- dogamesbin ${S}/src/stepmania
- cp -r ${S}/Announcers ${S}/BGAnimations ${S}/CDTitles ${S}/Cache \
- ${S}/Characters ${S}/Courses ${S}/Data ${S}/Docs ${S}/NoteSkins \
- ${S}/RandomMovies ${S}/Songs ${S}/Themes ${S}/Utils \
- ${S}/Visualizations ${D}/usr/games/stepmania/
-}