summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-10-25 01:04:23 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-10-25 01:04:23 +0000
commit8025dab37f2bd1a6c853e7382460c7975981699c (patch)
tree9d71b88d78c78956e4501639ab17393b0e1f0b42 /dev-tex/currvita
parentVersion bump, by Martin Mokrejš <mmokrejs@ribosome.natur.cuni.cz>, bug #342533 (diff)
downloadhistorical-8025dab37f2bd1a6c853e7382460c7975981699c.tar.gz
historical-8025dab37f2bd1a6c853e7382460c7975981699c.tar.bz2
historical-8025dab37f2bd1a6c853e7382460c7975981699c.zip
remove old
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'dev-tex/currvita')
-rw-r--r--dev-tex/currvita/ChangeLog5
-rw-r--r--dev-tex/currvita/currvita-0.9i.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/dev-tex/currvita/ChangeLog b/dev-tex/currvita/ChangeLog
index a853ebbe5dcd..c6841d940b0c 100644
--- a/dev-tex/currvita/ChangeLog
+++ b/dev-tex/currvita/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/currvita
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/ChangeLog,v 1.25 2010/01/03 11:27:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/ChangeLog,v 1.26 2010/10/25 01:04:23 aballier Exp $
+
+ 25 Oct 2010; Alexis Ballier <aballier@gentoo.org> -currvita-0.9i.ebuild:
+ remove old
03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
currvita-0.9i-r1.ebuild:
diff --git a/dev-tex/currvita/currvita-0.9i.ebuild b/dev-tex/currvita/currvita-0.9i.ebuild
deleted file mode 100644
index e32cff9ac382..000000000000
--- a/dev-tex/currvita/currvita-0.9i.ebuild
+++ /dev/null
@@ -1,38 +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/currvita/currvita-0.9i.ebuild,v 1.9 2008/09/03 04:06:47 aballier Exp $
-
-inherit latex-package
-
-DESCRIPTION="A LaTeX package for typesetting a curriculum vitae"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/currvita/"
-# snapshot taken from
-# ftp://ftp.dante.de/tex-archive/macros/latex/contrib/currvita.tar.gz
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-
-IUSE=""
-
-# >=tetex-2 includes currvita
-DEPEND="!>=app-text/tetex-2
- !app-text/ptex"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
-
- latex-package_src_install
-
- dodoc README
-}
-
-src_test() {
-
- latex currvita.dtx || die "first step of currvita.dtx failed"
- latex currvita.dtx || die "second step of currvita.dtx failed"
- latex currvita.dtx || die "third step of currvita.dtx failed"
- latex cvtest.tex || die "processing cvtest.tex failed"
-}