summaryrefslogtreecommitdiff
path: root/dev-tex
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-03-15 00:40:26 -0400
committerAaron Bauman <bman@gentoo.org>2019-03-15 00:40:26 -0400
commit361ea1982f9b4acfdab0dceed6d63515fa96a42e (patch)
tree126935f31f34745552c910fa12bc158366dbd007 /dev-tex
parent16adecbe0b3099551da8f4382971a6209dd80ee8 (diff)
downloadgentoo-361ea1982f9b4acfdab0dceed6d63515fa96a42e.tar.gz
gentoo-361ea1982f9b4acfdab0dceed6d63515fa96a42e.tar.xz
dev-text/curve: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/curve/curve-1.16.ebuild38
1 files changed, 0 insertions, 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
-}