From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Iwsb6-00068a-A6 for garchives@archives.gentoo.org; Tue, 27 Nov 2007 05:03:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAR52reS017136; Tue, 27 Nov 2007 05:02:53 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lAR52p4w017131 for ; Tue, 27 Nov 2007 05:02:52 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AE98964F31 for ; Tue, 27 Nov 2007 05:02:51 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Iwsaw-00067g-L3 for gentoo-commits@lists.gentoo.org; Tue, 27 Nov 2007 05:02:50 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/outerspace: ChangeLog outerspace-0.5.66.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog outerspace-0.5.66.ebuild X-VCS-Directories: games-strategy/outerspace X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Michael Sterrett Date: Tue, 27 Nov 2007 05:02:50 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: fed07bab-b9e7-4c78-b310-0bcf6b4daa03 X-Archives-Hash: 0d4cee276c54bf3f472ed6f927432fb6 mr_bones_ 07/11/27 05:02:50 Modified: ChangeLog Added: outerspace-0.5.66.ebuild Log: version bump (Portage version: 2.1.3.19) Revision Changes Path 1.10 games-strategy/outerspace/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 12 Aug 2007 00:27:49 -0000 1.9 +++ ChangeLog 27 Nov 2007 05:02:50 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/outerspace # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.9 2007/08/12 00:27:49 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.10 2007/11/27 05:02:50 mr_bones_ Exp $ + +*outerspace-0.5.66 (27 Nov 2007) + + 27 Nov 2007; Michael Sterrett + +outerspace-0.5.66.ebuild: + version bump *outerspace-0.5.65 (12 Aug 2007) 1.1 games-strategy/outerspace/outerspace-0.5.66.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild?rev=1.1&content-type=text/plain Index: outerspace-0.5.66.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild,v 1.1 2007/11/27 05:02:50 mr_bones_ Exp $ inherit eutils games MY_PN=${PN/outerspace/OuterSpace} MY_P=${MY_PN}-${PV} DESCRIPTION="on-line strategy game taking place in the dangerous universe" HOMEPAGE="http://www.ospace.net/" SRC_URI="mirror://sourceforge/ospace/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-python/pygame-1.7 >=dev-lang/python-2.4" S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} cd "${S}" sed -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \ "${FILESDIR}"/${PN} > ${PN} \ || die "sed failed" } src_install() { insinto "$(games_get_libdir)"/${PN} doins -r osc.py lib libsrvr || die "doins lib failed" insinto "${GAMES_DATADIR}"/${PN} doins -r res || die "doins data failed" dogamesbin ${PN} || die "dogamesbin failed" newicon res/icon32.png ${PN}.png make_desktop_entry ${PN} ${MY_PN} prepgamesdirs } -- gentoo-commits@gentoo.org mailing list