diff options
author | 2004-04-19 09:18:27 +0000 | |
---|---|---|
committer | 2004-04-19 09:18:27 +0000 | |
commit | bf8040a312efbb05f4cb81d512329aaaf377bbfd (patch) | |
tree | 30658b3928129197d8e5df7ff351ebaaeaace668 /app-text/epstool | |
parent | Removed die() from global scope (diff) | |
download | gentoo-2-bf8040a312efbb05f4cb81d512329aaaf377bbfd.tar.gz gentoo-2-bf8040a312efbb05f4cb81d512329aaaf377bbfd.tar.bz2 gentoo-2-bf8040a312efbb05f4cb81d512329aaaf377bbfd.zip |
declared stable
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.04.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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" |