diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-25 01:04:23 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-25 01:04:23 +0000 |
commit | 02a9d174e9e0838ee549344c2f55442a3cfb0751 (patch) | |
tree | 96e10ffa0d0f651ba33353ffcb42fc75fcde4604 /dev-tex | |
parent | remove old (diff) | |
download | gentoo-2-02a9d174e9e0838ee549344c2f55442a3cfb0751.tar.gz gentoo-2-02a9d174e9e0838ee549344c2f55442a3cfb0751.tar.bz2 gentoo-2-02a9d174e9e0838ee549344c2f55442a3cfb0751.zip |
remove old
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/currvita/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/currvita/currvita-0.9i.ebuild | 38 |
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" -} |