From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D67C3138331 for ; Mon, 21 May 2018 21:55:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C48E4E08CE; Mon, 21 May 2018 21:55:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E7D1E08CD for ; Mon, 21 May 2018 21:55:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 678F5335C60 for ; Mon, 21 May 2018 21:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BAFA2A9 for ; Mon, 21 May 2018 21:54:58 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1526939693.54964cde4b7b96f6611f3bfd9df533097d6249f1.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2htmlEX/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild X-VCS-Directories: app-text/pdf2htmlEX/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 54964cde4b7b96f6611f3bfd9df533097d6249f1 X-VCS-Branch: master Date: Mon, 21 May 2018 21:54:58 +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: 2df84692-c49a-48e4-84a0-83256bc49967 X-Archives-Hash: 14a17a928ba4a5ee00e6e657e093668e commit: 54964cde4b7b96f6611f3bfd9df533097d6249f1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon May 21 21:54:12 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon May 21 21:54:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54964cde app-text/pdf2htmlEX: Add live ebuild Package-Manager: Portage-2.3.38, Repoman-2.3.9 app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild | 51 ++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild new file mode 100644 index 00000000000..327250408f9 --- /dev/null +++ b/app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils toolchain-funcs flag-o-matic versionator + +DESCRIPTION="A precise PDF to HTML converter (dilfridge fork)" +HOMEPAGE="https://github.com/akhuettel/pdf2htmlEX" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/akhuettel/pdf2htmlEX.git" +else + SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3+" +SLOT="0" +IUSE="" + +CDEPEND=" + >=app-text/poppler-0.61.1:=[jpeg,png] +