diff options
Diffstat (limited to 'app-office/abiword-plugins')
-rw-r--r-- | app-office/abiword-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild | 10 | ||||
-rw-r--r-- | app-office/abiword-plugins/files/digest-abiword-plugins-2.4.6 | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-office/abiword-plugins/ChangeLog b/app-office/abiword-plugins/ChangeLog index 0b94dbb0cf99..449da2bd2325 100644 --- a/app-office/abiword-plugins/ChangeLog +++ b/app-office/abiword-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword-plugins # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.35 2007/09/08 11:30:46 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.36 2007/10/19 14:24:15 je_fro Exp $ + + 19 Oct 2007; <jeff@gentoo.org> abiword-plugins-2.4.6.ebuild: + Changed goffice dependency as per bug #191555. Big Thanks(tm) to rbridge. 08 Sep 2007; Gilles Dartiguelongue <eva@gentoo.org> +files/abiword-plugins-2.4.6-poppler-0.6-api.patch, diff --git a/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild b/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild index a31f9c786dac..efc9ef9f866d 100644 --- a/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild +++ b/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.11 2007/09/08 11:30:46 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.12 2007/10/19 14:24:15 je_fro Exp $ inherit eutils @@ -23,7 +23,7 @@ RDEPEND="=app-office/abiword-${PV}* >=gnome-base/libglade-2 >=gnome-extra/libgsf-1.12.1 bzip2? ( app-arch/bzip2 ) - gnome? ( >=x11-libs/goffice-0.1 ) + gnome? ( =x11-libs/goffice-0.2* ) grammar? ( >=dev-libs/link-grammar-4.2.2 ) jpeg? ( >=media-libs/jpeg-6b-r2 ) libgda? ( @@ -45,8 +45,8 @@ S="${WORKDIR}/abiword-${PV}/${PN}" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/poppler_abi_change.patch + cd "${S}" + epatch "${FILESDIR}/poppler_abi_change.patch" # Fix use of poppler API if has_version '>=app-text/poppler-0.6'; then @@ -56,7 +56,7 @@ src_unpack() { src_compile() { local myconf="--enable-all \ - --with-abiword=${WORKDIR}/abiword-${PV}/abi \ + --with-abiword="${WORKDIR}/abiword-${PV}/abi" \ $(use_enable debug) \ $(use_with bzip2 bz2abw) \ $(use_with gnome abigochart) \ diff --git a/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.6 b/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.6 index 2a833d2b0986..48c4b2db72ee 100644 --- a/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.6 +++ b/app-office/abiword-plugins/files/digest-abiword-plugins-2.4.6 @@ -1,3 +1,3 @@ -MD5 8ed5fb282b9741aca75b9e47500d39a1 abiword-2.4.6.tar.bz2 24994889 -RMD160 ca56800d811b3aca0af6b2fb6cd70cbea29ab792 abiword-2.4.6.tar.bz2 24994889 -SHA256 1ca509814d1ce939c98f2776f95351a2a6ea216d12c20be30d40eefd13f43020 abiword-2.4.6.tar.bz2 24994889 +MD5 d41d8cd98f00b204e9800998ecf8427e abiword-2.4.6.tar.bz2 0 +RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 abiword-2.4.6.tar.bz2 0 +SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 abiword-2.4.6.tar.bz2 0 |