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 81701138CDC for ; Mon, 22 Jun 2015 21:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F162C14001; Mon, 22 Jun 2015 21:08:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EC8514001 for ; Mon, 22 Jun 2015 21:08:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79B04340ABF for ; Mon, 22 Jun 2015 21:08:39 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2346) id 9CB0CA40; Mon, 22 Jun 2015 21:08:35 +0000 (UTC) From: "Devan Franchini (twitch153)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, twitch153@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dolphin-9999.ebuild ChangeLog X-VCS-Directories: games-emulation/dolphin X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150622210835.9CB0CA40@oystercatcher.gentoo.org> Date: Mon, 22 Jun 2015 21:08:35 +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: 8b07b53c-bac1-464a-8a55-d1cdae64d3e0 X-Archives-Hash: 36fc6fe8e88a9ad56548a5816a7c00d2 twitch153 15/06/22 21:08:35 Modified: dolphin-9999.ebuild ChangeLog Log: Updates git eclass to version r3 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF) Revision Changes Path 1.30 games-emulation/dolphin/dolphin-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.29&r2=1.30 Index: dolphin-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- dolphin-9999.ebuild 10 Jun 2015 23:00:19 -0000 1.29 +++ dolphin-9999.ebuild 22 Jun 2015 21:08:35 -0000 1.30 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.29 2015/06/10 23:00:19 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.30 2015/06/22 21:08:35 twitch153 Exp $ EAPI=5 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]] then EGIT_REPO_URI="https://github.com/dolphin-emu/dolphin" - inherit git-2 + inherit git-r3 KEYWORDS="" else SRC_URI="http://${PN}-emu.googlecode.com/files/${P}-src.zip" 1.42 games-emulation/dolphin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 10 Jun 2015 23:00:19 -0000 1.41 +++ ChangeLog 22 Jun 2015 21:08:35 -0000 1.42 @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.41 2015/06/10 23:00:19 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.42 2015/06/22 21:08:35 twitch153 Exp $ + + 22 Jun 2015; Devan Franchini dolphin-9999.ebuild: + Updates git eclass to version r3 10 Jun 2015; Devan Franchini dolphin-9999.ebuild, metadata.xml: