diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 09:18:27 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 09:18:27 +0000 |
commit | 42c8d48d7dc7a19ac91619d577a4413a4b585401 (patch) | |
tree | d3d05f9040a144c85f1f8ca196ac1dc0841f90c5 /app-text/epstool | |
parent | Removed die() from global scope (diff) | |
download | historical-42c8d48d7dc7a19ac91619d577a4413a4b585401.tar.gz historical-42c8d48d7dc7a19ac91619d577a4413a4b585401.tar.bz2 historical-42c8d48d7dc7a19ac91619d577a4413a4b585401.zip |
declared stable
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 4 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.04.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 225c6cf8a42a..dccb7e4b7958 100644 --- a/app-text/epstool/ChangeLog +++ b/app-text/epstool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/epstool # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.5 2004/03/09 15:15:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.6 2004/04/19 09:18:27 phosphan Exp $ + + 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> epstool-3.04.ebuild: + Looks stable. 09 Mar 2004; David Holm <dholm@gentoo.org> epstool-3.04.ebuild: Added to ~ppc. diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index ca0bce7f3a21..a614a01442c6 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,6 +1,6 @@ -MD5 f8b9194dfc9b7cadccc217ee13fa9883 ChangeLog 731 MD5 652b9e28362e750714936c484227d932 epstool-3.02.ebuild 703 +MD5 1f952d5e139ddfa689902eee64bde990 ChangeLog 825 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 -MD5 71e865f0f32c91e5b5096a6ab2586346 epstool-3.04.ebuild 712 +MD5 d6ab921e52a100c30d80b1574ea62de2 epstool-3.04.ebuild 713 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 index 825c05ac2313..84f151c7a320 100644 --- a/app-text/epstool/epstool-3.04.ebuild +++ b/app-text/epstool/epstool-3.04.ebuild @@ -1,13 +1,13 @@ # 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.2 2004/03/09 15:15:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.04.ebuild,v 1.3 2004/04/19 09:18:27 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 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND="virtual/ghostscript" |