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 C8CAC138A03 for ; Wed, 13 Feb 2013 19:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4972C21C028; Wed, 13 Feb 2013 19:34:31 +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 CFE2921C028 for ; Wed, 13 Feb 2013 19:34:30 +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 EB93933E560 for ; Wed, 13 Feb 2013 19:34:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2322) id DC12B2171D; Wed, 13 Feb 2013 19:34:27 +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-action/trine2: trine2-1.16.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: trine2-1.16.ebuild ChangeLog X-VCS-Directories: games-action/trine2 X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130213193427.DC12B2171D@flycatcher.gentoo.org> Date: Wed, 13 Feb 2013 19:34:27 +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: 525dfbbf-ff32-48ad-81b6-397f27f21d92 X-Archives-Hash: bb293fa7faa0d0a4dd7c27254aafc8cb hasufell 13/02/13 19:34:27 Modified: trine2-1.16.ebuild ChangeLog Log: add bindist restriction (Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key E73C35B3) Revision Changes Path 1.2 games-action/trine2/trine2-1.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/trine2-1.16.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/trine2-1.16.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/trine2-1.16.ebuild?r1=1.1&r2=1.2 Index: trine2-1.16.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trine2-1.16.ebuild 13 Feb 2013 19:24:58 -0000 1.1 +++ trine2-1.16.ebuild 13 Feb 2013 19:34:27 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v 1.1 2013/02/13 19:24:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v 1.2 2013/02/13 19:34:27 hasufell Exp $ EAPI=5 inherit eutils unpacker gnome2-utils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="+launcher system-libs" -RESTRICT="fetch" +RESTRICT="fetch bindist" QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/${PN}* ${GAMES_PREFIX_OPT}/${PN}/lib/*" 1.2 games-action/trine2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine2/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 13 Feb 2013 19:24:58 -0000 1.1 +++ ChangeLog 13 Feb 2013 19:34:27 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for games-action/trine2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.1 2013/02/13 19:24:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.2 2013/02/13 19:34:27 hasufell Exp $ + + 13 Feb 2013; Julian Ospald trine2-1.16.ebuild: + add bindist restriction *trine2-1.16 (13 Feb 2013)