summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-08-09 21:15:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-08-09 21:15:42 +0000
commit97c983144d6a519d7b90bd85fb8d6d2f8538be47 (patch)
tree9acadc2be0f06c0d1c7ff1c59eb40834aaea6b1b /games-arcade/late
parentbug 75912 (diff)
downloadhistorical-97c983144d6a519d7b90bd85fb8d6d2f8538be47.tar.gz
historical-97c983144d6a519d7b90bd85fb8d6d2f8538be47.tar.bz2
historical-97c983144d6a519d7b90bd85fb8d6d2f8538be47.zip
clean up install; tidy
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-arcade/late')
-rw-r--r--games-arcade/late/ChangeLog7
-rw-r--r--games-arcade/late/Manifest4
-rw-r--r--games-arcade/late/late-0.1.0.ebuild19
3 files changed, 20 insertions, 10 deletions
diff --git a/games-arcade/late/ChangeLog b/games-arcade/late/ChangeLog
index d6d49f4dc943..83a53cc78615 100644
--- a/games-arcade/late/ChangeLog
+++ b/games-arcade/late/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/late
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.5 2004/12/21 14:12:11 josejx Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.6 2005/08/09 21:15:42 mr_bones_ Exp $
+
+ 09 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> late-0.1.0.ebuild:
+ clean up install; tidy
22 Dec 2004; Joseph Jezak <josejx@gentoo.org> late-0.1.0.ebuild:
Marked ppc stable.
diff --git a/games-arcade/late/Manifest b/games-arcade/late/Manifest
index e8f6f2903dcf..95061f4bcf26 100644
--- a/games-arcade/late/Manifest
+++ b/games-arcade/late/Manifest
@@ -1,4 +1,4 @@
-MD5 23a6feea894a05a6ef192c4d321240b7 ChangeLog 496
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 8c667d38bed491a8d18b6a5c43953620 late-0.1.0.ebuild 594
+MD5 12a4ed143255652c36ee282a56b84539 ChangeLog 599
+MD5 cd8295a55c04a40ef99dfc4cfd0bf3b2 late-0.1.0.ebuild 718
MD5 8171dd7c1d457f07c2ca3f309e94fb8d files/digest-late-0.1.0 64
diff --git a/games-arcade/late/late-0.1.0.ebuild b/games-arcade/late/late-0.1.0.ebuild
index 7918f2aca4b2..b541646d53f1 100644
--- a/games-arcade/late/late-0.1.0.ebuild
+++ b/games-arcade/late/late-0.1.0.ebuild
@@ -1,24 +1,31 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.9 2004/12/21 14:12:11 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.10 2005/08/09 21:15:42 mr_bones_ Exp $
inherit games
DESCRIPTION="A game, similar to Barrack by Ambrosia Software"
-SRC_URI="mirror://sourceforge/late/${P}.tar.bz2"
-RESTRICT="nomirror"
HOMEPAGE="http://late.sourceforge.net/"
+SRC_URI="mirror://sourceforge/late/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~amd64 ppc"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
DEPEND=">=media-libs/libsdl-1.1.8
media-libs/sdl-image"
+src_unpack() {
+ unpack ${A}
+ sed -i \
+ -e "/chown/d" \
+ "${S}"/Makefile.in \
+ || die "sed failed"
+}
+
src_install () {
- egamesinstall || die
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS
prepgamesdirs
}