diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-09 07:02:51 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-09 07:02:51 +0000 |
commit | 08e0e628920ba357d06df3f101637a0a362bed11 (patch) | |
tree | 5b179d43302fc8ebf5c2a5c088ed535bdd9a4432 /app-text | |
parent | missed the digest apparently... (diff) | |
download | gentoo-2-08e0e628920ba357d06df3f101637a0a362bed11.tar.gz gentoo-2-08e0e628920ba357d06df3f101637a0a362bed11.tar.bz2 gentoo-2-08e0e628920ba357d06df3f101637a0a362bed11.zip |
Version bump
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/epstool/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 3 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.04.ebuild | 23 | ||||
-rw-r--r-- | app-text/epstool/files/digest-epstool-3.04 | 1 |
4 files changed, 33 insertions, 3 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 167484ee9578..5b885f3da551 100644 --- a/app-text/epstool/ChangeLog +++ b/app-text/epstool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/epstool -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.3 2003/12/09 17:42:12 lanius Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.4 2004/03/09 07:02:50 phosphan Exp $ + +*epstool-3.04 (09 Mar 2004) + + 09 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> epstool-3.04.ebuild: + Version bump 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> epstool-3.02.ebuild: changed app-text/ghostscript to virtual/ghostscript diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index 75df5e005607..bb8110bf9e3d 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,4 +1,5 @@ -MD5 652b9e28362e750714936c484227d932 epstool-3.02.ebuild 703 MD5 8fc336cd5d1afc712794bf2dfa91ea9a ChangeLog 529 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 +MD5 388437a2b738300a9af46325140374d6 epstool-3.04.ebuild 716 MD5 81255f57ffd51debd52b2aeb43a45f09 files/digest-epstool-3.02 64 +MD5 4074e3d346c741d829872422f54a2b0a files/digest-epstool-3.04 64 diff --git a/app-text/epstool/epstool-3.04.ebuild b/app-text/epstool/epstool-3.04.ebuild new file mode 100644 index 000000000000..b9b7f60a1d41 --- /dev/null +++ b/app-text/epstool/epstool-3.04.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.04.ebuild,v 1.1 2004/03/09 07:02:50 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/${PN}-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/ghostscript" + +src_compile() { + make epstool || die +} + +src_install() { + exeinto /usr/bin + doexe bin/epstool + doman doc/epstool.1 + dohtml doc/epstool.htm doc/gsview.css +} diff --git a/app-text/epstool/files/digest-epstool-3.04 b/app-text/epstool/files/digest-epstool-3.04 new file mode 100644 index 000000000000..cd9586f6286a --- /dev/null +++ b/app-text/epstool/files/digest-epstool-3.04 @@ -0,0 +1 @@ +MD5 54ba776680ee46d12c720113766f26ad epstool-3.04.tar.gz 173762 |