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 918A71381F3 for ; Sun, 13 Oct 2013 16:39:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7024FE09DA; Sun, 13 Oct 2013 16:39:49 +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 EE83FE09DA for ; Sun, 13 Oct 2013 16:39:48 +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 C7A0C33F034 for ; Sun, 13 Oct 2013 16:39:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6CD92E545D for ; Sun, 13 Oct 2013 16:39:45 +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: <1381689576.1ff53e5fb96967804561040e350791ab47551a1b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdiff3/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdiff3/kdiff3-9999.ebuild X-VCS-Directories: kde-misc/kdiff3/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 1ff53e5fb96967804561040e350791ab47551a1b X-VCS-Branch: master Date: Sun, 13 Oct 2013 16:39:45 +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: 7ccf0343-6ecb-4f63-9fbc-6a458577271e X-Archives-Hash: 7e84f53ec65870b1b2bb1bd0860fd8be commit: 1ff53e5fb96967804561040e350791ab47551a1b Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 13 18:39:36 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 13 18:39:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1ff53e5f [kde-misc/kdiff3] Move to git-r3 eclass. Package-Manager: portage-2.2.7 --- kde-misc/kdiff3/kdiff3-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-misc/kdiff3/kdiff3-9999.ebuild b/kde-misc/kdiff3/kdiff3-9999.ebuild index 825b43f..feafd7c 100644 --- a/kde-misc/kdiff3/kdiff3-9999.ebuild +++ b/kde-misc/kdiff3/kdiff3-9999.ebuild @@ -20,8 +20,7 @@ inherit kde4-base qt4-r2 DESCRIPTION="Qt/KDE based frontend to diff3" HOMEPAGE="http://kdiff3.sourceforge.net/" -EGIT_REPO_URI="git://git.code.sf.net/p/kdiff3/code" -EGIT_PROJECT="${PN}" +EGIT_REPO_URI=( "git://git.code.sf.net/p/kdiff3/code" ) LICENSE="GPL-2" SLOT="4" @@ -40,7 +39,7 @@ RESTRICT="!kde? ( test )" src_unpack(){ if [[ ${PV} == *9999* ]]; then - git-2_src_unpack + git-r3_src_unpack mv "${S}"/${PN}/* "${S}" || die elif use kde; then kde4-base_src_unpack