mr_bones_ 15/05/08 21:16:44 Modified: ChangeLog Added: megaglest-data-3.11.1.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.16 games-strategy/megaglest-data/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 8 Dec 2014 02:20:53 -0000 1.15 +++ ChangeLog 8 May 2015 21:16:44 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/megaglest-data -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.15 2014/12/08 02:20:53 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.16 2015/05/08 21:16:44 mr_bones_ Exp $ + +*megaglest-data-3.11.1 (08 May 2015) + + 08 May 2015; Michael Sterrett <[email protected]> + +megaglest-data-3.11.1.ebuild: + version bump 08 Dec 2014; Patrick Lauer <[email protected]> -megaglest-data-3.6.0.3.ebuild, -megaglest-data-3.7.0.ebuild, 1.1 games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild?rev=1.1&content-type=text/plain Index: megaglest-data-3.11.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild,v 1.1 2015/05/08 21:16:44 mr_bones_ Exp $ EAPI=5 inherit cmake-utils games MY_PN="megaglest" DESCRIPTION="Data files for the cross-platform 3D realtime strategy game MegaGlest" HOMEPAGE="http://www.megaglest.org/" SRC_URI="https://github.com/MegaGlest/megaglest-data/releases/download/${PV}/megaglest-data-${PV}.tar.xz" LICENSE="CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt ) S=${WORKDIR}/${MY_PN}-${PV} src_configure() { local mycmakeargs=( -DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}" -DMEGAGLEST_DATA_INSTALL_PATH="${GAMES_DATADIR}/${MY_PN}" -DMEGAGLEST_ICON_INSTALL_PATH="/usr/share/pixmaps" ) cmake-utils_src_configure } src_compile() { cmake-utils_src_compile } src_install() { use doc && HTML_DOCS="docs/glest_factions/" cmake-utils_src_install prepgamesdirs }
