summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-03-19 16:41:43 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-03-19 16:41:43 +0000
commit737fb8d302e008788b8bb60b8d20a541e187ff6c (patch)
tree4a6a6376a802b9b7c351d661a0ce46e1956dde57 /app-text
parentremove metadata.xml as requested by cardoe. (diff)
downloadgentoo-2-737fb8d302e008788b8bb60b8d20a541e187ff6c.tar.gz
gentoo-2-737fb8d302e008788b8bb60b8d20a541e187ff6c.tar.bz2
gentoo-2-737fb8d302e008788b8bb60b8d20a541e187ff6c.zip
Bump to 0.8.9; includes upstream fix for bug #169675
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libwpd/ChangeLog7
-rw-r--r--app-text/libwpd/files/digest-libwpd-0.8.93
-rw-r--r--app-text/libwpd/libwpd-0.8.9.ebuild31
3 files changed, 40 insertions, 1 deletions
diff --git a/app-text/libwpd/ChangeLog b/app-text/libwpd/ChangeLog
index 2284bcb2cded..6564a5b37f56 100644
--- a/app-text/libwpd/ChangeLog
+++ b/app-text/libwpd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/libwpd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.43 2007/03/16 11:10:31 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.44 2007/03/19 16:41:43 dang Exp $
+
+*libwpd-0.8.9 (19 Mar 2007)
+
+ 19 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> +libwpd-0.8.9.ebuild:
+ Bump to 0.8.9; includes upstream fix for bug #169675
16 Mar 2007; Ferris McCormick <fmccor@gentoo.org> libwpd-0.8.4-r1.ebuild:
Sparc stable --- Security Bug #169675 --- no problems detected.
diff --git a/app-text/libwpd/files/digest-libwpd-0.8.9 b/app-text/libwpd/files/digest-libwpd-0.8.9
new file mode 100644
index 000000000000..57bbb35e0ae5
--- /dev/null
+++ b/app-text/libwpd/files/digest-libwpd-0.8.9
@@ -0,0 +1,3 @@
+MD5 c48c74e90637e5e59140d0bec73a0145 libwpd-0.8.9.tar.gz 569384
+RMD160 c69853e8f86ee5c936102e00960a7fdea7984ab7 libwpd-0.8.9.tar.gz 569384
+SHA256 0c7067a0ae85006f9c43861f0a686dc595b8a123e98d4198716f98cb53ea32dc libwpd-0.8.9.tar.gz 569384
diff --git a/app-text/libwpd/libwpd-0.8.9.ebuild b/app-text/libwpd/libwpd-0.8.9.ebuild
new file mode 100644
index 000000000000..8e6142997866
--- /dev/null
+++ b/app-text/libwpd/libwpd-0.8.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.8.9.ebuild,v 1.1 2007/03/19 16:41:43 dang Exp $
+
+inherit eutils
+
+DESCRIPTION="WordPerfect Document import/export library"
+HOMEPAGE="http://libwpd.sf.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="doc"
+
+RDEPEND=">=dev-libs/glib-2
+ >=gnome-extra/libgsf-1.6
+ doc? ( app-doc/doxygen )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+ econf $(use_with doc docs) || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc CHANGES COPYING CREDITS INSTALL README TODO
+}