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 4B9CD1381F3 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 4A9F9E09A4; 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 8E30DE09A4 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 A9C0433F003 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 584C8E545D 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: <1381685529.b39e024dbb06b7de9607a065a84789ed327c91b6.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libqinfinity/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libqinfinity/libqinfinity-9999.ebuild X-VCS-Directories: net-libs/libqinfinity/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b39e024dbb06b7de9607a065a84789ed327c91b6 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: e987cdc9-f9b4-4ac1-b52a-82bf62ad0150 X-Archives-Hash: b95c75ba453c99afb1df8b9747e09ce7 commit: b39e024dbb06b7de9607a065a84789ed327c91b6 Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 13 17:32:09 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 13 17:32:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b39e024d [net-libs/libqinfinity] Move to git-r3 eclass. Package-Manager: portage-2.2.7 --- net-libs/libqinfinity/libqinfinity-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libqinfinity/libqinfinity-9999.ebuild b/net-libs/libqinfinity/libqinfinity-9999.ebuild index da6e756..c2cb52f 100644 --- a/net-libs/libqinfinity/libqinfinity-9999.ebuild +++ b/net-libs/libqinfinity/libqinfinity-9999.ebuild @@ -5,11 +5,11 @@ EAPI=5 MY_P="${PN}-v${PV}" -inherit cmake-utils git-2 +inherit cmake-utils git-r3 DESCRIPTION="Qt-style interface for libinfinity" HOMEPAGE="https://projects.kde.org/projects/playground/libs/libqinfinity" -EGIT_REPO_URI="git://anongit.kde.org/${PN}" +EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) LICENSE="GPL-2" SLOT="0"