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 8A08313997D for ; Sun, 10 Nov 2019 10:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EAC5E0A98; Sun, 10 Nov 2019 10:30:28 +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 B579DE0A98 for ; Sun, 10 Nov 2019 10:30:26 +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 38AFB34CC40 for ; Sat, 9 Nov 2019 20:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A8D8A7 for ; Sat, 9 Nov 2019 20:15:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573330479.94e56593f753a96a1200e24648d4e98908dd8257.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/foiltex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/foiltex/foiltex-2.1.4b.ebuild X-VCS-Directories: dev-tex/foiltex/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 94e56593f753a96a1200e24648d4e98908dd8257 X-VCS-Branch: master Date: Sat, 9 Nov 2019 20:15:10 +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: 845b9f41-eb3b-4721-a94a-9e50cf9a5630 X-Archives-Hash: d5b54da48afd80bb6e81b2588e777624 commit: 94e56593f753a96a1200e24648d4e98908dd8257 Author: Aaron Bauman gentoo org> AuthorDate: Sat Nov 9 20:14:39 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Nov 9 20:14:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e56593 dev-tex/foiltex: bump EAPI and stuff Signed-off-by: Aaron Bauman gentoo.org> dev-tex/foiltex/foiltex-2.1.4b.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-tex/foiltex/foiltex-2.1.4b.ebuild b/dev-tex/foiltex/foiltex-2.1.4b.ebuild index c9d98d6435a..f50a0f0b013 100644 --- a/dev-tex/foiltex/foiltex-2.1.4b.ebuild +++ b/dev-tex/foiltex/foiltex-2.1.4b.ebuild @@ -1,26 +1,27 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit latex-package -S=${WORKDIR}/${PN} - DESCRIPTION="LaTeX package used to create foils and slides" HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/foiltex.html" # Taken from http://www.ctan.org/get/macros/latex/contrib/foiltex.zip SRC_URI="mirror://gentoo/${P}.zip" +KEYWORDS="amd64 ppc x86" LICENSE="FoilTeX" SLOT="0" -KEYWORDS="amd64 ppc x86" IUSE="" -TEXMF=/usr/share/texmf-site DEPEND="app-arch/unzip" RDEPEND="" +TEXMF=/usr/share/texmf-site + +S=${WORKDIR}/${PN} + src_install () { latex-package_src_doinstall all dodoc "${S}/README"