summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-09-03 04:18:13 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-09-03 04:18:13 +0000
commitc9023a75b92b86a339b2357fa9868bde9584286d (patch)
tree89651d36760ffdc78ecfd30197d446206344c2d3 /dev-tex
parentrev bump to install into texmf-site (diff)
downloadgentoo-2-c9023a75b92b86a339b2357fa9868bde9584286d.tar.gz
gentoo-2-c9023a75b92b86a339b2357fa9868bde9584286d.tar.bz2
gentoo-2-c9023a75b92b86a339b2357fa9868bde9584286d.zip
remove unused version
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/europecv/ChangeLog8
-rw-r--r--dev-tex/europecv/europecv-20060123-r1.ebuild34
2 files changed, 6 insertions, 36 deletions
diff --git a/dev-tex/europecv/ChangeLog b/dev-tex/europecv/ChangeLog
index 3300d415eb05..fd4543753bd4 100644
--- a/dev-tex/europecv/ChangeLog
+++ b/dev-tex/europecv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/europecv
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/ChangeLog,v 1.14 2007/03/13 00:16:57 nattfodd Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/ChangeLog,v 1.15 2008/09/03 04:18:13 aballier Exp $
+
+ 03 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+ -europecv-20060123-r1.ebuild:
+ remove unused version
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
diff --git a/dev-tex/europecv/europecv-20060123-r1.ebuild b/dev-tex/europecv/europecv-20060123-r1.ebuild
deleted file mode 100644
index d1a54285c8c8..000000000000
--- a/dev-tex/europecv/europecv-20060123-r1.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-r1.ebuild,v 1.1 2006/04/20 19:33:09 ehmsen 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="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
-}