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 | 8f66db9931348c523ceb6eecafa1874f1391794d (patch) | |
tree | e8f63fcd883aa41d2c97338e3cd5bba05a8ce839 /app-text/epstool | |
parent | Version bump. (diff) | |
download | gentoo-2-8f66db9931348c523ceb6eecafa1874f1391794d.tar.gz gentoo-2-8f66db9931348c523ceb6eecafa1874f1391794d.tar.bz2 gentoo-2-8f66db9931348c523ceb6eecafa1874f1391794d.zip |
Blocking GSView versions which have their own epstool (bug #115129)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.06.ebuild | 5 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08.ebuild | 5 |
3 files changed, 11 insertions, 5 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/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 |