From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 67CC913834F for ; Tue, 8 Jan 2013 00:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23EFE21C056; Tue, 8 Jan 2013 00:00:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B1DF21C056 for ; Tue, 8 Jan 2013 00:00:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CEA733BEC9 for ; Tue, 8 Jan 2013 00:00:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id EABAA2171D; Tue, 8 Jan 2013 00:00:49 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/seven-kingdoms: ChangeLog seven-kingdoms-2.14.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog seven-kingdoms-2.14.4.ebuild X-VCS-Directories: games-strategy/seven-kingdoms X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130108000049.EABAA2171D@flycatcher.gentoo.org> Date: Tue, 8 Jan 2013 00:00:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fa4b1433-e99c-4562-8e81-14dc0f623722 X-Archives-Hash: 4638917a6a4edf0a1bee6c1f2cebb081 pinkbyte 13/01/08 00:00:49 Modified: ChangeLog Added: seven-kingdoms-2.14.4.ebuild Log: Version bump (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.3 games-strategy/seven-kingdoms/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/seven-kingdoms/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/seven-kingdoms/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/seven-kingdoms/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/seven-kingdoms/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 20 Nov 2012 05:56:10 -0000 1.2 +++ ChangeLog 8 Jan 2013 00:00:49 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/seven-kingdoms -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/seven-kingdoms/ChangeLog,v 1.2 2012/11/20 05:56:10 pinkbyte Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/seven-kingdoms/ChangeLog,v 1.3 2013/01/08 00:00:49 pinkbyte Exp $ + +*seven-kingdoms-2.14.4 (08 Jan 2013) + + 08 Jan 2013; Sergey Popov + +seven-kingdoms-2.14.4.ebuild: + Version bump 20 Nov 2012; Sergey Popov seven-kingdoms-2.14.3.ebuild: Correct libsdl dependency wrt bug #443936. Thanks to Julian Ospald for 1.1 games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild?rev=1.1&content-type=text/plain Index: seven-kingdoms-2.14.4.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild,v 1.1 2013/01/08 00:00:49 pinkbyte Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 inherit autotools-utils games MY_PN="7kaa" MY_P="${MY_PN}-${PV}" DESCRIPTION="Seven Kingdoms: Ancient Adversaries" HOMEPAGE="http://7kfans.com/" SRC_URI="mirror://sourceforge/skfans/${MY_PN}-source-${PV}.tar.bz2 http://dev.gentoo.org/~pinkbyte/distfiles/${MY_PN}.png" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="media-libs/libsdl[X,video] media-libs/sdl-net media-libs/openal" RDEPEND="${DEPEND}" PDEPEND="games-strategy/seven-kingdoms-data" S="${WORKDIR}/${MY_P}" DOCS=( README ) src_configure() { # In current state debugging works only on Windows :-/ egamesconf \ --disable-debug \ --without-directx \ --without-wine \ --program-suffix=".bin" \ --datadir="${GAMES_DATADIR}/${MY_PN}" } src_install() { autotools-utils_src_install doicon "${DISTDIR}/${MY_PN}.png" games_make_wrapper "${MY_PN}" "${GAMES_BINDIR}/${MY_PN}.bin" "${GAMES_DATADIR}/${MY_PN}" make_desktop_entry "${MY_PN}" "Seven Kingdoms: Ancient Adversaries" "${MY_PN}" "Game;StrategyGame" prepgamesdirs }