diff options
author | 2004-05-03 12:42:17 +0000 | |
---|---|---|
committer | 2004-05-03 12:42:17 +0000 | |
commit | 06499af77fe141d8b3e4e437c88c2304908babd9 (patch) | |
tree | f701a85a246a345d2f6bbfa5811fc4726e5457ae /app-text | |
parent | Added postgres to init script. (diff) | |
download | historical-06499af77fe141d8b3e4e437c88c2304908babd9.tar.gz historical-06499af77fe141d8b3e4e437c88c2304908babd9.tar.bz2 historical-06499af77fe141d8b3e4e437c88c2304908babd9.zip |
~amd64
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 6 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.02.ebuild | 4 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.04.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index dccb7e4b7958..6d6b8f727590 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.6 2004/04/19 09:18:27 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.7 2004/05/03 12:42:17 kugelfang Exp $ + + 03 May 2004; Danny van Dyk <kugelfang@gentoo.org> epstool-3.04.ebuild: + Marked ~amd64. 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> epstool-3.04.ebuild: Looks stable. diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index a614a01442c6..7ea433d6e1a5 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,6 +1,6 @@ -MD5 652b9e28362e750714936c484227d932 epstool-3.02.ebuild 703 -MD5 1f952d5e139ddfa689902eee64bde990 ChangeLog 825 +MD5 383e18caeffa74b2be40c7a9a904cae6 ChangeLog 917 +MD5 2d03e7bb84408987145c9fca3be94cc5 epstool-3.02.ebuild 706 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 -MD5 d6ab921e52a100c30d80b1574ea62de2 epstool-3.04.ebuild 713 +MD5 b20f95a4ee01cecdff11f424668872ff epstool-3.04.ebuild 721 MD5 81255f57ffd51debd52b2aeb43a45f09 files/digest-epstool-3.02 64 MD5 4074e3d346c741d829872422f54a2b0a files/digest-epstool-3.04 64 diff --git a/app-text/epstool/epstool-3.02.ebuild b/app-text/epstool/epstool-3.02.ebuild index 240d3553cd77..c4dcab6c7ced 100644 --- a/app-text/epstool/epstool-3.02.ebuild +++ b/app-text/epstool/epstool-3.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.02.ebuild,v 1.3 2003/12/09 17:42:12 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.02.ebuild,v 1.4 2004/05/03 12:42:17 kugelfang 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" diff --git a/app-text/epstool/epstool-3.04.ebuild b/app-text/epstool/epstool-3.04.ebuild index 84f151c7a320..27a58a77d529 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.3 2004/04/19 09:18:27 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.04.ebuild,v 1.4 2004/05/03 12:42:17 kugelfang 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 ~amd64" IUSE="" DEPEND="virtual/ghostscript" |