diff options
author | 2005-03-11 13:25:34 +0000 | |
---|---|---|
committer | 2005-03-11 13:25:34 +0000 | |
commit | 4b76956ede58826617e10338331674cda6b96cc9 (patch) | |
tree | 5d3277571aba07cd0721b7778082ad4a883370ca /app-text/antiword | |
parent | add desktop-file-utils dep (diff) | |
download | gentoo-2-4b76956ede58826617e10338331674cda6b96cc9.tar.gz gentoo-2-4b76956ede58826617e10338331674cda6b96cc9.tar.bz2 gentoo-2-4b76956ede58826617e10338331674cda6b96cc9.zip |
stable on x86 at the request of throw_away_2002@yahoo.com and Tor Klingberg <tor.klingberg@gmx.net> in bug #78813
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/antiword')
-rw-r--r-- | app-text/antiword/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/antiword/antiword-0.36.1.ebuild | 10 |
2 files changed, 7 insertions, 9 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/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 } |