diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-31 04:54:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-31 04:54:18 +0000 |
commit | 930a2beb1d517602c32798058eb1fca34e621477 (patch) | |
tree | e49e0a6c130e3fff4c29d5f527ed3d0dc352bcde /games-action | |
parent | old (diff) | |
download | historical-930a2beb1d517602c32798058eb1fca34e621477.tar.gz historical-930a2beb1d517602c32798058eb1fca34e621477.tar.bz2 historical-930a2beb1d517602c32798058eb1fca34e621477.zip |
fix install #110967 by Will Briggs
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/luola/Manifest | 20 | ||||
-rw-r--r-- | games-action/luola/luola-1.3.0.ebuild | 18 |
2 files changed, 19 insertions, 19 deletions
diff --git a/games-action/luola/Manifest b/games-action/luola/Manifest index fde5dab35bb3..71ed4945b76c 100644 --- a/games-action/luola/Manifest +++ b/games-action/luola/Manifest @@ -1,10 +1,14 @@ -MD5 f0fb7299b877bae8ef37d36916edff11 luola-1.2.7.ebuild 1415 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 cfc1ee4fbbccb77c3b25a5f35aee1ab5 luola-1.2.9.ebuild 1294 -MD5 c4d23170406fd4ddf25699c615e64470 luola-1.2.6.ebuild 1412 -MD5 fafd778822b1102426125d4406cb491f luola-1.3.0.ebuild 1179 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 bf3e9436e57dcd8d070dc459946b845a ChangeLog 828 -MD5 6bd42fd1f0bdcb094673b0dda831f77e files/digest-luola-1.2.6 246 -MD5 f30f67bc307bddebf94a910e0950c97f files/digest-luola-1.2.9 186 MD5 344365fbd8da2ab911242176e445161d files/digest-luola-1.3.0 191 -MD5 fa94eebc0b8da37068e8ac21a3161084 files/digest-luola-1.2.7 246 +MD5 2c9cb0d29aa03853501249d362919c83 luola-1.3.0.ebuild 1152 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDZaOagIKl8Uu19MoRAtXiAJsG090uhmAN9AAjSEyi3+YdVkMV5ACfQJgq +A8CVPkuzehgyMADLvBNx8Pg= +=z2bj +-----END PGP SIGNATURE----- diff --git a/games-action/luola/luola-1.3.0.ebuild b/games-action/luola/luola-1.3.0.ebuild index 3b1640ac013d..fd3ce58a4231 100644 --- a/games-action/luola/luola-1.3.0.ebuild +++ b/games-action/luola/luola-1.3.0.ebuild @@ -1,6 +1,6 @@ # 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.3.0.ebuild,v 1.1 2005/10/24 20:16:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.0.ebuild,v 1.2 2005/10/31 04:54:18 vapier Exp $ inherit eutils games @@ -21,22 +21,18 @@ DEPEND="media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-ttf" -src_unpack() { - unpack ${A} - mv "${WORKDIR}/README.Nostalgia" "${S}" || die "mv failed" -} - src_compile() { - egamesconf \ - --enable-sound || die + egamesconf --enable-sound || die emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" - insinto "${GAMES_DATADIR}/${PN}/levels" - doins "${WORKDIR}/"*.{lev,png,jpg} || die "doins failed" - dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README* TODO + insinto "${GAMES_DATADIR}"/${PN}/levels + doins "${WORKDIR}"/*.{lev,png} || die "doins failed" + dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README TODO \ + RELEASENOTES.txt ../README.Nostalgia + newdoc ../README README.stdlevels doicon luola.png make_desktop_entry luola Luola prepgamesdirs |