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 CF4A2138331 for ; Fri, 18 May 2018 22:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5BBEE0872; Fri, 18 May 2018 22:33:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C0F20E0872 for ; Fri, 18 May 2018 22:33:12 +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 73D4E335C63 for ; Fri, 18 May 2018 22:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D81A42A2 for ; Fri, 18 May 2018 22:33:09 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1526682775.135f3febd32b5700d48f32e7b8cbc835a1f25862.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2htmlEX/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild X-VCS-Directories: app-text/pdf2htmlEX/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 135f3febd32b5700d48f32e7b8cbc835a1f25862 X-VCS-Branch: master Date: Fri, 18 May 2018 22:33:09 +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: e504e770-0c74-43f1-8516-5ef6fb990653 X-Archives-Hash: 4a35812d9000e12e56a5cf75a1373b89 commit: 135f3febd32b5700d48f32e7b8cbc835a1f25862 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 18 22:29:35 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 18 22:32:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135f3feb app-text/pdf2htmlEX: inherit versionator Package-Manager: Portage-2.3.38, Repoman-2.3.9 app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild index 384d67d85f0..bb1510fd1d2 100644 --- a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild +++ b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# 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 +inherit cmake-utils toolchain-funcs flag-o-matic versionator DESCRIPTION="A precise PDF to HTML converter" HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/"