diff options
author | 2006-04-22 13:48:50 +0000 | |
---|---|---|
committer | 2006-04-22 13:48:50 +0000 | |
commit | a4b0bae7174d23113aa9123504ee97d191866786 (patch) | |
tree | 35dc78f8b6727e70ed18d813db4058df449f8623 /dev-tex/europecv/europecv-20060123.ebuild | |
parent | Update HOMEPAGE. (diff) | |
download | gentoo-2-a4b0bae7174d23113aa9123504ee97d191866786.tar.gz gentoo-2-a4b0bae7174d23113aa9123504ee97d191866786.tar.bz2 gentoo-2-a4b0bae7174d23113aa9123504ee97d191866786.zip |
Removed old version and fixing Manifest error, bug #130769
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-tex/europecv/europecv-20060123.ebuild')
-rw-r--r-- | dev-tex/europecv/europecv-20060123.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-tex/europecv/europecv-20060123.ebuild b/dev-tex/europecv/europecv-20060123.ebuild deleted file mode 100644 index d2b695bb6ea7..000000000000 --- a/dev-tex/europecv/europecv-20060123.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/europecv-20060123.ebuild,v 1.2 2006/03/19 23:52:31 halcy0n 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://cam.ctan.org/tex-archive/macros/latex/contrib/europecv.zip -SRC_URI="mirror://gentoo/${P}.zip" - -LICENSE="LPPL-1.2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" - -IUSE="" - -RDEPEND="virtual/tetex" -DEPEND="${RDEPEND} - app-arch/unzip" -S="${WORKDIR}/${PN}" - -src_compile() { - return -} - -src_install() { - insinto /usr/share/texmf/tex/latex/europecv - doins ecv* europecv.cls EuropeFlag* europasslogo* - - insinto /usr/share/doc/${PF} - doins -r examples templates europecv.pdf europecv.tex -} |