Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/dvipost
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/ChangeLog,v 1.23 2008/06/12 22:48:41 aballier Exp $
12 Jun 2008; Alexis Ballier
no need to depend on virtual/tetex here, bug #225995
16 May 2008; Alexis Ballier
-files/dvipost-1.0-src_test.diff, -dvipost-1.0.ebuild:
remove old
16 May 2008; nixnut
Stable on ppc wrt bug 221757
12 May 2008; Markus Meier
amd64 stable, bug #221757
12 May 2008; Markus Rothe
Stable on ppc64
12 May 2008; Christian Faulhammer
stable x86, bug 221757
24 Feb 2008; Brent Baude
Marking dvipost-1.0 ppc64 for bug 209465
14 Feb 2008; Raúl Porcel
alpha/ia64 stable wrt #209465
14 Feb 2008; Jeroen Roovers
Stable for HPPA (bug #209465).
18 Dec 2007; Jeroen Roovers
Marked ~hppa (bug #195815).
26 Oct 2007; Raúl Porcel
Add ~alpha/~ia64 wrt #195815
*dvipost-1.1 (27 Jul 2007)
27 Jul 2007; Alexis Ballier
Version bump, bug #179494
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.
25 Sep 2006; Markus Rothe
Added ~ppc64; bug #149013
22 May 2006; Gustavo Zacarias
Stable on sparc wrt #133942
21 May 2006; Olivier Crête
Stable on amd64 per bug #133942
21 May 2006;
Stable on ppc. bug #133942
27 Apr 2006; Jason Wever
Added ~sparc keyword.
28 Dec 2004; Dylan Carlson
Keywords ~amd64.
27 Nov 2004;
Marked 1.0 stable on x86
05 Sep 2004; David Holm
Added to ~ppc.
*dvipost-1.0 (02 Sep 2004)
02 Sep 2004; Mamoru KOMACHI
+dvipost-1.0.ebuild, +dvipost-1.0-src_test.diff:
Initial import. Ebuild submitted by Christopher Ford
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST dvipost-1.1.tar.gz 46428 RMD160 ebce1309f66308ff6ac62a23a1ff52b7bf1a553d SHA1 5a7d442e2df595ab17cb86d4294b9437d3c4dca1 SHA256 da05010ec47b7bc6b410d9c1eb7b083eeeed1a96f1986470377e604a64fa425a
EBUILD dvipost-1.1.ebuild 927 RMD160 486a507be71dbc969b06daebfb801aa1ee787686 SHA1 f43bc855059f9f8b51af99ace89fcbce46f86f7d SHA256 fc564be1923f246f3f14c0607934f0df719ec90cca4b2374da8daa076ed27664
MISC ChangeLog 2699 RMD160 6cc846ae147f8af5833f88b8f329d9d06d682fd8 SHA1 2d8298cbbeaa555a6451ef3122c5175314b69027 SHA256 5c07b114f708ab9e6a5080643e299cf6a7a89ef6e795388b7c1c4ac608e8627d
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkhRp/4ACgkQvFcC4BYPU0qtGQCfTxN16KuhFFUcmEIXcb+W7XID
R5EAmwRxZfTDJGAbLIvEbyKZHAGkxmaa
=d8tu
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/dvipost-1.1.ebuild,v 1.10 2008/06/12 22:48:41 aballier Exp $
inherit latex-package eutils toolchain-funcs
DESCRIPTION="post processor for dvi files"
HOMEPAGE="http://efeu.cybertec.at/index_en.html"
SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
src_compile() {
local myconf=""
local flags="${CFLAGS}"
tc-export CC
econf || die "configure failed"
emake || die "emake failed"
}
src_install() {
dobin dvipost
dosym /usr/bin/dvipost /usr/bin/pptex
dosym /usr/bin/dvipost /usr/bin/pplatex
insinto /usr/share/texmf/tex/latex/misc/
insopts -m0644
doins dvipost.sty
dodoc dvipost.doc CHANGELOG NOTES README
dohtml dvipost.html
newman "${S}"/dvipost.man dvipost.1
}