diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-11 15:11:17 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-11 15:11:17 +0000 |
commit | 2ccbd07a7d85b7d0eba799a0ed1531471d1bbe18 (patch) | |
tree | bcb8623b30203a69dc976e582ef6f2d3ed83bd7b /app-office | |
parent | Marked Stable on amd64. (diff) | |
download | gentoo-2-2ccbd07a7d85b7d0eba799a0ed1531471d1bbe18.tar.gz gentoo-2-2ccbd07a7d85b7d0eba799a0ed1531471d1bbe18.tar.bz2 gentoo-2-2ccbd07a7d85b7d0eba799a0ed1531471d1bbe18.zip |
Point to the right location for the rtfimport patch.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.3.5-r3 | 1 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.3.5-r3.ebuild | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-office/koffice/files/digest-koffice-1.3.5-r3 b/app-office/koffice/files/digest-koffice-1.3.5-r3 index 4835c6338154..5405ead6b8f9 100644 --- a/app-office/koffice/files/digest-koffice-1.3.5-r3 +++ b/app-office/koffice/files/digest-koffice-1.3.5-r3 @@ -1 +1,2 @@ MD5 dbc7e76c86647709a3e74f57c0fcf7f5 koffice-1.3.5.tar.bz2 10778584 +MD5 71a1baa8244dbcc1bfc2bd3c3e3dd40f post-koffice-1.3.5-rtfimport.diff 8620 diff --git a/app-office/koffice/koffice-1.3.5-r3.ebuild b/app-office/koffice/koffice-1.3.5-r3.ebuild index f72ecc489666..a7f83251d374 100644 --- a/app-office/koffice/koffice-1.3.5-r3.ebuild +++ b/app-office/koffice/koffice-1.3.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.5-r3.ebuild,v 1.1 2005/10/11 14:49:04 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.5-r3.ebuild,v 1.2 2005/10/11 15:11:17 greg_g Exp $ inherit kde kde-functions eutils @@ -9,7 +9,8 @@ inherit kde kde-functions eutils DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment." HOMEPAGE="http://www.koffice.org/" -SRC_URI="mirror://kde/stable/${P}/src/${P}.tar.bz2" +SRC_URI="mirror://kde/stable/${P}/src/${P}.tar.bz2 + mirror://kde/security_patches/post-koffice-1.3.5-rtfimport.diff" LICENSE="GPL-2 LGPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" @@ -32,7 +33,7 @@ need-kde 3.1 PATCHES="${FILESDIR}/koffice_1_3_xpdf_buffer_overflow.diff ${FILESDIR}/CAN-2005-0064.patch - ${FILESDIR}/koffice-1.4.1-rtfimport.patch" + ${DISTDIR}/post-koffice-1.3.5-rtfimport.diff" src_compile() { export LIBPYTHON="`python-config --libs`" |