From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SjCVM-0006Rv-RD for garchives@archives.gentoo.org; Mon, 25 Jun 2012 16:51:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6889E0815; Mon, 25 Jun 2012 16:51:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A5F32E0815 for ; Mon, 25 Jun 2012 16:51:04 +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 135F61B4430 for ; Mon, 25 Jun 2012 16:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C97AFE5432 for ; Mon, 25 Jun 2012 16:51:02 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1340642935.fc735f4a3a8b853f4538f883d21612224b10ef2f.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fc735f4a3a8b853f4538f883d21612224b10ef2f X-VCS-Branch: master Date: Mon, 25 Jun 2012 16:51:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fbe76ec3-93a5-412e-8720-5ba313a9b9a9 X-Archives-Hash: e792466ad8e766c6a253dee85baa96f2 commit: fc735f4a3a8b853f4538f883d21612224b10ef2f Author: Michael Palimaka gentoo org> AuthorDate: Mon Jun 25 16:48:55 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jun 25 16:48:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dfc735f4a [app-misc/strigi] Add workaround for upstream switching their submodules = to use URL prefixes, wrt bug #421857. Note that people bitten by this bug may need to manually remove ${PORTDIR= }/distfiles/egit-src/strigi/ to get a fresh checkout. Upstream commit: http://quickgit.kde.org/index.php?p=3Dstrigi.git&a=3Dcom= mitdiff&h=3Db4e0fcf44aa7e0a1aad0826fd86721ed5567bf61 (Portage version: 2.1.11.1/git/Linux x86_64, unsigned Manifest commit) --- app-misc/strigi/strigi-9999.ebuild | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-= 9999.ebuild index d4bbe7e..b4f4136 100644 --- a/app-misc/strigi/strigi-9999.ebuild +++ b/app-misc/strigi/strigi-9999.ebuild @@ -48,6 +48,13 @@ DEPEND=3D"${COMMONDEPEND} test? ( dev-util/cppunit )" RDEPEND=3D"${COMMONDEPEND}" =20 +if [[ ${PV} =3D=3D 9999 ]] ; then + src_unpack() { + git config --global url."git://anongit.kde.org/".insteadOf "kde:" + git-2_src_unpack + } +fi + src_configure() { # Enabled: POLLING (only reliable way to check for files changed.) # Disabled: xine - recommended upstream to keep it this way