diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-04-03 22:49:47 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-04-03 22:49:47 +0000 |
commit | 05b2a5a567e84e7f949a3bfd2e7b3daa3da51bac (patch) | |
tree | fbf1c3926223b6a5c2291ba399d51ef95f2cf570 /app-office/abiword-plugins | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-05b2a5a567e84e7f949a3bfd2e7b3daa3da51bac.tar.gz gentoo-2-05b2a5a567e84e7f949a3bfd2e7b3daa3da51bac.tar.bz2 gentoo-2-05b2a5a567e84e7f949a3bfd2e7b3daa3da51bac.zip |
fix stupid SRC_URI problem, abiword-plugins still needs abiword sources
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-office/abiword-plugins')
-rw-r--r-- | app-office/abiword-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/abiword-plugins/abiword-plugins-2.6.0.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-office/abiword-plugins/ChangeLog b/app-office/abiword-plugins/ChangeLog index 9b66b52ba754..b9f61e469422 100644 --- a/app-office/abiword-plugins/ChangeLog +++ b/app-office/abiword-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/abiword-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.39 2008/04/03 22:27:34 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.40 2008/04/03 22:49:47 eva Exp $ + + 03 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org> + abiword-plugins-2.6.0.ebuild: + fix stupid SRC_URI problem, abiword-plugins still needs abiword sources *abiword-plugins-2.6.0 (03 Apr 2008) diff --git a/app-office/abiword-plugins/abiword-plugins-2.6.0.ebuild b/app-office/abiword-plugins/abiword-plugins-2.6.0.ebuild index 1c99f31e5771..dc209457d70d 100644 --- a/app-office/abiword-plugins/abiword-plugins-2.6.0.ebuild +++ b/app-office/abiword-plugins/abiword-plugins-2.6.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2008 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.6.0.ebuild,v 1.1 2008/04/03 22:27:34 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.0.ebuild,v 1.2 2008/04/03 22:49:47 eva Exp $ inherit eutils DESCRIPTION="Set of plugins for abiword" HOMEPAGE="http://www.abisource.com/" -SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/source/${P}.tar.gz" +SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/source/${P}.tar.gz + http://www.abisource.com/downloads/abiword/${PV}/source/${P//-plugins/}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -56,7 +57,7 @@ pkg_setup() { src_compile() { local myconf="--enable-all \ - --with-abiword="${WORKDIR}/abiword-${PV}/abi" \ + --with-abiword="${WORKDIR}/abiword-${PV}" \ $(use_with cxx boost) \ $(use_enable debug) \ $(use_with bzip2 bz2abw) \ |