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 740C91387FD for ; Tue, 1 Apr 2014 09:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A0B6E0A04; Tue, 1 Apr 2014 09:21:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 036DFE0A04 for ; Tue, 1 Apr 2014 09:21:37 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E18633F7F8 for ; Tue, 1 Apr 2014 09:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9A45D18874 for ; Tue, 1 Apr 2014 09:21:34 +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: <1396344086.e725ce4991f9678a47cec5d76219e01c955a5f36.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: net-irc/quassel/ X-VCS-Repository: dev/johu X-VCS-Files: net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e725ce4991f9678a47cec5d76219e01c955a5f36 X-VCS-Branch: master Date: Tue, 1 Apr 2014 09:21:34 +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: 14db3de2-2e60-40f8-8d3e-0ec02d4f4245 X-Archives-Hash: 92c674809e54d38694a48c5a40669a40 commit: e725ce4991f9678a47cec5d76219e01c955a5f36 Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 1 09:21:26 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Apr 1 09:21:26 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=e725ce49 [net-irc/quassel] Move to git-r3 eclass Package-Manager: portage-2.2.10 --- net-irc/quassel/quassel-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 3cabe2b..9382642 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -6,9 +6,9 @@ EAPI=5 inherit cmake-utils eutils pax-utils user versionator -EGIT_REPO_URI="git://git.quassel-irc.org/quassel.git" +EGIT_REPO_URI="git://git.quassel-irc.org/quassel" EGIT_BRANCH="master" -[[ "${PV}" == "9999" ]] && inherit git-2 +[[ "${PV}" == "9999" ]] && inherit git-r3 DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" HOMEPAGE="http://quassel-irc.org/"