summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-01-14 14:47:12 +0000
committerMichał Górny <mgorny@gentoo.org>2011-01-14 14:47:12 +0000
commitbd9d55ecb05065bc3a3d100e19c31a15a915e6bc (patch)
tree75701a8f9479b41e618bb283769f291f02b63915 /games-action
parentgames-sports/tuxfootball: Whitespace. (diff)
downloadsunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.tar.gz
sunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.tar.bz2
sunrise-bd9d55ecb05065bc3a3d100e19c31a15a915e6bc.zip
app-misc/genealogyj-bin, app-text/ocropus-svn, dev-libs/yajl, games-action/lugaru, net-misc/Geomyidae: Remove old-masked packages.
svn path=/sunrise/; revision=11673
Diffstat (limited to 'games-action')
-rw-r--r--games-action/lugaru/ChangeLog15
-rw-r--r--games-action/lugaru/Manifest3
-rw-r--r--games-action/lugaru/lugaru-9999.ebuild40
-rw-r--r--games-action/lugaru/metadata.xml6
4 files changed, 0 insertions, 64 deletions
diff --git a/games-action/lugaru/ChangeLog b/games-action/lugaru/ChangeLog
deleted file mode 100644
index 9a7071c1d..000000000
--- a/games-action/lugaru/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for games-action/lugaru
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 23 May 2010; Jens Pranaitis (jensp) <jens@chaox.net> lugaru-9999.ebuild:
- Install to /usr/games instead of /opt. Thanks vapier and Tommy[D].
-
- 17 May 2010; Jens Pranaitis (jensp) <jens@chaox.net> lugaru-9999.ebuild:
- Fixes hg fetch issue. Thx to reagentoo for noticing the bug and to binki and
- Tommy[D] for reviewing
-
- 15 May 2010; Jens Pranaitis (jensp) <jens@chaox.net> +lugaru-9999.ebuild,
- +metadata.xml:
- New ebuild for bug 319817, thanks xmw and hwoarang
-
diff --git a/games-action/lugaru/Manifest b/games-action/lugaru/Manifest
deleted file mode 100644
index 24ed499e0..000000000
--- a/games-action/lugaru/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD lugaru-9999.ebuild 831 RMD160 83de34b86a62b39ef075f11383293fbcd049688c SHA1 e481db817572695a40d52c101291317d31f1ab9a SHA256 40201a4907d56c448a5dbb76b8e7abcf7514168fa9ed0e73854313a0a8c63f5c
-MISC ChangeLog 592 RMD160 75df760fb17ba9c3165a3df880b483fa7e69675c SHA1 0398579f2dfef5d70047e5ae0e9de4dc99d150b0 SHA256 ac0e07af550bcc520d8c5ee74e5a51e24232f31d498ae4c489de751c4adcbf16
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/games-action/lugaru/lugaru-9999.ebuild b/games-action/lugaru/lugaru-9999.ebuild
deleted file mode 100644
index 87c76fdf3..000000000
--- a/games-action/lugaru/lugaru-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit games cmake-utils mercurial
-
-DESCRIPTION="A cross platform 3d action adventure"
-HOMEPAGE="http://www.wolfire.com/lugaru"
-SRC_URI=""
-EHG_REPO_URI="http://hg.icculus.org/icculus/${PN}"
-
-LICENSE="GPL-2 free-noncomm"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="media-libs/jpeg
- media-libs/libogg
- media-libs/libpng
- media-libs/libsdl
- media-libs/libvorbis
- media-libs/openal
- virtual/opengl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -i "s|:Data:|/${GAMES_DATADIR}/${PN}:Data:|g" Source/*.* || die
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r Data || die
- dogamesbin ../${PN}_build/${PN} || die
- make_desktop_entry ${PN} "Lugaru: The Rabbit's Foot"
- prepgamesdirs
-}
diff --git a/games-action/lugaru/metadata.xml b/games-action/lugaru/metadata.xml
deleted file mode 100644
index e6233b5dc..000000000
--- a/games-action/lugaru/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>