diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-03-27 19:20:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-03-27 19:20:57 +0000 |
commit | 27a2a2ad4198b2dbcb78be291447b6e1ae06f060 (patch) | |
tree | f1de561a0e2c34393de6527adfb70a40f55e611a /dev-tex | |
parent | add a rdep on pstricks for the sfg package that requires it, by Priit Laes <a... (diff) | |
download | gentoo-2-27a2a2ad4198b2dbcb78be291447b6e1ae06f060.tar.gz gentoo-2-27a2a2ad4198b2dbcb78be291447b6e1ae06f060.tar.bz2 gentoo-2-27a2a2ad4198b2dbcb78be291447b6e1ae06f060.zip |
remove old
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/europecv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/europecv/europecv-20040603.ebuild | 36 | ||||
-rw-r--r-- | dev-tex/europecv/europecv-20060424.ebuild | 34 |
3 files changed, 5 insertions, 71 deletions
diff --git a/dev-tex/europecv/ChangeLog b/dev-tex/europecv/ChangeLog index a5b990cbdfc6..4e4614f2042b 100644 --- a/dev-tex/europecv/ChangeLog +++ b/dev-tex/europecv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/europecv # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/ChangeLog,v 1.32 2009/03/18 19:07:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/ChangeLog,v 1.33 2009/03/27 19:20:57 aballier Exp $ + + 27 Mar 2009; Alexis Ballier <aballier@gentoo.org> + -europecv-20040603.ebuild, -europecv-20060424.ebuild: + remove old 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> europecv-20060424-r1.ebuild: diff --git a/dev-tex/europecv/europecv-20040603.ebuild b/dev-tex/europecv/europecv-20040603.ebuild deleted file mode 100644 index 2e439d1ae758..000000000000 --- a/dev-tex/europecv/europecv-20040603.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 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.7 2008/09/03 04:20:27 aballier 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="amd64 ppc x86" - -IUSE="" - -DEPEND="" -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/europecv-20060424.ebuild b/dev-tex/europecv/europecv-20060424.ebuild deleted file mode 100644 index 3adc2de39e7a..000000000000 --- a/dev-tex/europecv/europecv-20060424.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/europecv-20060424.ebuild,v 1.2 2008/09/03 04:20:27 aballier 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/${PF}.zip" - -LICENSE="LPPL-1.2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" - -IUSE="" - -RDEPEND="" -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 -} |