Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/currvita
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/ChangeLog,v 1.16 2008/10/06 04:28:56 jer Exp $
06 Oct 2008; Jeroen Roovers
Marked ~hppa (bug #237202).
23 Sep 2008; Raúl Porcel
Add ~alpha/~ia64 wrt #237202
22 Sep 2008; Ferris McCormick
Add ~sparc keyword, part of Bug #237202 (generates correct cvtest.dvi output for test).
21 Sep 2008; Brent Baude
Marking currvita-0.9i-r1 ~ppc64 for bug 237202
03 Sep 2008; Alexis Ballier
no need to depend on virtual/tetex, latex-package eclass does it for us
02 Sep 2008; Alexis Ballier
keyword ~x86-fbsd
*currvita-0.9i-r1 (30 Aug 2008)
30 Aug 2008; Alexis Ballier
+currvita-0.9i-r1.ebuild:
install to texmf-site, simplify a bit the ebuild, keyword ~amd64
11 May 2008; Alexis Ballier
fix homepage, thanks to René 'Necoro' Neumann
#218461
11 Dec 2007; Alexis Ballier
remove cstetex references, its being removed, part of bug #196673
12 Mar 2007; Alexandre Buisse
Replaced text-markup by tex as maintaining herd (text-markup split).
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
16 Mar 2006; Martin Ehmsen
Removed depend =app-text/tetex-1* since !>=app-text/tetex-2 is enough.
19 Oct 2004; Mamoru KOMACHI
Blocks >=tetex-2.
01 Oct 2004; Mamoru KOMACHI
Changed DEPEND to app-text/tetex-1, closing bug #65916.
29 Aug 2004; David Holm
Added to ~ppc.
*currvita-0.9i (18 Aug 2004)
18 Aug 2004; Mamoru KOMACHI
+currvita-0.9i.ebuild:
Initial import. Ebuild submitted by cprior
closing bug #60410.
DIST currvita-0.9i.tar.gz 17889 RMD160 b64d1a87536c1afab5418b73bd54e9e25cee599f SHA1 0cbda04adf3ebfc96cfe4ad37b68a342736e456d SHA256 4454cdce19f0cc8b4c82ae53426b1096e7bfbf8bb5f34c6b88c4ad8dda403264
EBUILD currvita-0.9i-r1.ebuild 1023 RMD160 495b44be71d2a83e82b2b7e313ee81c6297f3b16 SHA1 0a18cf6e43824c1d6b3186412d5b3c43c366e176 SHA256 05765e60755c6fad7c65ad2760d7f1a7171e17e0b7e62984cc064bc795f95073
EBUILD currvita-0.9i.ebuild 991 RMD160 5bcf5820ffcaa998524f3a2152f4ef5ed9d25cef SHA1 667dbae06f0e42ea065e8ded344ae3fc91d4709d SHA256 605cff48a9f4a897701b8326ea4c3bf3158eae53d9347a3ff526ff4534711503
MISC ChangeLog 2323 RMD160 48f36fcc14311a91c72633c9695231761e8cb6f8 SHA1 de005dbc047da974f56a52a477f7c9f9a7308b77 SHA256 e767bb3129dc13c57e5a89139192539aabf6b273592f3d3cf7a7d8cc16cd41e9
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6
# 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-r1.ebuild,v 1.6 2008/10/06 04:28:56 jer 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
# >=tetex-2 includes currvita
DEPEND="!>=app-text/tetex-2
!app-text/ptex"
S="${WORKDIR}/${PN}"
TEXMF="/usr/share/texmf-site"
DOCS="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"
}
# 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"
}