diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-12-12 08:39:52 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-12-12 08:39:52 +0000 |
commit | a71f622273adfae1d9eb1f21aa0894d49a47cba3 (patch) | |
tree | b4deb2375a06e10b8c0e882de5e47557fec0844b | |
parent | Version bump. (diff) | |
download | historical-a71f622273adfae1d9eb1f21aa0894d49a47cba3.tar.gz historical-a71f622273adfae1d9eb1f21aa0894d49a47cba3.tar.bz2 historical-a71f622273adfae1d9eb1f21aa0894d49a47cba3.zip |
Blocking GSView versions which have their own epstool (bug #115129)
Package-Manager: portage-2.0.51.22-r3
-rw-r--r-- | app-text/epstool/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/epstool/Manifest | 6 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.06.ebuild | 5 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 5 |
4 files changed, 14 insertions, 8 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 6d6a181bd50c..945a028b4c6d 100644 --- a/app-text/epstool/ChangeLog +++ b/app-text/epstool/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2005/09/18 14:28:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.19 2005/12/12 08:39:52 phosphan Exp $ + + 12 Dec 2005; Patrick Kursawe <phosphan@gentoo.org> epstool-3.06.ebuild, + epstool-3.08.ebuild: + Blocking GSView versions which have their own epstool (bug #115129) 18 Sep 2005; Fabian Groffen <grobian@gentoo.org> epstool-3.08.ebuild: Marking ~ppc-macos (bug #105884) diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index 5567f0dbf91c..bac98a43646d 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,6 +1,6 @@ -MD5 3e579ef0a2134f696bbf981ac9c8a90b epstool-3.06.ebuild 685 -MD5 4d62a7325fe2ffdb71cb8821c27e3bda epstool-3.08.ebuild 695 -MD5 e2fd607bb41b9f4846edb5edb2d8e9b6 ChangeLog 1845 +MD5 6f2035cd0b0bb921c794a8b8192e90e5 epstool-3.06.ebuild 708 +MD5 dd4f706741b66481b3cb12df39b39306 epstool-3.08.ebuild 719 +MD5 af3bcf52febd486043158db890991af3 ChangeLog 2014 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 d21818037203a765bf43e79e92bc215c files/digest-epstool-3.06 64 MD5 28a75c27e1ebf2da6285850167a8659b files/digest-epstool-3.08 64 diff --git a/app-text/epstool/epstool-3.06.ebuild b/app-text/epstool/epstool-3.06.ebuild index cc57d4a87393..a3d0ac020381 100644 --- a/app-text/epstool/epstool-3.06.ebuild +++ b/app-text/epstool/epstool-3.06.ebuild @@ -1,6 +1,6 @@ # 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.6 2005/07/09 02:42:04 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.06.ebuild,v 1.7 2005/12/12 08:39:52 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" @@ -9,7 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="" -DEPEND="virtual/ghostscript" +DEPEND="virtual/ghostscript + !=app-text/gsview-4.6" src_compile() { make epstool || die diff --git a/app-text/epstool/epstool-3.08.ebuild b/app-text/epstool/epstool-3.08.ebuild index 117c513a890e..d4bafba86b60 100644 --- a/app-text/epstool/epstool-3.08.ebuild +++ b/app-text/epstool/epstool-3.08.ebuild @@ -1,6 +1,6 @@ # 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.5 2005/09/18 14:28:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08.ebuild,v 1.6 2005/12/12 08:39:52 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" @@ -9,7 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~ppc-macos x86" IUSE="" -DEPEND="virtual/ghostscript" +DEPEND="virtual/ghostscript + !=app-text/gsview-4.6" src_compile() { make epstool || die |