From 41635207fc95f2ea312f1a12af73aec53e8cf5ea Mon Sep 17 00:00:00 2001 From: Jon Hood Date: Fri, 23 Apr 2004 21:51:58 +0000 Subject: initial commit (#27151) --- app-text/wpd2sxw/ChangeLog | 9 +++++++++ app-text/wpd2sxw/Manifest | 2 ++ app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0 | 1 + app-text/wpd2sxw/metadata.xml | 8 ++++++++ app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild | 23 +++++++++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 app-text/wpd2sxw/ChangeLog create mode 100644 app-text/wpd2sxw/Manifest create mode 100644 app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0 create mode 100644 app-text/wpd2sxw/metadata.xml create mode 100644 app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild (limited to 'app-text/wpd2sxw') diff --git a/app-text/wpd2sxw/ChangeLog b/app-text/wpd2sxw/ChangeLog new file mode 100644 index 000000000000..4f1ca4db11e2 --- /dev/null +++ b/app-text/wpd2sxw/ChangeLog @@ -0,0 +1,9 @@ +# 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.1 2004/04/23 21:51:58 squinky86 Exp $ + +*wpd2sxw-0.6.0 (23 Apr 2004) + + 23 Apr 2004; foser wpd2sxw-0.6.0.ebuild, + files/digest-wpd2sxw-0.6.0: + Initial commit (#27151) diff --git a/app-text/wpd2sxw/Manifest b/app-text/wpd2sxw/Manifest new file mode 100644 index 000000000000..05219e01cb41 --- /dev/null +++ b/app-text/wpd2sxw/Manifest @@ -0,0 +1,2 @@ +MD5 ace319fa8d31076f839d5a7a4ee3a375 wpd2sxw-0.6.0.ebuild 536 +MD5 a313e0b8bc35fc9f27f61c5257caddff files/digest-wpd2sxw-0.6.0 65 diff --git a/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0 b/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0 new file mode 100644 index 000000000000..7ab7d8abaab4 --- /dev/null +++ b/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0 @@ -0,0 +1 @@ +MD5 8447e89c580d302e5b13e6eb6064a2ab wpd2sxw-0.6.0.tar.gz 314557 diff --git a/app-text/wpd2sxw/metadata.xml b/app-text/wpd2sxw/metadata.xml new file mode 100644 index 000000000000..032cb256ad69 --- /dev/null +++ b/app-text/wpd2sxw/metadata.xml @@ -0,0 +1,8 @@ + + + +openoffice + + squinky86@gentoo.org + + diff --git a/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild b/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild new file mode 100644 index 000000000000..0e85f4fc231e --- /dev/null +++ b/app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild @@ -0,0 +1,23 @@ +# 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.1 2004/04/23 21:51:58 squinky86 Exp $ + +DESCRIPTION="WordPerfect Document (wpd) to OpenOffice.org (sxw) converter" +HOMEPAGE="http://libwpd.sf.net" +SRC_URI="mirror://sourceforge/libwpd/${P}.tar.gz" +RESTRICT="nomirror" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="gnome-extra/libgsf + app-text/libwpd" + +src_compile() { + econf || die "configure failed" + emake || die "make failed" +} + +src_install() { + einstall || die "install failed" +} -- cgit v1.2.3-65-gdbad