From 3a5bfd01437dde1608de2fff791c32dd06f02c20 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 15 Apr 2008 13:30:51 +0000 Subject: Version bump, bug #217781 (Portage version: 2.1.4.4) --- app-text/wpd2sxw/ChangeLog | 7 ++++++- app-text/wpd2sxw/wpd2sxw-0.7.3.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 app-text/wpd2sxw/wpd2sxw-0.7.3.ebuild (limited to 'app-text/wpd2sxw') diff --git a/app-text/wpd2sxw/ChangeLog b/app-text/wpd2sxw/ChangeLog index 825d09722ac8..4a821cbe6c19 100644 --- a/app-text/wpd2sxw/ChangeLog +++ b/app-text/wpd2sxw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/wpd2sxw # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/ChangeLog,v 1.17 2008/01/20 16:22:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/ChangeLog,v 1.18 2008/04/15 13:30:51 grobian Exp $ + +*wpd2sxw-0.7.3 (15 Apr 2008) + + 15 Apr 2008; Fabian Groffen +wpd2sxw-0.7.3.ebuild: + Version bump, bug #217781 20 Jan 2008; Fabian Groffen wpd2sxw-0.7.1.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/app-text/wpd2sxw/wpd2sxw-0.7.3.ebuild b/app-text/wpd2sxw/wpd2sxw-0.7.3.ebuild new file mode 100644 index 000000000000..65853b37142c --- /dev/null +++ b/app-text/wpd2sxw/wpd2sxw-0.7.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/wpd2sxw-0.7.3.ebuild,v 1.1 2008/04/15 13:30:51 grobian Exp $ + +IUSE="" + +DESCRIPTION="WordPerfect Document (wpd) to OpenOffice.org (sxw) converter" +HOMEPAGE="http://libwpd.sf.net" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +S="${WORKDIR}/writerperfect-${PV}" + +SRC_URI="mirror://sourceforge/libwpd/writerperfect-${PV}.tar.gz + mirror://gentoo/wpd2sxwbatch.pl" + +RDEPEND="gnome-extra/libgsf + >=app-text/libwpd-0.8.14 + dev-lang/perl" + +DEPEND="${RDEPEND}" + +src_install() { + make DESTDIR="${D}" install || die "install failed" + dobin "${DISTDIR}"/wpd2sxwbatch.pl +} -- cgit v1.2.3-65-gdbad