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 | 237b7361f7856ae3cb694ec12ac8eabad2ad4c54 (patch) | |
tree | d49f75d3f597cb1b26cb60b51598c759f2ab1f1f /app-text/epstool | |
parent | php update (diff) | |
download | gentoo-2-237b7361f7856ae3cb694ec12ac8eabad2ad4c54.tar.gz gentoo-2-237b7361f7856ae3cb694ec12ac8eabad2ad4c54.tar.bz2 gentoo-2-237b7361f7856ae3cb694ec12ac8eabad2ad4c54.zip |
Marking ~ppc-macos (bug #105884)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 12 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 4 |
3 files changed, 7 insertions, 14 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..d0b7dbc5a65e 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 bff6801f77bf88468dfe77883b6e27ad epstool-3.08.ebuild 693 MD5 2db6d5852fb0bb70ce4af6e243cfcfe4 ChangeLog 1735 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" |