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 517E213989A for ; Thu, 27 Aug 2015 19:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7B5F14336; Thu, 27 Aug 2015 19:24:32 +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 3D4BC14336 for ; Thu, 27 Aug 2015 19:24:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50269340A8E for ; Thu, 27 Aug 2015 19:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82B74130 for ; Thu, 27 Aug 2015 19:24:29 +0000 (UTC) From: "Ian Whyman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" Message-ID: <1440703457.1c166beb0cb663a28db50b2af9b9ab063b602df1.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-0.10.2.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: 1c166beb0cb663a28db50b2af9b9ab063b602df1 X-VCS-Branch: master Date: Thu, 27 Aug 2015 19:24:29 +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: 740c3f23-b2fe-49e3-a2c4-ce007789b9d0 X-Archives-Hash: b6e1f7f245455c12bee1a160c455fd9b commit: 1c166beb0cb663a28db50b2af9b9ab063b602df1 Author: Ian Whyman gentoo org> AuthorDate: Thu Aug 27 19:21:08 2015 +0000 Commit: Ian Whyman gentoo org> CommitDate: Thu Aug 27 19:24:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c166beb media-video/handbrake: Move live from SVN to git Bug: 558764 media-video/handbrake/handbrake-0.10.2.ebuild | 4 ++-- media-video/handbrake/handbrake-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/handbrake/handbrake-0.10.2.ebuild b/media-video/handbrake/handbrake-0.10.2.ebuild index 0653b7d..d9c8308 100644 --- a/media-video/handbrake/handbrake-0.10.2.ebuild +++ b/media-video/handbrake/handbrake-0.10.2.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools eutils gnome2-utils python-any-r1 if [[ ${PV} = *9999* ]]; then - ESVN_REPO_URI="svn://svn.handbrake.fr/HandBrake/trunk" - inherit subversion + EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git" + inherit git-r3 KEYWORDS="" else SRC_URI="http://handbrake.fr/rotation.php?file=HandBrake-${PV}.tar.bz2 -> ${P}.tar.bz2" diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index 0653b7d..d9c8308 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools eutils gnome2-utils python-any-r1 if [[ ${PV} = *9999* ]]; then - ESVN_REPO_URI="svn://svn.handbrake.fr/HandBrake/trunk" - inherit subversion + EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git" + inherit git-r3 KEYWORDS="" else SRC_URI="http://handbrake.fr/rotation.php?file=HandBrake-${PV}.tar.bz2 -> ${P}.tar.bz2"