diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-09-18 14:28:32 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-09-18 14:28:32 +0000 |
commit | f1c55c152ea0e23738e8d362032479b498c04c0d (patch) | |
tree | cd49af8bab69ebc1ac83170d1fc80e1a8dc63891 /app-text | |
parent | php update (diff) | |
download | historical-f1c55c152ea0e23738e8d362032479b498c04c0d.tar.gz historical-f1c55c152ea0e23738e8d362032479b498c04c0d.tar.bz2 historical-f1c55c152ea0e23738e8d362032479b498c04c0d.zip |
Marking ~ppc-macos (bug #105884)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 14 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 35abef7ef300..6d6a181bd50c 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.17 2005/09/05 14:53:17 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.18 2005/09/18 14:28:32 grobian Exp $ + + 18 Sep 2005; Fabian Groffen <grobian@gentoo.org> epstool-3.08.ebuild: + Marking ~ppc-macos (bug #105884) 05 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> epstool-3.08.ebuild: Stable on amd64. diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index f7c47421639e..5567f0dbf91c 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 3e579ef0a2134f696bbf981ac9c8a90b epstool-3.06.ebuild 685 -MD5 e801d0348bd2689c5ed6e915e5235968 epstool-3.08.ebuild 682 -MD5 2db6d5852fb0bb70ce4af6e243cfcfe4 ChangeLog 1735 +MD5 4d62a7325fe2ffdb71cb8821c27e3bda epstool-3.08.ebuild 695 +MD5 e2fd607bb41b9f4846edb5edb2d8e9b6 ChangeLog 1845 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 d21818037203a765bf43e79e92bc215c files/digest-epstool-3.06 64 MD5 28a75c27e1ebf2da6285850167a8659b files/digest-epstool-3.08 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDHFv1ntT9W3vfTuoRArYVAJ91PbQB9mByvBbY6lOxeHwraB2wJQCcC0iH -eOQAonNtc6eZYnZVwi81WZ8= -=nald ------END PGP SIGNATURE----- diff --git a/app-text/epstool/epstool-3.08.ebuild b/app-text/epstool/epstool-3.08.ebuild index e8820370dd68..117c513a890e 100644 --- a/app-text/epstool/epstool-3.08.ebuild +++ b/app-text/epstool/epstool-3.08.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.08.ebuild,v 1.4 2005/09/05 14:53:17 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.5 2005/09/18 14:28:32 grobian 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/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ~ppc-macos x86" IUSE="" DEPEND="virtual/ghostscript" |