diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 17:44:15 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 17:44:15 +0000 |
commit | 0886d740af4df42e61c9dc160cdfdaebea5987f9 (patch) | |
tree | bfbdb356962acc8bf282f9ff6ee2888eed2377da /app-text/pstotext | |
parent | virtual/ghotscript (diff) | |
download | historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.tar.gz historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.tar.bz2 historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.zip |
virtual/ghostscript
Diffstat (limited to 'app-text/pstotext')
-rw-r--r-- | app-text/pstotext/ChangeLog | 4 | ||||
-rw-r--r-- | app-text/pstotext/Manifest | 4 | ||||
-rw-r--r-- | app-text/pstotext/pstotext-1.8g.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/app-text/pstotext/ChangeLog b/app-text/pstotext/ChangeLog index 29678aad5a6b..f56a706ed7af 100644 --- a/app-text/pstotext/ChangeLog +++ b/app-text/pstotext/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.0 2002/07/16 17:53:00 cybersystem + + 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> pstotext-1.8g.ebuild: + changed app-text/ghostscript to virtual/ghostscript + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-text/pstotext/Manifest b/app-text/pstotext/Manifest index 58e51b5852a5..bc07fcd4cd4d 100644 --- a/app-text/pstotext/Manifest +++ b/app-text/pstotext/Manifest @@ -1,3 +1,3 @@ -MD5 0a86118498284705ef628d10cb727ff3 ChangeLog 489 -MD5 7925963f578ed5c4662d1112cc41258a pstotext-1.8g.ebuild 673 +MD5 beaccf992ad488de4bdbc9e5078528df pstotext-1.8g.ebuild 665 +MD5 06c6837ced4bcb208956fdb713a9c20b ChangeLog 618 MD5 84a047e65494c9f47e4af70d3276320f files/digest-pstotext-1.8g 58 diff --git a/app-text/pstotext/pstotext-1.8g.ebuild b/app-text/pstotext/pstotext-1.8g.ebuild index 70745d0d0fee..cfa56db6c965 100644 --- a/app-text/pstotext/pstotext-1.8g.ebuild +++ b/app-text/pstotext/pstotext-1.8g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.8g.ebuild,v 1.4 2003/02/13 09:43:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.8g.ebuild,v 1.5 2003/12/09 17:41:01 lanius Exp $ DESCRIPTION="extract ASCII text from a PostScript or PDF file" HOMEPAGE="http://research.compaq.com/SRC/virtualpaper/pstotext.html" @@ -12,7 +12,7 @@ KEYWORDS="x86 sparc " DEPEND="app-arch/ncompress" -RDEPEND=">=app-text/ghostscript-3.51" +RDEPEND="virtual/ghostscript" S=${WORKDIR}/${PN} |