diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-09 17:42:30 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-09 17:42:30 +0000 |
commit | 3b9132701cd01fbb0460b52c73c8dabc56af0fb2 (patch) | |
tree | c064ff4c436ae45dfe0a09f2e30b040257100207 /dev-tex/europecv/europecv-20040603.ebuild | |
parent | Initial import. Ebuild submitted by Thomas Leitner <thomas_leitner@gmx.at>; b... (diff) | |
download | gentoo-2-3b9132701cd01fbb0460b52c73c8dabc56af0fb2.tar.gz gentoo-2-3b9132701cd01fbb0460b52c73c8dabc56af0fb2.tar.bz2 gentoo-2-3b9132701cd01fbb0460b52c73c8dabc56af0fb2.zip |
Initial import. Ebuild submitted by Thomas Leitner <thomas_leitner@gmx.at>; bug #67520.
Diffstat (limited to 'dev-tex/europecv/europecv-20040603.ebuild')
-rw-r--r-- | dev-tex/europecv/europecv-20040603.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-tex/europecv/europecv-20040603.ebuild b/dev-tex/europecv/europecv-20040603.ebuild new file mode 100644 index 000000000000..0c3d37b401fd --- /dev/null +++ b/dev-tex/europecv/europecv-20040603.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/europecv-20040603.ebuild,v 1.1 2004/11/09 17:42:30 usata Exp $ + +inherit latex-package + +DESCRIPTION="LaTeX class for the standard model for curricula vitae as recommended by the European Commission." +HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/europecv.html" +#Downloaded from: +# ftp://ftp.dante.de/tex-archive/macros/latex/contrib/europecv.tar.gz +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="LPPL-1.2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" + +DEPEND="virtual/tetex" +S="${WORKDIR}/${PN}" + +src_compile() { + + return +} + +src_install() { + + insinto /usr/share/texmf/tex/latex/europecv + doins ecv* europecv.cls EuropeFlag* + + insinto /usr/share/doc/${PF}/examples + doins examples/* + + dodoc europecv.pdf +} |