Portage is a package management system used by Gentoo Linux
# ChangeLog for app-text/epstool
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.23 2008/01/22 19:16:47 grobian Exp $
22 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
21 Jun 2007; Jeroen Roovers
Stable for HPPA (bug #182403).
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
09 Oct 2006; Jeroen Roovers
Marked ~hppa for app-text/gsview.
12 Dec 2005; Patrick Kursawe
epstool-3.08.ebuild:
Blocking GSView versions which have their own epstool (bug #115129)
18 Sep 2005; Fabian Groffen
Marking ~ppc-macos (bug #105884)
05 Sep 2005; Marcus D. Hanwell
Stable on amd64.
03 Sep 2005; Michael Hanselmann
Stable on ppc.
29 Aug 2005; Patrick Kursawe
3.08 stable for x86
*epstool-3.08 (27 Jul 2005)
27 Jul 2005; Patrick Kursawe
+epstool-3.08.ebuild:
Version bump
31 Mar 2005;
stable on amd64
28 Mar 2005; Michael Hanselmann
Stable on ppc.
10 Jan 2005; Patrick Kursawe
Stable for x86
*epstool-3.06 (08 Dec 2004)
08 Dec 2004; Patrick Kursawe
+epstool-3.06.ebuild:
Version bump
03 May 2004; Danny van Dyk
Marked ~amd64.
19 Apr 2004; Patrick Kursawe
Looks stable.
09 Mar 2004; David Holm
Added to ~ppc.
*epstool-3.04 (09 Mar 2004)
09 Mar 2004; Patrick Kursawe
Version bump
09 Dec 2003; Heinrich Wendel
changed app-text/ghostscript to virtual/ghostscript
*epstool-3.02 (09 Jul 2003)
11 Jul 2003; Daniel Ahlberg
Added missing changelog entry.
09 Jul 2003; Patrick Kursawe
Initial import.
DIST epstool-3.06.tar.gz 184376 RMD160 f464b4904672b60a1ab6ead7e2d0b28301210522 SHA1 38b30b33d2e8a81609cf3a1ff43e3526562f5dc4 SHA256 2d351b9718ef1e0accae72e8dda8fe49ab3f60563d045ca75022b405d92c635e
DIST epstool-3.08.tar.gz 191567 RMD160 5594fee09e105745b390de0d2e7144034d83b8e0 SHA1 dc495934f06d3ea8b3209e8b02ea96c66c34f614 SHA256 f3f14b95146868ff3f93c8720d5539deef3b6531630a552165664c7ee3c2cfdd
EBUILD epstool-3.06.ebuild 708 RMD160 35f8f7f9c62140d7ff30b5924c4543013a196a3a SHA1 bbba122b1332053428f12fdaf276d32830184f91 SHA256 7c79290df6b141fe614241e598cab92533e019f02ad3385d0a0aeb2c47292aca
EBUILD epstool-3.08.ebuild 712 RMD160 0dddbf0ec6a1fa587972ccc48046f22e7fc70061 SHA1 3f5a65392a7c6d8e28c46a0d420a27c08f98e0d4 SHA256 e71bb65be62e599fee89bb4644ca272721b5e911ca5e70254e910eb541af8f0d
MISC ChangeLog 2432 RMD160 b28d42287acb670f8cc4e5f6902d615ccb9a5973 SHA1 1bde0d7f8aa474731a70f42854e887150c879f6e SHA256 43c0a61a3fe79ab0480a0ec89f3c4b9dba708ac5a53f54ef068b752e7c828d13
MISC metadata.xml 224 RMD160 d646bef174a902fd1910871e794292c44f292052 SHA1 411f9bc454756fe51f5ff5033b73f91b0b07a204 SHA256 c2d7984543cf5a2770459f930dc78cbe0a220cb3297123dc108b225edc33a822
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.06.ebuild,v 1.7 2005/12/12 08:39:52 phosphan Exp $
DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes,converts to bitmaps."
HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm"
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc amd64"
IUSE=""
DEPEND="virtual/ghostscript
!=app-text/gsview-4.6"
src_compile() {
make epstool || die
}
src_install() {
dobin bin/epstool
doman doc/epstool.1
dohtml doc/epstool.htm doc/gsview.css
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.9 2008/01/22 19:16:47 grobian Exp $
DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes,converts to bitmaps."
HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm"
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ppc x86"
IUSE=""
DEPEND="virtual/ghostscript
!=app-text/gsview-4.6"
src_compile() {
make epstool || die
}
src_install() {
dobin bin/epstool
doman doc/epstool.1
dohtml doc/epstool.htm doc/gsview.css
}