diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-11 13:25:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-11 13:25:34 +0000 |
commit | 4535de84439bc6f49a895462abf96656c0e92b73 (patch) | |
tree | b0dcd379d0c4bbb70eef2c41405c62fc5c795b7e /app-text/antiword | |
parent | add desktop-file-utils dep (diff) | |
download | historical-4535de84439bc6f49a895462abf96656c0e92b73.tar.gz historical-4535de84439bc6f49a895462abf96656c0e92b73.tar.bz2 historical-4535de84439bc6f49a895462abf96656c0e92b73.zip |
stable on x86 at the request of throw_away_2002@yahoo.com and Tor Klingberg <tor.klingberg@gmx.net> in bug #78813
Package-Manager: portage-2.0.51.19
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.36.1.ebuild | 10 |
3 files changed, 10 insertions, 12 deletions
diff --git a/app-text/antiword/ChangeLog b/app-text/antiword/ChangeLog index b6b680d4c9e7..f1cc90bf1743 100644 --- a/app-text/antiword/ChangeLog +++ b/app-text/antiword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/antiword # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.22 2005/01/02 21:50:31 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.23 2005/03/11 13:25:34 seemant Exp $ + + 11 Mar 2005; Seemant Kulleen <seemant@gentoo.org> antiword-0.36.1.ebuild: + stable on x86 at the request of throw_away_2002@yahoo.com and Tor Klingberg + <tor.klingberg@gmx.net> in bug #78813 02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/app-text/antiword/Manifest b/app-text/antiword/Manifest index c279638f75f5..0540527ce6be 100644 --- a/app-text/antiword/Manifest +++ b/app-text/antiword/Manifest @@ -1,7 +1,7 @@ +MD5 f0dce8045b02f9a260603d1c22158e05 ChangeLog 3037 MD5 a02c1b31a27e3b071344a2e4ddb669ca antiword-0.35.ebuild 849 -MD5 c9e07c42517d4f03f5586c5350303ea5 ChangeLog 2842 MD5 80b835acc9a0bdf0e08223237560edb5 metadata.xml 342 -MD5 090871194d4b8a630b6cf03ba847c987 antiword-0.36.1.ebuild 850 -MD5 8970b39f62ba21a9a9699c6f6b907147 files/digest-antiword-0.36.1 67 +MD5 dd491f35cfd117a980b44f8474780d10 antiword-0.36.1.ebuild 805 MD5 e4f62732e83760a801113f9897e06c0f files/digest-antiword-0.35 65 +MD5 8970b39f62ba21a9a9699c6f6b907147 files/digest-antiword-0.36.1 67 MD5 dc4b195386deeddbd406c7aa5afb8a60 files/gentoo-antiword.diff 380 diff --git a/app-text/antiword/antiword-0.36.1.ebuild b/app-text/antiword/antiword-0.36.1.ebuild index 08bc8a4339ce..91255b837359 100644 --- a/app-text/antiword/antiword-0.36.1.ebuild +++ b/app-text/antiword/antiword-0.36.1.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/antiword/antiword-0.36.1.ebuild,v 1.2 2005/01/01 16:02:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.36.1.ebuild,v 1.3 2005/03/11 13:25:34 seemant Exp $ IUSE="kde" DESCRIPTION="free MS Word reader" @@ -9,16 +9,10 @@ HOMEPAGE="http://www.winfield.demon.nl" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 amd64 ppc sparc alpha ~hppa ppc64" +KEYWORDS="x86 amd64 ppc sparc alpha ~hppa ppc64" DEPEND="virtual/ghostscript" -src_unpack() { - unpack ${A} - cd ${S} - -} - src_compile() { emake || die } |