mr_bones_ 14/03/18 06:33:59 Modified: ChangeLog Added: maelstrom-3.0.6-r2.ebuild Log: EAPI=5; update HOMEPAGE (bug #499700); warnings patch (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.21 games-action/maelstrom/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 31 Mar 2010 20:51:08 -0000 1.20 +++ ChangeLog 18 Mar 2014 06:33:58 -0000 1.21 @@ -1,6 +1,13 @@ # ChangeLog for games-action/maelstrom -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.20 2010/03/31 20:51:08 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.21 2014/03/18 06:33:58 mr_bones_ Exp $ + +*maelstrom-3.0.6-r2 (18 Mar 2014) + + 18 Mar 2014; Michael Sterrett <[email protected]> + +files/maelstrom-3.0.6-gcc34.patch, +files/maelstrom-3.0.6-security.patch, + +files/maelstrom-3.0.6-warnings.patch, +maelstrom-3.0.6-r2.ebuild: + EAPI=5; update HOMEPAGE (bug #499700); warnings patch 31 Mar 2010; Michael Sterrett <[email protected]> maelstrom-3.0.6-r1.ebuild: 1.1 games-action/maelstrom/maelstrom-3.0.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.1&content-type=text/plain Index: maelstrom-3.0.6-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.1 2014/03/18 06:33:58 mr_bones_ Exp $ EAPI=5 inherit autotools eutils games MY_P=Maelstrom-${PV} DESCRIPTION="An asteroids battle game" HOMEPAGE="http://www.libsdl.org/projects/Maelstrom/" SRC_URI="http://www.libsdl.org/projects/Maelstrom/src/${MY_P}.tar.gz" KEYWORDS="~alpha ~amd64 ~ppc ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="media-libs/libsdl[audio,joystick,video] media-libs/sdl-net" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} src_prepare() { epatch \ "${FILESDIR}"/${P}-security.patch \ "${FILESDIR}"/${P}-64bits.patch \ "${FILESDIR}"/${P}-gcc34.patch \ "${FILESDIR}"/${P}-warnings.patch # Install the data into $(datadir)/..., not $(prefix)/games/... sed -i \ -e "s:(prefix)/games/:(datadir)/:" configure.in || die sed -i \ -e '/make install_gamedata/ { s:=:=$(DESTDIR)/:; s/make/$(MAKE)/; s/install_gamedata/install-binPROGRAMS install_gamedata/; }' Makefile.am || die # Install the high scores file in ${GAMES_STATEDIR} sed -i \ -e "s:path.Path(MAELSTROM_SCORES):\"${GAMES_STATEDIR}/\"MAELSTROM_SCORES:" scores.cpp || die eautoreconf } src_install() { emake DESTDIR="${D}" install dodoc Changelog README* Docs/{Maelstrom-Announce,*FAQ,MaelstromGPL_press_release,*.Paper,Technical_Notes*} newicon "${D}${GAMES_DATADIR}"/Maelstrom/icon.xpm maelstrom.xpm make_desktop_entry Maelstrom "Maelstrom" maelstrom # Put the high scores file in the right place insinto "${GAMES_STATEDIR}" doins "${D}${GAMES_DATADIR}"/Maelstrom/Maelstrom-Scores # clean up some cruft rm -f \ "${D}${GAMES_DATADIR}"/Maelstrom/Maelstrom-Scores \ "${D}${GAMES_DATADIR}"/Maelstrom/Images/Makefile* # make sure we can update the high scores fperms 664 "${GAMES_STATEDIR}"/Maelstrom-Scores prepgamesdirs }
