diff options
author | Thomas Sachau <tommy@gentoo.org> | 2010-05-21 22:18:43 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2010-05-21 22:18:43 +0000 |
commit | b01b773e4428f33e0debea8e898a966da3c3f752 (patch) | |
tree | 5c526e7bc28062f86c12c2539d1787d07dcc5d4b /games-action | |
parent | dev-python/pyexcelerator: No need to DEPEND against bzip2 since it is in the ... (diff) | |
download | sunrise-b01b773e4428f33e0debea8e898a966da3c3f752.tar.gz sunrise-b01b773e4428f33e0debea8e898a966da3c3f752.tar.bz2 sunrise-b01b773e4428f33e0debea8e898a966da3c3f752.zip |
games-action/ lugaru: lugaru is already in main tree
svn path=/sunrise/; revision=10586
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/lugaru/ChangeLog | 12 | ||||
-rw-r--r-- | games-action/lugaru/Manifest | 3 | ||||
-rw-r--r-- | games-action/lugaru/lugaru-9999.ebuild | 39 | ||||
-rw-r--r-- | games-action/lugaru/metadata.xml | 6 |
4 files changed, 0 insertions, 60 deletions
diff --git a/games-action/lugaru/ChangeLog b/games-action/lugaru/ChangeLog deleted file mode 100644 index 1a0ed50d5..000000000 --- a/games-action/lugaru/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for games-action/lugaru -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 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 79ca94731..000000000 --- a/games-action/lugaru/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -EBUILD lugaru-9999.ebuild 867 RMD160 96703044fa7bc3915be6e906330e8424398aa732 SHA1 817950317483dba4f53d76b067610dde781bdf84 SHA256 1a622e2cc144f7bebfd6d4bc52a14ab3bc212c2de8d6d38dcc32cfc9022325e8 -MISC ChangeLog 447 RMD160 1ebee3315b3a5e90471205f5d5f40ac52704864b SHA1 ec2e63b343323a006366798c76afc2a054561744 SHA256 66a3c002ca1c2c41b5f162731565829f5582448c4d1e5eba2bbe69900e7bc9ac -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 838a0e058..000000000 --- a/games-action/lugaru/lugaru-9999.ebuild +++ /dev/null @@ -1,39 +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_configure() { - local mycmakeargs=(-DCMAKE_INSTALL_PREFIX="${GAMES_PREFIX_OPT}"/${PN}) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - games_make_wrapper ${PN} ./${PN} "${GAMES_PREFIX_OPT}/${PN}" "${GAMES_PREFIX_OPT}/${PN}" - make_desktop_entry ${PN} "Lugaru: The Rabbit's Foot" -} 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> |