diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 20:01:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 20:01:20 +0000 |
commit | b032f4e93dfd3ce29367adf67a1704c8b5db6902 (patch) | |
tree | bf3684babfadc2e0fcd9715c117633542e3557a8 /games-arcade/pydance-songs | |
parent | version bump #28782 (diff) | |
download | gentoo-2-b032f4e93dfd3ce29367adf67a1704c8b5db6902.tar.gz gentoo-2-b032f4e93dfd3ce29367adf67a1704c8b5db6902.tar.bz2 gentoo-2-b032f4e93dfd3ce29367adf67a1704c8b5db6902.zip |
name change #29495
Diffstat (limited to 'games-arcade/pydance-songs')
-rw-r--r-- | games-arcade/pydance-songs/ChangeLog | 20 | ||||
-rw-r--r-- | games-arcade/pydance-songs/files/digest-pydance-songs-20030926 | 8 | ||||
-rw-r--r-- | games-arcade/pydance-songs/pydance-songs-20030926.ebuild | 34 |
3 files changed, 62 insertions, 0 deletions
diff --git a/games-arcade/pydance-songs/ChangeLog b/games-arcade/pydance-songs/ChangeLog new file mode 100644 index 000000000000..598bdbc61c3f --- /dev/null +++ b/games-arcade/pydance-songs/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for games-arcade/pyddr-songs +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance-songs/ChangeLog,v 1.1 2003/09/26 20:01:20 vapier Exp $ + +*pydance-songs-20030926 (26 Sep 2003) + + 26 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Name change + more songs #29495. + +*pyddr-songs-20030513 (13 May 2003) + + 13 May 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added a couple of more songs from pyddr homepage. + +*pyddr-songs-20030106 (05 Mar 2003) + + 05 Mar 2003; Seemant Kulleen <seemant@gentoo.org> + pyddr-songs-20030106.ebuild ChangeLog files/digest-pyddr-songs-20030106 : + + Song and step file for pyddr. diff --git a/games-arcade/pydance-songs/files/digest-pydance-songs-20030926 b/games-arcade/pydance-songs/files/digest-pydance-songs-20030926 new file mode 100644 index 000000000000..d5f665638d3b --- /dev/null +++ b/games-arcade/pydance-songs/files/digest-pydance-songs-20030926 @@ -0,0 +1,8 @@ +MD5 1d854704c96c9af57517390b37765627 6jan.ogg 822205 +MD5 b9553b11ef93671b4183618f01a2c87b 6jan.dance 9676 +MD5 8293cc45536dcad3e6e0ccf15974527f 6jan-banner.png 2004 +MD5 0ca7527a0b792fe0b597322d69e675d7 0forkbomb.ogg 1418973 +MD5 32bc96ad9e0c5c2a8816b0be687f8c6a 0forkbomb.step 2533 +MD5 66df8b9049aad5bb3a1689a7943e9108 synrg.ogg 1236743 +MD5 00ce2c46ff1ae7b5d8185d8124ad7af5 synrg.dance 19951 +MD5 89baa4d0af462938256222269412df33 synrg-bg.png 170240 diff --git a/games-arcade/pydance-songs/pydance-songs-20030926.ebuild b/games-arcade/pydance-songs/pydance-songs-20030926.ebuild new file mode 100644 index 000000000000..f5dc547e0e4f --- /dev/null +++ b/games-arcade/pydance-songs/pydance-songs-20030926.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance-songs/pydance-songs-20030926.ebuild,v 1.1 2003/09/26 20:01:20 vapier Exp $ + +inherit games + +DESCRIPTION="Music for the pyDDR game" +HOMEPAGE="http://icculus.org/pyddr/" +SRC_URI="http://icculus.org/pyddr/6jan.ogg + http://icculus.org/pyddr/6jan.dance + http://icculus.org/pyddr/6jan-banner.png + + http://icculus.org/pyddr/0forkbomb.ogg + http://icculus.org/pyddr/0forkbomb.step + + http://icculus.org/pyddr/synrg.ogg + http://icculus.org/pyddr/synrg.dance + http://icculus.org/pyddr/synrg-bg.png" + +LICENSE="X11" +SLOT="0" +KEYWORDS="x86" + +RDEPEND="games-arcade/pydance" + +S=${WORKDIR} + +src_unpack() { :;} + +src_install() { + insinto ${GAMES_DATADIR}/pydance/songs + cd ${DISTDIR} + doins ${A} || die +} |