summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-06-11 22:14:24 +0000
committerJon Hood <squinky86@gentoo.org>2004-06-11 22:14:24 +0000
commitd0330744357f7bed4b2fe7413cda512f0eb5efa4 (patch)
treec4f2231c54c4e1a17408f542e024ae603e7e9a9f /app-text/wpd2sxw
parentmark stable (Manifest recommit) (diff)
downloadgentoo-2-d0330744357f7bed4b2fe7413cda512f0eb5efa4.tar.gz
gentoo-2-d0330744357f7bed4b2fe7413cda512f0eb5efa4.tar.bz2
gentoo-2-d0330744357f7bed4b2fe7413cda512f0eb5efa4.zip
version bump, and stable on x86
Diffstat (limited to 'app-text/wpd2sxw')
-rw-r--r--app-text/wpd2sxw/ChangeLog8
-rw-r--r--app-text/wpd2sxw/Manifest6
-rw-r--r--app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0-r12
-rw-r--r--app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild31
-rw-r--r--app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild4
5 files changed, 46 insertions, 5 deletions
diff --git a/app-text/wpd2sxw/ChangeLog b/app-text/wpd2sxw/ChangeLog
index 5e0fcab338ff..e54d2c341146 100644
--- a/app-text/wpd2sxw/ChangeLog
+++ b/app-text/wpd2sxw/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/wpd2sxw
# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/ChangeLog,v 1.2 2004/04/26 07:38:33 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/ChangeLog,v 1.3 2004/06/11 22:14:24 squinky86 Exp $
+
+*wpd2sxw-0.6.0-r1 (11 Jun 2004)
+
+ 11 Jun 2004; Jon Hood <squinky86@gentoo.org> +wpd2sxw-0.6.0-r1.ebuild,
+ wpd2sxw-0.6.0.ebuild:
+ version bump, and stable on x86
25 Apr 2004; David Holm <dholm@gentoo.org> wpd2sxw-0.6.0.ebuild:
Added to ~ppc.
diff --git a/app-text/wpd2sxw/Manifest b/app-text/wpd2sxw/Manifest
index 986652eaec98..b8bca856e295 100644
--- a/app-text/wpd2sxw/Manifest
+++ b/app-text/wpd2sxw/Manifest
@@ -1,4 +1,6 @@
-MD5 93c93d5bb0a76d1306153a25a260c92a ChangeLog 446
+MD5 f2daad2bd3ea753d52605fcb5ef0b225 wpd2sxw-0.6.0.ebuild 647
+MD5 c4d43f8626a28f1c132803a91ec5d34f ChangeLog 445
MD5 fd687f26b47d4c53d2ed805ad8b0f310 metadata.xml 227
-MD5 17299fc1afc99bff3f9a03cbce52cad9 wpd2sxw-0.6.0.ebuild 648
+MD5 72557ef0e7076b391901128d984f787d wpd2sxw-0.6.0-r1.ebuild 814
+MD5 dd5eb804ddf97afb8974ab5847ee7e46 files/digest-wpd2sxw-0.6.0-r1 123
MD5 a313e0b8bc35fc9f27f61c5257caddff files/digest-wpd2sxw-0.6.0 65
diff --git a/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0-r1 b/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0-r1
new file mode 100644
index 000000000000..24e7ccfe39d3
--- /dev/null
+++ b/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0-r1
@@ -0,0 +1,2 @@
+MD5 8447e89c580d302e5b13e6eb6064a2ab wpd2sxw-0.6.0.tar.gz 314557
+MD5 05bd3b2c8bbc04eda500893eaaece1df wpd2sxwbatch.pl 5892
diff --git a/app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild b/app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild
new file mode 100644
index 000000000000..6dc23cc3cb33
--- /dev/null
+++ b/app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild,v 1.1 2004/06/11 22:14:24 squinky86 Exp $
+
+DESCRIPTION="WordPerfect Document (wpd) to OpenOffice.org (sxw) converter"
+HOMEPAGE="http://libwpd.sf.net"
+SRC_URI="mirror://sourceforge/libwpd/${P}.tar.gz
+ perl? ( http://libwpd.sourceforge.net/wpd2sxwbatch.pl )"
+RESTRICT="nomirror"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE="perl"
+DEPEND="gnome-extra/libgsf
+ >=app-text/libwpd-0.7.1
+ perl? ( dev-lang/perl )"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd ${S}
+}
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+ dobin ${DISTDIR}/wpd2sxwbatch.pl
+}
diff --git a/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild b/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild
index f13009e53b28..5e8abfbf53a1 100644
--- a/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild
+++ b/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild,v 1.3 2004/04/26 07:38:33 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild,v 1.4 2004/06/11 22:14:24 squinky86 Exp $
DESCRIPTION="WordPerfect Document (wpd) to OpenOffice.org (sxw) converter"
HOMEPAGE="http://libwpd.sf.net"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/libwpd/${P}.tar.gz"
RESTRICT="nomirror"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE=""
DEPEND="gnome-extra/libgsf
>=app-text/libwpd-0.7.1"