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/antiword | |
parent | virtual/ghotscript (diff) | |
download | historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.tar.gz historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.tar.bz2 historical-0886d740af4df42e61c9dc160cdfdaebea5987f9.zip |
virtual/ghostscript
Diffstat (limited to 'app-text/antiword')
-rw-r--r-- | app-text/antiword/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/antiword/Manifest | 6 | ||||
-rw-r--r-- | app-text/antiword/antiword-0.33.ebuild | 4 | ||||
-rw-r--r-- | app-text/antiword/antiword-0.34.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/app-text/antiword/ChangeLog b/app-text/antiword/ChangeLog index 0abb6920a1c7..363390651f89 100644 --- a/app-text/antiword/ChangeLog +++ b/app-text/antiword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/antiword # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.11 2003/09/16 10:09:58 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.12 2003/12/09 17:41:37 lanius Exp $ + + 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> antiword-0.33.ebuild, + antiword-0.34.ebuild: + changed app-text/ghostscript to virtual/ghostscript *antiword-0.34 (16 Sep 2003) diff --git a/app-text/antiword/Manifest b/app-text/antiword/Manifest index b5b2a25be7c3..dddbf49d3bf8 100644 --- a/app-text/antiword/Manifest +++ b/app-text/antiword/Manifest @@ -1,6 +1,6 @@ -MD5 1a083961a62dffc7704d573290c2565b antiword-0.34.ebuild 882 -MD5 a9fc1dd8151d0ea91c2adf00b57f93c2 antiword-0.33.ebuild 868 -MD5 d5bd4b9b8f0fdb58e552646e142fa2e2 ChangeLog 1744 +MD5 57e52f8ae25df5c0cb96cd9e5072ddbf antiword-0.34.ebuild 880 +MD5 c082da5ad2ea3f81632ac3b3fa294fec antiword-0.33.ebuild 865 +MD5 d6da0c7347e563d740453ddf68bf5819 ChangeLog 1895 MD5 2d50040aeb4b967c6019f4d56ab6d3e3 files/digest-antiword-0.33 65 MD5 eba1749f4ac38b2bb9abaa37e0b39f28 files/digest-antiword-0.34 65 MD5 dc4b195386deeddbd406c7aa5afb8a60 files/gentoo-antiword.diff 380 diff --git a/app-text/antiword/antiword-0.33.ebuild b/app-text/antiword/antiword-0.33.ebuild index 786853650022..e24827add1ce 100644 --- a/app-text/antiword/antiword-0.33.ebuild +++ b/app-text/antiword/antiword-0.33.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/antiword/antiword-0.33.ebuild,v 1.11 2003/04/14 17:03:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.33.ebuild,v 1.12 2003/12/09 17:41:37 lanius Exp $ IUSE="kde" @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha" DEPEND=">=sys-apps/sed-4.0.5 - app-text/ghostscript" + virtual/ghostscript" src_unpack() { unpack ${A} diff --git a/app-text/antiword/antiword-0.34.ebuild b/app-text/antiword/antiword-0.34.ebuild index 0e5ec6289c6f..99abfea49d78 100644 --- a/app-text/antiword/antiword-0.34.ebuild +++ b/app-text/antiword/antiword-0.34.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/antiword/antiword-0.34.ebuild,v 1.1 2003/09/16 10:09:58 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.34.ebuild,v 1.2 2003/12/09 17:41:37 lanius Exp $ IUSE="kde" S=${WORKDIR}/${P} @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" -DEPEND="app-text/ghostscript" +DEPEND="virtual/ghostscript" src_unpack() { unpack ${A} |