summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Pranaitis <jens@chaox.net>2010-05-15 13:54:55 +0200
committerJens Pranaitis <jens@chaox.net>2010-05-15 13:54:55 +0200
commit34766cbf2e9673b6d2ac3beac69a65c3646f3d95 (patch)
tree24345bee2e0e23955d1435f6cdd0637da2ef8034
parentlugaru: various QA cleanups (diff)
downloadjensp-34766cbf2e9673b6d2ac3beac69a65c3646f3d95.tar.gz
jensp-34766cbf2e9673b6d2ac3beac69a65c3646f3d95.tar.bz2
jensp-34766cbf2e9673b6d2ac3beac69a65c3646f3d95.zip
lugaru and lugaru-data are one ebuild now
-rw-r--r--games-action/lugaru-data/Manifest1
-rw-r--r--games-action/lugaru-data/lugaru-data-9999.ebuild27
-rw-r--r--games-action/lugaru/Manifest2
-rw-r--r--games-action/lugaru/lugaru-9999.ebuild11
4 files changed, 5 insertions, 36 deletions
diff --git a/games-action/lugaru-data/Manifest b/games-action/lugaru-data/Manifest
deleted file mode 100644
index dcce04d..0000000
--- a/games-action/lugaru-data/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD lugaru-data-9999.ebuild 501 RMD160 9f97c8300855ec1eb3e35c0b2c50246b9a3ab43b SHA1 0999d5fa61120b983f36c806fe03c20968e09862 SHA256 58e4a0f83c53a7495288dc3bdb2aa597df96855d4770feea3ab5ac8825925973
diff --git a/games-action/lugaru-data/lugaru-data-9999.ebuild b/games-action/lugaru-data/lugaru-data-9999.ebuild
deleted file mode 100644
index 03e9c16..0000000
--- a/games-action/lugaru-data/lugaru-data-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit mercurial
-
-DESCRIPTION="a cross platform 3d action adventure - data files"
-HOMEPAGE="http://www.wolfire.com/lugaru"
-SRC_URI=""
-EHG_REPO_URI="http://hg.icculus.org/icculus/lugaru"
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="games-action/lugaru-data"
-
-S="${WORKDIR}"/lugaru
-
-src_install() {
- insinto /opt/lugaru/
- doins -r Data || die
-}
diff --git a/games-action/lugaru/Manifest b/games-action/lugaru/Manifest
index ed08c99..e84725e 100644
--- a/games-action/lugaru/Manifest
+++ b/games-action/lugaru/Manifest
@@ -1 +1 @@
-EBUILD lugaru-9999.ebuild 972 RMD160 1963a592b1b376ee0cc867e9b2ca20a2364c191e SHA1 be859a1b8d2e0e9f25d73feae768081a0a964db3 SHA256 b18af6d5afaa78ee3d5954ae9ef64538d3fe4f49f172ebf6ea242097430a6767
+EBUILD lugaru-9999.ebuild 821 RMD160 c2b5f178f0c41a1aafb7334f71211e2b0c1e0bd4 SHA1 4e40f2a65c35f37320603be72d4b80ae4d2e81a6 SHA256 8662a47e707f782a8c2d3319906bd787867c984fb71012e0d178df0d15a1c383
diff --git a/games-action/lugaru/lugaru-9999.ebuild b/games-action/lugaru/lugaru-9999.ebuild
index af8594d..ff5ed07 100644
--- a/games-action/lugaru/lugaru-9999.ebuild
+++ b/games-action/lugaru/lugaru-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=2
inherit games mercurial cmake-utils
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.wolfire.com/lugaru"
SRC_URI=""
EHG_REPO_URI="http://hg.icculus.org/icculus/${PN}"
-LICENSE="GPL-2"
+LICENSE="GPL-2 free-noncomm"
SLOT="0"
KEYWORDS=""
IUSE=""
@@ -23,11 +23,9 @@ DEPEND="media-libs/jpeg
media-libs/libvorbis
media-libs/openal
virtual/opengl"
+RDEPEND="${DEPEND}"
-RDEPEND="${DEPEND}
- games-action/lugaru-data"
-
-S="${WORKDIR}"/${PN}
+S=${WORKDIR}/${PN}
pkg_setup() {
mycmakeargs="-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX_OPT}/${PN}"
@@ -35,7 +33,6 @@ pkg_setup() {
src_install() {
cmake-utils_src_install
- rm -rf "${D}"/opt/${PN}/Data
games_make_wrapper ${PN} ./${PN} "${GAMES_PREFIX_OPT}/${PN}" "${GAMES_PREFIX_OPT}/${PN}"
make_desktop_entry ${PN} "Lugaru: The Rabbit's Foot"
}