Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/curve/
Date: Fri, 15 Mar 2019 04:41:51
Message-Id: 1552624826.361ea1982f9b4acfdab0dceed6d63515fa96a42e.bman@gentoo
1 commit: 361ea1982f9b4acfdab0dceed6d63515fa96a42e
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 15 04:40:26 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 15 04:40:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361ea198
7
8 dev-text/curve: drop old EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-tex/curve/curve-1.16.ebuild | 38 --------------------------------------
13 1 file changed, 38 deletions(-)
14
15 diff --git a/dev-tex/curve/curve-1.16.ebuild b/dev-tex/curve/curve-1.16.ebuild
16 deleted file mode 100644
17 index 98be8f326f6..00000000000
18 --- a/dev-tex/curve/curve-1.16.ebuild
19 +++ /dev/null
20 @@ -1,38 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=2
25 -
26 -inherit latex-package
27 -
28 -S=${WORKDIR}/${PN}
29 -
30 -DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option"
31 -SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.zip -> ${P}.zip"
32 -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/curve/"
33 -LICENSE="LPPL-1.2"
34 -RDEPEND=">=dev-texlive/texlive-latexextra-2010"
35 -DEPEND="${RDEPEND}
36 - app-arch/unzip"
37 -IUSE="doc examples"
38 -
39 -SLOT="0"
40 -KEYWORDS="amd64 ppc ~sparc x86"
41 -
42 -TEXMF=/usr/share/texmf-site
43 -
44 -src_install() {
45 -
46 - latex-package_src_doinstall styles
47 -
48 - dodoc README NEWS THANKS
49 -
50 - if use doc ; then
51 - latex-package_src_doinstall pdf
52 - fi
53 -
54 - if use examples ; then
55 - insinto /usr/share/doc/${PF}/example
56 - doins examples/*
57 - fi
58 -}