diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-03-18 18:51:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-03-18 18:51:05 +0000 |
commit | c5a76c7ea97c9186dfa3846ca79efbf80034e0a5 (patch) | |
tree | 478b917fdd15d567ac637b21932b8b10238b6c06 /games-action | |
parent | Security bump (bug #504990). Removed old (diff) | |
download | gentoo-2-c5a76c7ea97c9186dfa3846ca79efbf80034e0a5.tar.gz gentoo-2-c5a76c7ea97c9186dfa3846ca79efbf80034e0a5.tar.bz2 gentoo-2-c5a76c7ea97c9186dfa3846ca79efbf80034e0a5.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/luola/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/luola/files/luola-1.3.0-underlink.patch | 11 | ||||
-rw-r--r-- | games-action/luola/luola-1.3.0-r1.ebuild | 57 |
3 files changed, 6 insertions, 70 deletions
diff --git a/games-action/luola/ChangeLog b/games-action/luola/ChangeLog index 0fbd81e60451..9dc0d8100669 100644 --- a/games-action/luola/ChangeLog +++ b/games-action/luola/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/luola -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.16 2013/12/24 12:43:34 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.17 2014/03/18 18:51:05 mr_bones_ Exp $ + + 18 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org> + -files/luola-1.3.0-underlink.patch, -luola-1.3.0-r1.ebuild: + old 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> luola-1.3.2.ebuild: Stable for x86, wrt bug #491058 diff --git a/games-action/luola/files/luola-1.3.0-underlink.patch b/games-action/luola/files/luola-1.3.0-underlink.patch deleted file mode 100644 index 5bf998177be7..000000000000 --- a/games-action/luola/files/luola-1.3.0-underlink.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.am.old 2011-06-17 08:41:40.882481147 +0200 -+++ src/Makefile.am 2011-06-17 08:41:58.497602372 +0200 -@@ -2,7 +2,7 @@ - - bin_PROGRAMS = luola - --luola_LDADD = @SDL_LIBS@ -+luola_LDADD = @SDL_LIBS@ -lm - - luola_SOURCES = \ - defines.h \ diff --git a/games-action/luola/luola-1.3.0-r1.ebuild b/games-action/luola/luola-1.3.0-r1.ebuild deleted file mode 100644 index 380fc02a12b4..000000000000 --- a/games-action/luola/luola-1.3.0-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 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-r1.ebuild,v 1.4 2011/06/17 10:25:17 tupone Exp $ - -EAPI=2 -inherit eutils autotools games - -DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing" -HOMEPAGE="http://luolamies.org/software/luola/" -PATCH_SET="http://luolamies.org/software/luola/luola-1.3.0-1.patch - http://luolamies.org/software/luola/luola-1.3.0-2.patch" -SRC_URI="http://luolamies.org/software/luola/${P}.tar.gz - http://www.luolamies.org/software/luola/stdlevels-6.0.tar.gz - http://www.luolamies.org/software/luola/nostalgia-1.2.tar.gz - ${PATCH_SET}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="media-libs/libsdl - media-libs/sdl-gfx - media-libs/sdl-image - media-libs/sdl-mixer - media-libs/sdl-ttf" - -src_prepare() { - local p - - epatch "${FILESDIR}"/${P}-underlink.patch - - cd "${S}/src" - for p in ${PATCH_SET} - do - epatch "${DISTDIR}/${p##*/}" - done - - cd .. - eautoreconf -} - -src_configure() { - egamesconf --enable-sound -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - 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 -} |