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 283041381F3 for ; Sun, 13 Oct 2013 17:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AFFEE086F; Sun, 13 Oct 2013 17:03:34 +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 9CF7EE05C1 for ; Sun, 13 Oct 2013 17:03:33 +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 BCAB833EEAD for ; Sun, 13 Oct 2013 17:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 71A48E545D for ; Sun, 13 Oct 2013 17:03:31 +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: <1381689698.ecfe04cdcb65b99f6c35ff6eb8af66311d9a5248.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-misc/strigi/ X-VCS-Repository: proj/kde X-VCS-Files: app-misc/strigi/strigi-9999.ebuild X-VCS-Directories: app-misc/strigi/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ecfe04cdcb65b99f6c35ff6eb8af66311d9a5248 X-VCS-Branch: master Date: Sun, 13 Oct 2013 17:03:31 +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: aff33115-47be-4723-a3a3-b268c20748f5 X-Archives-Hash: d6243a76a6d5cfb501559cda37ec7ff4 commit: ecfe04cdcb65b99f6c35ff6eb8af66311d9a5248 Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 13 18:41:38 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 13 18:41:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ecfe04cd [app-misc/strigi] Move to git-r3 eclass. Package-Manager: portage-2.2.7 --- app-misc/strigi/strigi-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-9999.ebuild index 15df729..398fab4 100644 --- a/app-misc/strigi/strigi-9999.ebuild +++ b/app-misc/strigi/strigi-9999.ebuild @@ -8,8 +8,8 @@ if [[ "${PV}" != "9999" ]]; then SRC_URI="http://www.vandenoever.info/software/strigi/${P}.tar.bz2" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" else - EGIT_REPO_URI="git://anongit.kde.org/strigi" - GIT_ECLASS="git-2" + EGIT_REPO_URI=( "git://anongit.kde.org/strigi" ) + GIT_ECLASS="git-r3" EGIT_HAS_SUBMODULES="true" KEYWORDS="" fi @@ -49,7 +49,7 @@ DEPEND="${RDEPEND} if [[ ${PV} == 9999 ]] ; then src_unpack() { git config --global url."git://anongit.kde.org/".insteadOf "kde:" || die - git-2_src_unpack + git-r3_src_unpack pushd "${S}" > /dev/null || die git submodule foreach git checkout origin/master || die popd > /dev/null || die