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 DCC23138202 for ; Sun, 13 Oct 2013 15:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4336E09D5; Sun, 13 Oct 2013 15:46:09 +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 DCF20E09D5 for ; Sun, 13 Oct 2013 15:46:08 +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 EFB6C33EC99 for ; Sun, 13 Oct 2013 15:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A05DAE5462 for ; Sun, 13 Oct 2013 15:46:06 +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: <1381685721.bcce2258052b4decb890cee3a7cb4586c53cda22.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libgcal/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libgcal/libgcal-9999.ebuild X-VCS-Directories: net-libs/libgcal/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bcce2258052b4decb890cee3a7cb4586c53cda22 X-VCS-Branch: master Date: Sun, 13 Oct 2013 15:46:06 +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: 198fd5c5-599a-4951-a5fc-db339f540d40 X-Archives-Hash: b3ea44fd69123821820e672cfa9e3020 commit: bcce2258052b4decb890cee3a7cb4586c53cda22 Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 13 17:35:21 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 13 17:35:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bcce2258 [net-libs/libgcal] Move to git-r3 eclass. Package-Manager: portage-2.2.7 --- net-libs/libgcal/libgcal-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libgcal/libgcal-9999.ebuild b/net-libs/libgcal/libgcal-9999.ebuild index a9a0771..2e5e019 100644 --- a/net-libs/libgcal/libgcal-9999.ebuild +++ b/net-libs/libgcal/libgcal-9999.ebuild @@ -4,11 +4,11 @@ EAPI=5 -inherit cmake-utils git-2 +inherit cmake-utils git-r3 DESCRIPTION="C/C++ interface to the Google Data API" HOMEPAGE="http://code.google.com/p/libgcal/" -EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}" +EGIT_REPO_URI=( "git://gitorious.org/${PN}/${PN}" ) LICENSE="BSD" KEYWORDS=""