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 151B5138334 for ; Sun, 8 Sep 2019 17:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 257E9E0841; Sun, 8 Sep 2019 17:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F2627E083E for ; Sun, 8 Sep 2019 17:32:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2A0BE34AE9A for ; Sun, 8 Sep 2019 17:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77937E5 for ; Sun, 8 Sep 2019 17:32:47 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1567963916.b1c458231162cb2abd0029a3d3da9f888550c09e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/catdvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/catdvi/catdvi-0.14-r1.ebuild dev-tex/catdvi/catdvi-0.14-r2.ebuild X-VCS-Directories: dev-tex/catdvi/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b1c458231162cb2abd0029a3d3da9f888550c09e X-VCS-Branch: master Date: Sun, 8 Sep 2019 17:32:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f308bf5-092e-420c-b0a4-f2fa74daa8be X-Archives-Hash: bec621bab579e725946f0011cb805c69 commit: b1c458231162cb2abd0029a3d3da9f888550c09e Author: Ulrich Müller gentoo org> AuthorDate: Sun Sep 8 17:10:06 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Sep 8 17:31:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c45823 dev-tex/catdvi: Bump EAPI to 7. Specify LICENSE more precisely. Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> .../{catdvi-0.14-r1.ebuild => catdvi-0.14-r2.ebuild} | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/dev-tex/catdvi/catdvi-0.14-r1.ebuild b/dev-tex/catdvi/catdvi-0.14-r2.ebuild similarity index 63% rename from dev-tex/catdvi/catdvi-0.14-r1.ebuild rename to dev-tex/catdvi/catdvi-0.14-r2.ebuild index 7783adcdb42..1f4af1e9e18 100644 --- a/dev-tex/catdvi/catdvi-0.14-r1.ebuild +++ b/dev-tex/catdvi/catdvi-0.14-r2.ebuild @@ -1,28 +1,29 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit eutils autotools toolchain-funcs flag-o-matic +inherit autotools toolchain-funcs flag-o-matic DESCRIPTION="DVI to plain text translator" HOMEPAGE="http://catdvi.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND="virtual/tex-base dev-libs/kpathsea" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { - epatch "${FILESDIR}/${P}-kpathsea.patch" + eapply "${FILESDIR}"/${P}-kpathsea.patch + eapply_user eautoconf - has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" + has_version '>=dev-libs/kpathsea-6.2.1' \ + && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" } src_compile() {