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 | |
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')
-rw-r--r-- | dev-tex/europecv/ChangeLog | 11 | ||||
-rw-r--r-- | dev-tex/europecv/Manifest | 2 | ||||
-rw-r--r-- | dev-tex/europecv/europecv-20040603.ebuild | 36 | ||||
-rw-r--r-- | dev-tex/europecv/files/digest-europecv-20040603 | 1 | ||||
-rw-r--r-- | dev-tex/europecv/metadata.xml | 5 |
5 files changed, 55 insertions, 0 deletions
diff --git a/dev-tex/europecv/ChangeLog b/dev-tex/europecv/ChangeLog new file mode 100644 index 000000000000..0ea0ba875883 --- /dev/null +++ b/dev-tex/europecv/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-tex/europecv +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/ChangeLog,v 1.1 2004/11/09 17:42:30 usata Exp $ + +*europecv-20040603 (10 Nov 2004) + + 10 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml, + +europecv-20040603.ebuild: + Initial import. Ebuild submitted by Thomas Leitner <thomas_leitner@gmx.at>; + bug #67520. + diff --git a/dev-tex/europecv/Manifest b/dev-tex/europecv/Manifest new file mode 100644 index 000000000000..5a41945c237f --- /dev/null +++ b/dev-tex/europecv/Manifest @@ -0,0 +1,2 @@ +MD5 b4b347fef66c967d1798d2b77cc34ff3 europecv-20040603.ebuild 771 +MD5 2c471434a349151fcb50f39f104d8a60 files/digest-europecv-20040603 69 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 +} diff --git a/dev-tex/europecv/files/digest-europecv-20040603 b/dev-tex/europecv/files/digest-europecv-20040603 new file mode 100644 index 000000000000..96a23b0220d7 --- /dev/null +++ b/dev-tex/europecv/files/digest-europecv-20040603 @@ -0,0 +1 @@ +MD5 1c52a52d7164fa74bec4e245d63eaab4 europecv-20040603.tar.gz 556194 diff --git a/dev-tex/europecv/metadata.xml b/dev-tex/europecv/metadata.xml new file mode 100644 index 000000000000..06689a1a9114 --- /dev/null +++ b/dev-tex/europecv/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +</pkgmetadata> |