diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-12 21:52:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-12 21:52:20 +0000 |
commit | 8ff8db75bab03a220f9da5e6c54d8b65ad901a8c (patch) | |
tree | 301660fa9654547ef2a902c6d91e5f9eac668b8f /games-action | |
parent | Moved from spacetripperdemo to spacetripper-demo. (diff) | |
download | historical-8ff8db75bab03a220f9da5e6c54d8b65ad901a8c.tar.gz historical-8ff8db75bab03a220f9da5e6c54d8b65ad901a8c.tar.bz2 historical-8ff8db75bab03a220f9da5e6c54d8b65ad901a8c.zip |
removing due to moving files
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/spacetripperdemo/ChangeLog | 12 | ||||
-rw-r--r-- | games-action/spacetripperdemo/Manifest | 4 | ||||
-rw-r--r-- | games-action/spacetripperdemo/files/digest-spacetripperdemo-1 | 1 | ||||
-rw-r--r-- | games-action/spacetripperdemo/metadata.xml | 5 | ||||
-rw-r--r-- | games-action/spacetripperdemo/spacetripperdemo-1.ebuild | 38 |
5 files changed, 0 insertions, 60 deletions
diff --git a/games-action/spacetripperdemo/ChangeLog b/games-action/spacetripperdemo/ChangeLog deleted file mode 100644 index e4a2e7db3d4a..000000000000 --- a/games-action/spacetripperdemo/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for games-action/spacetripperdemo -# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripperdemo/ChangeLog,v 1.3 2004/04/19 20:53:27 wolf31o2 Exp $ - - 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> - spacetripperdemo-1.ebuild: - Added IUSE and check_license. - -*spacetripperdemo-1 (07 Jul 2003) - - 07 Jul 2003; Mike Frysinger <vapier@gentoo.org> : - Initial import. Ebuild submitted by me. diff --git a/games-action/spacetripperdemo/Manifest b/games-action/spacetripperdemo/Manifest deleted file mode 100644 index 8a25ca6ca9a7..000000000000 --- a/games-action/spacetripperdemo/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 ebeed613ea8b9c1bfda4ae5a134e24e0 spacetripperdemo-1.ebuild 831 -MD5 f77b742937eecb5ba914c24dc4a2fff8 ChangeLog 488 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 6a0fa9710525ff8873539df94f5c3986 files/digest-spacetripperdemo-1 65 diff --git a/games-action/spacetripperdemo/files/digest-spacetripperdemo-1 b/games-action/spacetripperdemo/files/digest-spacetripperdemo-1 deleted file mode 100644 index 1111e06e72ee..000000000000 --- a/games-action/spacetripperdemo/files/digest-spacetripperdemo-1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f3131ce641ff36becd879b6790e4ca6f spacetripperdemo.sh 5179095 diff --git a/games-action/spacetripperdemo/metadata.xml b/games-action/spacetripperdemo/metadata.xml deleted file mode 100644 index d3c2cc926f0b..000000000000 --- a/games-action/spacetripperdemo/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/spacetripperdemo/spacetripperdemo-1.ebuild b/games-action/spacetripperdemo/spacetripperdemo-1.ebuild deleted file mode 100644 index e98842a4d85a..000000000000 --- a/games-action/spacetripperdemo/spacetripperdemo-1.ebuild +++ /dev/null @@ -1,38 +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/spacetripperdemo/spacetripperdemo-1.ebuild,v 1.3 2004/04/19 20:53:27 wolf31o2 Exp $ - -inherit games eutils - -DESCRIPTION="hardcore arcade shoot-em-up" -HOMEPAGE="http://www.pompom.org.uk/" -SRC_URI="http://www.btinternet.com/%7Ebongpig/${PN}.sh" - -LICENSE="POMPOM" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" - -S=${WORKDIR} - -src_unpack() { - check_license - unpack_makeself -} - -src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} - dodir ${dir} ${GAMES_BINDIR} - - cp -r preview run styles ${D}/${dir}/ - - exeinto ${dir} - doexe bin/x86/* - dosed "s:XYZZY:${dir}:" ${dir}/${PN} - dosym ${dir}/${PN} ${GAMES_BINDIR}/${PN} - - insinto ${dir} - doins README license.txt icon.xpm - - prepgamesdirs -} |