From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7ECCB1381FA for ; Sat, 10 May 2014 13:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D66B8E09FA; Sat, 10 May 2014 13:06:06 +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 5FF16E09FA for ; Sat, 10 May 2014 13:06:06 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [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 8050E33FD70 for ; Sat, 10 May 2014 13:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 35BB718745 for ; Sat, 10 May 2014 13:06:04 +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: <1399725196.61fa04dac18d2bd05a617e9146b091550b03a19e.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/poppler/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 61fa04dac18d2bd05a617e9146b091550b03a19e X-VCS-Branch: master Date: Sat, 10 May 2014 13:06: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 X-Archives-Salt: 667e0d73-0d16-413f-84c9-29b134bdc06b X-Archives-Hash: 2895c558af82faef6e0f1109f649ea55 commit: 61fa04dac18d2bd05a617e9146b091550b03a19e Author: Johannes Huber gentoo org> AuthorDate: Sat May 10 12:33:16 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat May 10 12:33:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=61fa04da [app-text/poppler] Move to git-r3 eclass Package-Manager: portage-2.2.10 --- app-text/poppler/poppler-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index d123bd2..b3fd066 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -4,11 +4,11 @@ EAPI=5 -inherit cmake-utils toolchain-funcs git-2 +inherit cmake-utils toolchain-funcs git-r3 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" HOMEPAGE="http://poppler.freedesktop.org/" -EGIT_REPO_URI="git://git.freedesktop.org/git/poppler/poppler" +EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}" LICENSE="GPL-2" KEYWORDS=""