diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-10 09:42:23 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-10 09:42:23 +0000 |
commit | 36016389461f63ec23a73f0495523cf2208f7801 (patch) | |
tree | 7932b55efc4a07722a091c8b854bfe43c49e24f1 /app-text | |
parent | qbankmanager dependency update (diff) | |
download | historical-36016389461f63ec23a73f0495523cf2208f7801.tar.gz historical-36016389461f63ec23a73f0495523cf2208f7801.tar.bz2 historical-36016389461f63ec23a73f0495523cf2208f7801.zip |
stable for x86
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 8 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.06.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 6924b6969d0d..7440b7067f7f 100644 --- a/app-text/epstool/ChangeLog +++ b/app-text/epstool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/epstool # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.10 2005/01/01 16:13:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.11 2005/01/10 09:42:23 phosphan Exp $ + + 10 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> epstool-3.06.ebuild: + Stable for x86 *epstool-3.06 (08 Dec 2004) diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index 70291c760d0e..aa23faacd115 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,6 +1,6 @@ -MD5 d6cd75ddde2f6eda0aba8a94cd3f50a4 ChangeLog 1054 -MD5 331af5a2fcab7baee0180e149e182b32 epstool-3.04.ebuild 712 +MD5 6dda09b595361fd759a3acc5d5c4c875 epstool-3.06.ebuild 712 +MD5 5a793e05c818f3dc14016cdf3359ffa3 ChangeLog 1144 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 -MD5 57f86db01891e12decaf084dd58e8358 epstool-3.06.ebuild 715 -MD5 d21818037203a765bf43e79e92bc215c files/digest-epstool-3.06 64 +MD5 331af5a2fcab7baee0180e149e182b32 epstool-3.04.ebuild 712 MD5 4074e3d346c741d829872422f54a2b0a files/digest-epstool-3.04 64 +MD5 d21818037203a765bf43e79e92bc215c files/digest-epstool-3.06 64 diff --git a/app-text/epstool/epstool-3.06.ebuild b/app-text/epstool/epstool-3.06.ebuild index 1445290d7e1a..d2145367e63c 100644 --- a/app-text/epstool/epstool-3.06.ebuild +++ b/app-text/epstool/epstool-3.06.ebuild @@ -1,13 +1,13 @@ # 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.2 2005/01/01 16:13:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.06.ebuild,v 1.3 2005/01/10 09:42:23 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 ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/ghostscript" |