summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-31 04:53:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-31 04:53:48 +0000
commit49f3b43dc9e556d3416fc8e7dc508676cef39ce8 (patch)
treea5cac11879ba77333047ffd40e835f191e879914 /games-action
parentMarked stable on amd64 (diff)
downloadhistorical-49f3b43dc9e556d3416fc8e7dc508676cef39ce8.tar.gz
historical-49f3b43dc9e556d3416fc8e7dc508676cef39ce8.tar.bz2
historical-49f3b43dc9e556d3416fc8e7dc508676cef39ce8.zip
old
Diffstat (limited to 'games-action')
-rw-r--r--games-action/luola/files/digest-luola-1.2.64
-rw-r--r--games-action/luola/files/digest-luola-1.2.74
-rw-r--r--games-action/luola/files/digest-luola-1.2.93
-rw-r--r--games-action/luola/luola-1.2.6.ebuild47
-rw-r--r--games-action/luola/luola-1.2.7.ebuild47
-rw-r--r--games-action/luola/luola-1.2.9.ebuild47
6 files changed, 0 insertions, 152 deletions
diff --git a/games-action/luola/files/digest-luola-1.2.6 b/games-action/luola/files/digest-luola-1.2.6
deleted file mode 100644
index 9710d9062ff7..000000000000
--- a/games-action/luola/files/digest-luola-1.2.6
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 439950d1c314ad3c7d9ebb28ef8d424d luola-1.2.6.tar.gz 1179093
-MD5 e5d6a5bea209e80460696d0bbc13d719 stdlevels.tar.gz 1457886
-MD5 8f9e1b57a62e148fc1510f88bcbc6000 nostalgy.tar.gz 660465
-MD5 8a0abbf4cfb0b92eb72c743afd1cc5f4 demolevel.tar.gz 88107
diff --git a/games-action/luola/files/digest-luola-1.2.7 b/games-action/luola/files/digest-luola-1.2.7
deleted file mode 100644
index 775c6d1c89e9..000000000000
--- a/games-action/luola/files/digest-luola-1.2.7
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 f5b0afc15173cee76687829b2536e5f1 luola-1.2.7.tar.gz 1326454
-MD5 e5d6a5bea209e80460696d0bbc13d719 stdlevels.tar.gz 1457886
-MD5 8f9e1b57a62e148fc1510f88bcbc6000 nostalgy.tar.gz 660465
-MD5 8a0abbf4cfb0b92eb72c743afd1cc5f4 demolevel.tar.gz 88107
diff --git a/games-action/luola/files/digest-luola-1.2.9 b/games-action/luola/files/digest-luola-1.2.9
deleted file mode 100644
index 2de7a8dee929..000000000000
--- a/games-action/luola/files/digest-luola-1.2.9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 15c68b5fcf6b85b55d45539dc136e770 luola-1.2.9.tar.gz 1368710
-MD5 e5d6a5bea209e80460696d0bbc13d719 stdlevels.tar.gz 1457886
-MD5 8f9e1b57a62e148fc1510f88bcbc6000 nostalgy.tar.gz 660465
diff --git a/games-action/luola/luola-1.2.6.ebuild b/games-action/luola/luola-1.2.6.ebuild
deleted file mode 100644
index a2000f5b6e47..000000000000
--- a/games-action/luola/luola-1.2.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.2.6.ebuild,v 1.1 2005/03/26 21:57:06 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing"
-HOMEPAGE="http://www.saunalahti.fi/~laakkon1/linux/luola/index.php"
-SRC_URI="http://www.saunalahti.fi/~laakkon1/linux/luola/bin/${P}.tar.gz
- http://www.saunalahti.fi/~laakkon1/linux/luola/bin/stdlevels.tar.gz
- http://www.saunalahti.fi/~laakkon1/linux/luola/bin/nostalgy.tar.gz
- http://www.saunalahti.fi/~laakkon1/linux/luola/bin/demolevel.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-gfx
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/sdl-ttf"
-
-src_unpack() {
- unpack ${A}
- mv "${WORKDIR}/README.Nostalgy" "${S}" || die "mv failed"
- sed -i -e '/PACKAGE_DATA_DIR/s:${\(ac_default_\)\?prefix}/::' \
- "${S}/configure" \
- || die "sed failed"
-}
-
-src_compile() {
- egamesconf \
- --enable-sound || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodir "${GAMES_DATADIR}/${PN}/levels"
- cp "${WORKDIR}/"*.{lev,png,jpg} "${D}${GAMES_DATADIR}/${PN}/levels"
- dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README* TODO
- doicon luola.png
- make_desktop_entry luola Luola
- prepgamesdirs
-}
diff --git a/games-action/luola/luola-1.2.7.ebuild b/games-action/luola/luola-1.2.7.ebuild
deleted file mode 100644
index c002c3a4361b..000000000000
--- a/games-action/luola/luola-1.2.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.2.7.ebuild,v 1.2 2005/08/10 19:32:19 r3pek Exp $
-
-inherit eutils games
-
-DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing"
-HOMEPAGE="http://www.saunalahti.fi/~laakkon1/linux/luola/index.php"
-SRC_URI="http://www.saunalahti.fi/~laakkon1/linux/luola/bin/${P}.tar.gz
- http://www.saunalahti.fi/~laakkon1/linux/luola/bin/stdlevels.tar.gz
- http://www.saunalahti.fi/~laakkon1/linux/luola/bin/nostalgy.tar.gz
- http://www.saunalahti.fi/~laakkon1/linux/luola/bin/demolevel.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-gfx
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/sdl-ttf"
-
-src_unpack() {
- unpack ${A}
- mv "${WORKDIR}/README.Nostalgy" "${S}" || die "mv failed"
- sed -i -e '/PACKAGE_DATA_DIR/s:${\(ac_default_\)\?prefix}/::' \
- "${S}/configure" \
- || die "sed failed"
-}
-
-src_compile() {
- egamesconf \
- --enable-sound || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodir "${GAMES_DATADIR}/${PN}/levels"
- cp "${WORKDIR}/"*.{lev,png,jpg} "${D}${GAMES_DATADIR}/${PN}/levels"
- dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README* TODO
- doicon luola.png
- make_desktop_entry luola Luola
- prepgamesdirs
-}
diff --git a/games-action/luola/luola-1.2.9.ebuild b/games-action/luola/luola-1.2.9.ebuild
deleted file mode 100644
index 13e9eba4dabf..000000000000
--- a/games-action/luola/luola-1.2.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.2.9.ebuild,v 1.1 2005/08/23 18:11:44 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing"
-HOMEPAGE="http://luolamies.org/software/luola/"
-SRC_URI="http://luolamies.org/software/luola/${P}.tar.gz
- http://www.luolamies.org/software/luola/stdlevels.tar.gz
- http://www.luolamies.org/software/luola/nostalgy.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-gfx
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/sdl-ttf"
-
-src_unpack() {
- unpack ${A}
- mv "${WORKDIR}/README.Nostalgy" "${S}" || die "mv failed"
- sed -i \
- -e '/PACKAGE_DATA_DIR/s:${\(ac_default_\)\?prefix}/::' \
- "${S}/configure" \
- || die "sed failed"
-}
-
-src_compile() {
- egamesconf \
- --enable-sound || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodir "${GAMES_DATADIR}/${PN}/levels"
- cp "${WORKDIR}/"*.{lev,png,jpg} "${D}${GAMES_DATADIR}/${PN}/levels"
- dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README* TODO
- doicon luola.png
- make_desktop_entry luola Luola
- prepgamesdirs
-}