sping 14/11/22 02:06:02 Modified: ChangeLog Added: gambit-1.0.3.ebuild Log: games-board/gambit: 1.0.3 (bug #529616) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path 1.2 games-board/gambit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/gambit/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 16 Nov 2014 14:41:09 -0000 1.1 +++ ChangeLog 22 Nov 2014 02:06:02 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for games-board/gambit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gambit/ChangeLog,v 1.1 2014/11/16 14:41:09 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gambit/ChangeLog,v 1.2 2014/11/22 02:06:02 sping Exp $ + +*gambit-1.0.3 (22 Nov 2014) + + 22 Nov 2014; Sebastian Pipping <[email protected]> +gambit-1.0.3.ebuild: + Bump to 1.0.3 (which should fix start-up bug #529616) *gambit-1.0.1 (16 Nov 2014) 1.1 games-board/gambit/gambit-1.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/gambit-1.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gambit/gambit-1.0.3.ebuild?rev=1.1&content-type=text/plain Index: gambit-1.0.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-board/gambit/gambit-1.0.3.ebuild,v 1.1 2014/11/22 02:06:02 sping Exp $ EAPI="5" CMAKE_IN_SOURCE_BUILD=true inherit cmake-utils games DESCRIPTION="Qt-based chess application + engine \"gupta\"" HOMEPAGE="http://sourceforge.net/projects/gambitchess/" SRC_URI="mirror://sourceforge/project/${PN}chess/${PN^}-${PV}/${PN^}-${PV}-src.tar.bz2" LICENSE="CC0-1.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 media-libs/mesa x11-libs/libX11" RDEPEND="${DEPEND}" S="${WORKDIR}"/${PN^}-${PV}-src src_configure() { local mycmakeargs=( -DCONFIG_ENABLE_UPDATE_CHECKER=OFF -DCONFIG_GUPTA_ENGINE_DIRECTORY="${GAMES_BINDIR}"/ -DCONFIG_RESOURCE_PATH_PREFIX="${GAMES_DATADIR}"/${PN}/ ) cmake-utils_src_configure } src_compile() { cmake-utils_src_compile emake -C engine/gupta VERBOSE=1 STRIP=/bin/true CFLAGS_RELEASE= release || die } src_install() { insinto "${GAMES_DATADIR}"/${PN} doins -r data/* || die doicon artwork/icons/${PN}/${PN}.svg make_desktop_entry ${PN}chess ${PN^} ${PN} Game || die dodoc doc/contributors.txt || die dogamesbin engine/gupta/gupta || die dogamesbin ${PN}chess || die }
