diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-02-05 20:35:04 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-02-05 20:35:04 +0000 |
commit | 0fc9803c0ad5dc44a09fbcd50dfabbc97c11212e (patch) | |
tree | ca1fff233909b5349c23386cec3d8e75727aa8af /app-office | |
parent | Stable on alpha, bug #353352 (diff) | |
download | gentoo-2-0fc9803c0ad5dc44a09fbcd50dfabbc97c11212e.tar.gz gentoo-2-0fc9803c0ad5dc44a09fbcd50dfabbc97c11212e.tar.bz2 gentoo-2-0fc9803c0ad5dc44a09fbcd50dfabbc97c11212e.zip |
Add ~amd64-linux/~x86-linux, use ED instead of D in a couple places
(Portage version: 2.2.0_alpha19_p61/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.8.6.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 083bc3d42f76..537daf1049f7 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.232 2011/02/04 10:06:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.233 2011/02/05 20:35:04 abcd Exp $ + + 05 Feb 2011; Jonathan Callen <abcd@gentoo.org> abiword-2.8.6.ebuild: + Add ~amd64-linux/~x86-linux, use ED instead of D in a couple places 04 Feb 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Give more information about 'plugins' USE flag. diff --git a/app-office/abiword/abiword-2.8.6.ebuild b/app-office/abiword/abiword-2.8.6.ebuild index 4b4d7bdfa0f4..21ab8202e8c1 100644 --- a/app-office/abiword/abiword-2.8.6.ebuild +++ b/app-office/abiword/abiword-2.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.13 2011/01/26 21:21:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.14 2011/02/05 20:35:04 abcd Exp $ EAPI="3" @@ -14,7 +14,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="collab cups gnome grammar latex libgda math ots openxml plugins readline spell wordperfect wmf thesaurus" # svg # libgsf raised to make sure it provides gio backend (ebuild) @@ -135,9 +135,9 @@ src_install() { gnome2_src_install sed "s:Exec=abiword:Exec=abiword-${MY_MAJORV}:" \ - -i "${D}"/usr/share/applications/abiword.desktop || die "sed 3 failed" + -i "${ED}"/usr/share/applications/abiword.desktop || die "sed 3 failed" - mv "${D}/usr/bin/abiword" "${D}/usr/bin/AbiWord-${MY_MAJORV}" + mv "${ED}/usr/bin/abiword" "${ED}/usr/bin/AbiWord-${MY_MAJORV}" dosym AbiWord-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV} dodoc AUTHORS user/wp/readme.txt || die "dodoc failed" |