From aa389a9c1e7662cc7b123aa65a03889120612f16 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 22 Apr 2008 01:53:04 +0200 Subject: Some cv latex stuff --- dev-tex/simplecv/simplecv-1.6.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-tex/simplecv/simplecv-1.6.ebuild (limited to 'dev-tex/simplecv/simplecv-1.6.ebuild') diff --git a/dev-tex/simplecv/simplecv-1.6.ebuild b/dev-tex/simplecv/simplecv-1.6.ebuild new file mode 100644 index 0000000..85d6acc --- /dev/null +++ b/dev-tex/simplecv/simplecv-1.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.11.ebuild,v 1.2 2006/12/03 14:15:42 pylon Exp $ + +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" +HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv/" +LICENSE="LPPL-1.2" + +IUSE="" +SLOT="0" +KEYWORDS="x86" + +src_install () +{ + latex-package_src_doinstall styles dtx + + insinto /usr/share/doc/${PF} + doins testcv* + dodoc README +} -- cgit v1.2.3-54-g00ecf