diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-24 20:16:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-24 20:16:47 +0000 |
commit | d542fee5cf985f93f1a560cfd5a5420465ea85f2 (patch) | |
tree | 570298a513c73efaf9f6eb5fcb6158611943fb8d /games-action/luola | |
parent | Adding a RDEPEND on renderproto due to the includefiles inheriting (diff) | |
download | historical-d542fee5cf985f93f1a560cfd5a5420465ea85f2.tar.gz historical-d542fee5cf985f93f1a560cfd5a5420465ea85f2.tar.bz2 historical-d542fee5cf985f93f1a560cfd5a5420465ea85f2.zip |
version bump
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-action/luola')
-rw-r--r-- | games-action/luola/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/luola/Manifest | 4 | ||||
-rw-r--r-- | games-action/luola/files/digest-luola-1.3.0 | 3 | ||||
-rw-r--r-- | games-action/luola/luola-1.3.0.ebuild | 43 |
4 files changed, 55 insertions, 2 deletions
diff --git a/games-action/luola/ChangeLog b/games-action/luola/ChangeLog index 7c5ac96e7712..58a6f1925e64 100644 --- a/games-action/luola/ChangeLog +++ b/games-action/luola/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/luola # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.4 2005/08/23 18:11:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.5 2005/10/24 20:16:47 mr_bones_ Exp $ + +*luola-1.3.0 (24 Oct 2005) + + 24 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> +luola-1.3.0.ebuild: + version bump *luola-1.2.9 (23 Aug 2005) diff --git a/games-action/luola/Manifest b/games-action/luola/Manifest index 3b06ab6d06cd..fde5dab35bb3 100644 --- a/games-action/luola/Manifest +++ b/games-action/luola/Manifest @@ -2,7 +2,9 @@ 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 72455e36026c2950db0e63b45ccd7f60 ChangeLog 708 +MD5 fafd778822b1102426125d4406cb491f luola-1.3.0.ebuild 1179 +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 diff --git a/games-action/luola/files/digest-luola-1.3.0 b/games-action/luola/files/digest-luola-1.3.0 new file mode 100644 index 000000000000..19c63068902a --- /dev/null +++ b/games-action/luola/files/digest-luola-1.3.0 @@ -0,0 +1,3 @@ +MD5 3bb6ad28882de3dcb17a0571ba4ed8f9 luola-1.3.0.tar.gz 1779907 +MD5 e5d6a5bea209e80460696d0bbc13d719 stdlevels.tar.gz 1457886 +MD5 1946fb77ead284d86a07437a73c8edd2 nostalgia-1.0.tar.gz 623561 diff --git a/games-action/luola/luola-1.3.0.ebuild b/games-action/luola/luola-1.3.0.ebuild new file mode 100644 index 000000000000..3b1640ac013d --- /dev/null +++ b/games-action/luola/luola-1.3.0.ebuild @@ -0,0 +1,43 @@ +# 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 $ + +inherit eutils games + +DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing" +HOMEPAGE="http://luolamies.org/software/luola/" +SRC_URI="http://luolamies.org/software/luola/${P}.tar.gz + http://www.luolamies.org/software/luola/stdlevels.tar.gz + http://www.luolamies.org/software/luola/nostalgia-1.0.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 x86" +IUSE="" + +DEPEND="media-libs/libsdl + media-libs/sdl-gfx + media-libs/sdl-image + 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 + 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 + doicon luola.png + make_desktop_entry luola Luola + prepgamesdirs +} |