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 8D1EA1381F3 for ; Sun, 13 Oct 2013 17:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD777E09E4; Sun, 13 Oct 2013 17:03:37 +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 46B4BE09DE for ; Sun, 13 Oct 2013 17:03:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19D9B33F03B for ; Sun, 13 Oct 2013 17:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5D01AE546C for ; Sun, 13 Oct 2013 17:03:33 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1381690599.588194b63afd3bb031c3a80e4d29126e914c52ec.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild X-VCS-Directories: media-libs/qt-gstreamer/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 588194b63afd3bb031c3a80e4d29126e914c52ec X-VCS-Branch: master Date: Sun, 13 Oct 2013 17:03:33 +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: 29fdd3ed-68ef-4bc9-bb64-cc4ff3d49cb9 X-Archives-Hash: d64ea53679e80e6d38d02afae779c46e commit: 588194b63afd3bb031c3a80e4d29126e914c52ec Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 13 18:56:39 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 13 18:56:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=588194b6 [media-libs/qt-gstreamer] Move to git-r3 eclass. Package-Manager: portage-2.2.7 --- media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild index ecf2de3..9e958ef 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild @@ -10,8 +10,8 @@ if [[ ${PV} != *9999* ]]; then SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else - GIT_ECLASS="git-2" - EGIT_REPO_URI="git://anongit.freedesktop.org/gstreamer/${PN}" + GIT_ECLASS="git-r3" + EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" ) KEYWORDS="" fi