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 1RxjCE-0002PJ-C0 for garchives@archives.gentoo.org; Wed, 15 Feb 2012 18:03:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAF7E0DC1; Wed, 15 Feb 2012 18:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A2DCEE0DCD for ; Wed, 15 Feb 2012 18:03:06 +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 0F98B1B401D for ; Wed, 15 Feb 2012 18:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C2B73E5400 for ; Wed, 15 Feb 2012 18:03:04 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1329329233.ca5ca9463a9bd46c7118da182b5a3c07ae46537f.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-vcs/qgit/ X-VCS-Repository: proj/qt X-VCS-Files: dev-vcs/qgit/qgit-9999.ebuild X-VCS-Directories: dev-vcs/qgit/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ca5ca9463a9bd46c7118da182b5a3c07ae46537f X-VCS-Branch: master Date: Wed, 15 Feb 2012 18:03:04 +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: ed5d0e1c-b8e0-4430-851b-c4211144d481 X-Archives-Hash: 64a9d51140afb72db2eeab214a52496e commit: ca5ca9463a9bd46c7118da182b5a3c07ae46537f Author: Johannes Huber gentoo org> AuthorDate: Wed Feb 15 18:07:13 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Feb 15 18:07:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dca5ca946 [dev-vcs/qgit] EAPI 4, git-2 eclass. (Portage version: 2.2.0_alpha86/git/Linux i686, unsigned Manifest commit) --- dev-vcs/qgit/qgit-9999.ebuild | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/qgit/qgit-9999.ebuild b/dev-vcs/qgit/qgit-9999.ebuil= d index f6a8abd..190a7b4 100644 --- a/dev-vcs/qgit/qgit-9999.ebuild +++ b/dev-vcs/qgit/qgit-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" -inherit qt4-edge git +EAPI=3D4 +inherit qt4-edge git-2 =20 DESCRIPTION=3D"GUI interface for git/cogito SCM" HOMEPAGE=3D"http://digilander.libero.it/mcostalba/" -EGIT_REPO_URI=3D"git://git.kernel.org/pub/scm/qgit/qgit4.git" +EGIT_REPO_URI=3D"git://git.kernel.org/pub/scm/${PN}/${PN}4.git" =20 LICENSE=3D"GPL-2" SLOT=3D"2"