Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword: abiword-2.8.6.ebuild ChangeLog
Date: Sat, 05 Feb 2011 20:35:15
Message-Id: 20110205203504.DE20320054@flycatcher.gentoo.org
1 abcd 11/02/05 20:35:04
2
3 Modified: abiword-2.8.6.ebuild ChangeLog
4 Log:
5 Add ~amd64-linux/~x86-linux, use ED instead of D in a couple places
6
7 (Portage version: 2.2.0_alpha19_p61/cvs/Linux i686)
8
9 Revision Changes Path
10 1.14 app-office/abiword/abiword-2.8.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?r1=1.13&r2=1.14
15
16 Index: abiword-2.8.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- abiword-2.8.6.ebuild 26 Jan 2011 21:21:14 -0000 1.13
23 +++ abiword-2.8.6.ebuild 5 Feb 2011 20:35:04 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.13 2011/01/26 21:21:14 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.14 2011/02/05 20:35:04 abcd Exp $
29
30 EAPI="3"
31
32 @@ -14,7 +14,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="2"
36 -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
37 +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
38 IUSE="collab cups gnome grammar latex libgda math ots openxml plugins readline spell wordperfect wmf thesaurus" # svg
39
40 # libgsf raised to make sure it provides gio backend (ebuild)
41 @@ -135,9 +135,9 @@
42 gnome2_src_install
43
44 sed "s:Exec=abiword:Exec=abiword-${MY_MAJORV}:" \
45 - -i "${D}"/usr/share/applications/abiword.desktop || die "sed 3 failed"
46 + -i "${ED}"/usr/share/applications/abiword.desktop || die "sed 3 failed"
47
48 - mv "${D}/usr/bin/abiword" "${D}/usr/bin/AbiWord-${MY_MAJORV}"
49 + mv "${ED}/usr/bin/abiword" "${ED}/usr/bin/AbiWord-${MY_MAJORV}"
50 dosym AbiWord-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV}
51
52 dodoc AUTHORS user/wp/readme.txt || die "dodoc failed"
53
54
55
56 1.233 app-office/abiword/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.233&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.233&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?r1=1.232&r2=1.233
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
65 retrieving revision 1.232
66 retrieving revision 1.233
67 diff -u -r1.232 -r1.233
68 --- ChangeLog 4 Feb 2011 10:06:43 -0000 1.232
69 +++ ChangeLog 5 Feb 2011 20:35:04 -0000 1.233
70 @@ -1,6 +1,9 @@
71 # ChangeLog for app-office/abiword
72 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.232 2011/02/04 10:06:43 pacho Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.233 2011/02/05 20:35:04 abcd Exp $
75 +
76 + 05 Feb 2011; Jonathan Callen <abcd@g.o> abiword-2.8.6.ebuild:
77 + Add ~amd64-linux/~x86-linux, use ED instead of D in a couple places
78
79 04 Feb 2011; Pacho Ramos <pacho@g.o> metadata.xml:
80 Give more information about 'plugins' USE flag.