summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-09-28 13:07:12 +0000
committerMarinus Schraal <foser@gentoo.org>2003-09-28 13:07:12 +0000
commitb8bf53f30db6b712304d49d0da8db3d9f5add657 (patch)
tree9498a5508a4bfd42a3dc6a5add67dc1e83f98bad /app-text/wv
parentmark x86 (diff)
downloadgentoo-2-b8bf53f30db6b712304d49d0da8db3d9f5add657.tar.gz
gentoo-2-b8bf53f30db6b712304d49d0da8db3d9f5add657.tar.bz2
gentoo-2-b8bf53f30db6b712304d49d0da8db3d9f5add657.zip
mark x86 & cleanup
Diffstat (limited to 'app-text/wv')
-rw-r--r--app-text/wv/Manifest6
-rw-r--r--app-text/wv/files/digest-wv-0.7.61
-rw-r--r--app-text/wv/wv-0.7.6.ebuild32
-rw-r--r--app-text/wv/wv-1.0.0.ebuild4
4 files changed, 4 insertions, 39 deletions
diff --git a/app-text/wv/Manifest b/app-text/wv/Manifest
index 5f4741424c49..bce505930590 100644
--- a/app-text/wv/Manifest
+++ b/app-text/wv/Manifest
@@ -1,6 +1,4 @@
+MD5 8fbf9ccd5aacffe5b738eb97d1b87db6 wv-1.0.0.ebuild 856
MD5 fa4a8ddd2796e11dff7057297685c682 ChangeLog 1490
-MD5 443925e01148fbedfc3de5489e86ca47 wv-0.7.6.ebuild 818
-MD5 95411b7da7fedb49db19105e8d8db09d wv-1.0.0.ebuild 860
-MD5 bf3a7ec78d6703ae941fa705bd74db99 files/digest-wv-0.7.6 60
-MD5 97079efa2a5256ad07ada6260b7ec298 files/digest-wv-1.0.0 60
MD5 fe85d1375bb12fb4245f9be59895f923 files/wv-0.7.1-rvt.patch 4470
+MD5 97079efa2a5256ad07ada6260b7ec298 files/digest-wv-1.0.0 60
diff --git a/app-text/wv/files/digest-wv-0.7.6 b/app-text/wv/files/digest-wv-0.7.6
deleted file mode 100644
index 98e40ea03321..000000000000
--- a/app-text/wv/files/digest-wv-0.7.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 28c46d6676e0fce6a19e3cb730b04556 wv-0.7.6.tar.gz 723355
diff --git a/app-text/wv/wv-0.7.6.ebuild b/app-text/wv/wv-0.7.6.ebuild
deleted file mode 100644
index dd04b0c0dc03..000000000000
--- a/app-text/wv/wv-0.7.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-0.7.6.ebuild,v 1.4 2003/09/05 22:37:22 msterret Exp $
-
-DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable"
-SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz"
-HOMEPAGE="http://www.wvware.com"
-
-KEYWORDS="~x86 ~ppc ~sparc"
-SLOT="0"
-LICENSE="GPL-2"
-
-# FIXME : probably should add xml dep
-DEPEND="sys-libs/zlib
- media-libs/libpng
- >=media-libs/libwmf-0.2.2"
-
-src_compile() {
- econf --with-docdir=/usr/share/doc/${PF} || die
-
- make || die
-}
-
-src_install () {
- einstall
-
- insinto /usr/include
- doins wvinternal.h
-
- rm -f ${D}/usr/share/man/man1/wvConvert.1
- dosym /usr/share/man/man1/wvWare.1 /usr/share/man/man1/wvConvert.1
-}
diff --git a/app-text/wv/wv-1.0.0.ebuild b/app-text/wv/wv-1.0.0.ebuild
index b532da120d37..e18b55a5100f 100644
--- a/app-text/wv/wv-1.0.0.ebuild
+++ b/app-text/wv/wv-1.0.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.0.0.ebuild,v 1.2 2003/09/14 08:26:33 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.0.0.ebuild,v 1.3 2003/09/28 13:06:56 foser Exp $
DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable"
SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz"
HOMEPAGE="http://www.wvware.com"
IUSE="xml2"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
SLOT="0"
LICENSE="GPL-2"