diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-23 21:51:58 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-23 21:51:58 +0000 |
commit | 41635207fc95f2ea312f1a12af73aec53e8cf5ea (patch) | |
tree | 1542a1c5dd828cb9c5571fb92bf2a5d069fcca20 /app-text/wpd2sxw | |
parent | Updated to be compatible with webapp-config-1.4 (Manifest recommit) (diff) | |
download | gentoo-2-41635207fc95f2ea312f1a12af73aec53e8cf5ea.tar.gz gentoo-2-41635207fc95f2ea312f1a12af73aec53e8cf5ea.tar.bz2 gentoo-2-41635207fc95f2ea312f1a12af73aec53e8cf5ea.zip |
initial commit (#27151)
Diffstat (limited to 'app-text/wpd2sxw')
-rw-r--r-- | app-text/wpd2sxw/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/wpd2sxw/Manifest | 2 | ||||
-rw-r--r-- | app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0 | 1 | ||||
-rw-r--r-- | app-text/wpd2sxw/metadata.xml | 8 | ||||
-rw-r--r-- | app-text/wpd2sxw/wpd2sxw-0.6.0.ebuild | 23 |
5 files changed, 43 insertions, 0 deletions
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 <foser@gentoo.org> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>openoffice</herd> +<maintainer> + <email>squinky86@gentoo.org</email> +</maintainer> +</pkgmetadata> 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" +} |