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 77291138334 for ; Fri, 15 Mar 2019 04:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92615E089A; Fri, 15 Mar 2019 04:41:50 +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 6B5A9E089A for ; Fri, 15 Mar 2019 04:41:50 +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 B4422335C78 for ; Fri, 15 Mar 2019 04:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C8A9564 for ; Fri, 15 Mar 2019 04:41:47 +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: <1552624826.361ea1982f9b4acfdab0dceed6d63515fa96a42e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/curve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/curve/curve-1.16.ebuild X-VCS-Directories: dev-tex/curve/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 361ea1982f9b4acfdab0dceed6d63515fa96a42e X-VCS-Branch: master Date: Fri, 15 Mar 2019 04:41: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: 237a9474-6c30-4562-aa2c-3d11b6a8905b X-Archives-Hash: b97f5f5accd4e44b66b57a48311cc805 commit: 361ea1982f9b4acfdab0dceed6d63515fa96a42e Author: Aaron Bauman gentoo org> AuthorDate: Fri Mar 15 04:40:26 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 15 04:40:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361ea198 dev-text/curve: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> dev-tex/curve/curve-1.16.ebuild | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/dev-tex/curve/curve-1.16.ebuild b/dev-tex/curve/curve-1.16.ebuild deleted file mode 100644 index 98be8f326f6..00000000000 --- a/dev-tex/curve/curve-1.16.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit latex-package - -S=${WORKDIR}/${PN} - -DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option" -SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.zip -> ${P}.zip" -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/curve/" -LICENSE="LPPL-1.2" -RDEPEND=">=dev-texlive/texlive-latexextra-2010" -DEPEND="${RDEPEND} - app-arch/unzip" -IUSE="doc examples" - -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" - -TEXMF=/usr/share/texmf-site - -src_install() { - - latex-package_src_doinstall styles - - dodoc README NEWS THANKS - - if use doc ; then - latex-package_src_doinstall pdf - fi - - if use examples ; then - insinto /usr/share/doc/${PF}/example - doins examples/* - fi -}