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 1Rxh5L-0002pC-63 for garchives@archives.gentoo.org; Wed, 15 Feb 2012 15:47:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E660EE0D51; Wed, 15 Feb 2012 15:47:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B39A7E0D5C for ; Wed, 15 Feb 2012 15:47:46 +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 2594764C94 for ; Wed, 15 Feb 2012 15:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6678EE5400 for ; Wed, 15 Feb 2012 15:47:44 +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: <1329321114.6e20b7d82f56dca2a408beae3311eb61c30dd4af.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-text/poppler/ X-VCS-Repository: proj/qt 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: 6e20b7d82f56dca2a408beae3311eb61c30dd4af X-VCS-Branch: master Date: Wed, 15 Feb 2012 15:47:44 +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: 19befbac-5816-477d-b6b4-48ef4e7706e4 X-Archives-Hash: 27c06c56bb737e3ac2ad0cf152b85f48 commit: 6e20b7d82f56dca2a408beae3311eb61c30dd4af Author: Johannes Huber gentoo org> AuthorDate: Wed Feb 15 15:51:54 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Feb 15 15:51:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D6e20b7d8 [app-text/poppler] EAPI 4, git-2 eclass. (Portage version: 2.2.0_alpha86/git/Linux i686, unsigned Manifest commit) --- app-text/poppler/poppler-9999.ebuild | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/popp= ler-9999.ebuild index 8ced656..fe68ea9 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -1,10 +1,10 @@ -# 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" +EAPI=3D4 =20 -inherit git cmake-utils +inherit cmake-utils git-2 =20 DESCRIPTION=3D"PDF rendering library based on the xpdf-3.0 code base" HOMEPAGE=3D"http://poppler.freedesktop.org/" @@ -55,10 +55,6 @@ RDEPEND=3D"${COMMON_DEPEND} =20 DOCS=3D(AUTHORS NEWS README README-XPDF TODO) =20 -src_unpack() { - git_src_unpack -} - src_configure() { mycmakeargs=3D( -DBUILD_GTK_TESTS=3DOFF @@ -93,7 +89,7 @@ src_install() { if use cairo && use doc; then # For now install gtk-doc there insinto /usr/share/gtk-doc/html/poppler - doins -r "${S}"/glib/reference/html/* || die 'failed to install API do= cumentation' + doins -r "${S}"/glib/reference/html/* fi } =20