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 F3FF11381FA for ; Mon, 31 Dec 2012 14:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF4CF21C055; Mon, 31 Dec 2012 14:10:24 +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 63F8D21C055 for ; Mon, 31 Dec 2012 14:10:24 +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 4748E33D781 for ; Mon, 31 Dec 2012 14:10:23 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2322) id 114D42171D; Mon, 31 Dec 2012 14:10:22 +0000 (UTC) From: "Julian Ospald (hasufell)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hasufell@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/defcon-demo: ChangeLog defcon-demo-1.60.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog defcon-demo-1.60.ebuild X-VCS-Directories: games-strategy/defcon-demo X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121231141022.114D42171D@flycatcher.gentoo.org> Date: Mon, 31 Dec 2012 14:10:22 +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: e429a640-23aa-4837-863f-7fa11a83788d X-Archives-Hash: 9eaf2f7a51fd5149338d5553c98a5caa hasufell 12/12/31 14:10:22 Modified: ChangeLog Added: defcon-demo-1.60.ebuild Log: version bump wrt #448434 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3) Revision Changes Path 1.7 games-strategy/defcon-demo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/defcon-demo/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/defcon-demo/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/defcon-demo/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 20 Dec 2012 07:25:37 -0000 1.6 +++ ChangeLog 31 Dec 2012 14:10:21 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/defcon-demo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.6 2012/12/20 07:25:37 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.7 2012/12/31 14:10:21 hasufell Exp $ + +*defcon-demo-1.60 (31 Dec 2012) + + 31 Dec 2012; Julian Ospald +defcon-demo-1.60.ebuild: + version bump wrt #448434 20 Dec 2012; Tupone Alfredo defcon-demo-1.42.ebuild: Migrate to EAPI=5. 1.1 games-strategy/defcon-demo/defcon-demo-1.60.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.60.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.60.ebuild?rev=1.1&content-type=text/plain Index: defcon-demo-1.60.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.60.ebuild,v 1.1 2012/12/31 14:10:21 hasufell Exp $ EAPI=5 inherit eutils toolchain-funcs gnome2-utils games MY_PN=defcon MY_PV=${PV:0:3} MY_PVR=1 MY_P=defcon_${MY_PV}-${MY_PVR} DESCRIPTION="Global thermonuclear war simulation with multiplayer support" HOMEPAGE="http://www.introversion.co.uk/defcon/" SRC_URI="x86? ( http://www.introversion.co.uk/defcon/downloads/${MY_P}_i386.deb ) amd64? ( http://www.introversion.co.uk/defcon/downloads/${MY_P}_amd64.deb )" LICENSE="Introversion" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="+system-libs" RESTRICT="mirror strip" # glibc discussion: # http://forums.introversion.co.uk/defcon/viewtopic.php?t=4016 RDEPEND=" media-libs/libogg media-libs/libvorbis >=sys-libs/glibc-2.3 x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXdmcp system-libs? ( media-libs/libsdl )" DEPEND="" QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/lib/${MY_PN}.bin.x86" S=${WORKDIR}/usr/local/games/${MY_PN} src_unpack() { default unpack ./data.tar.gz cd "${S}" || die # maintain compatibility with old installation/script [[ -e lib64 ]] && { mv lib64 lib || die ;} [[ -e ${MY_PN}.bin.x86_64 ]] && { mv ${MY_PN}.bin.x86_64 ${MY_PN}.bin.x86 || die ;} } src_prepare() { # FindPath scripts are ugly and unnecessary if use system-libs ; then rm -f lib/lib* fi sed \ -e "s:GAMEDIR:${GAMES_PREFIX_OPT}/${PN}:g" \ "${FILESDIR}"/${MY_PN} > "${T}"/${MY_PN} \ || die "sed failed" echo "int chdir(const char *d) { return 0; }" > chdir.c \ || die "echo failed" } src_compile() { echo "$(tc-getCC) ${CFLAGS} ${LDFLAGS} -fPIC -shared -o lib/chdir.so chdir.c" $(tc-getCC) ${CFLAGS} ${LDFLAGS} -fPIC -shared -o lib/chdir.so chdir.c || die } src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} insinto "${dir}/lib" doins *.dat exeinto "${dir}"/lib doexe lib/*.so doexe ${MY_PN}.bin.x86 doicon -s 128 ${MY_PN}.png # Can be upgraded to full version, so is not installed as "demo" dogamesbin "${T}"/${MY_PN} make_desktop_entry ${MY_PN} "Defcon" prepgamesdirs } pkg_preinst() { games_pkg_preinst gnome2_icon_savelist } pkg_postinst() { games_pkg_postinst gnome2_icon_cache_update elog "Screenshots will appear in ~/.${MY_PN}/lib" } pkg_postrm() { gnome2_icon_cache_update }