summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/curve/curve-1.15.ebuild')
-rw-r--r--dev-tex/curve/curve-1.15.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-tex/curve/curve-1.15.ebuild b/dev-tex/curve/curve-1.15.ebuild
new file mode 100644
index 000000000000..241313ef5d94
--- /dev/null
+++ b/dev-tex/curve/curve-1.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.15.ebuild,v 1.1 2010/10/11 22:05:20 dilfridge Exp $
+
+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"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+TEXMF=/usr/share/texmf-site
+
+src_install() {
+
+ latex-package_src_doinstall styles
+
+ dodoc *.tex *.pdf README NEWS
+
+}