From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ploqg-0001A5-Mn for garchives@archives.gentoo.org; Sat, 05 Feb 2011 20:35:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48F0D1C0CF; Sat, 5 Feb 2011 20:35:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0B657E0B0C for ; Sat, 5 Feb 2011 20:35:06 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AF431B4013 for ; Sat, 5 Feb 2011 20:35:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2253) id DE20320054; Sat, 5 Feb 2011 20:35:04 +0000 (UTC) From: "Jonathan Callen (abcd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, abcd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword: abiword-2.8.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: abiword-2.8.6.ebuild ChangeLog X-VCS-Directories: app-office/abiword X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen Content-Type: text/plain; charset=utf8 Message-Id: <20110205203504.DE20320054@flycatcher.gentoo.org> Date: Sat, 5 Feb 2011 20:35:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a11a98c8b16cdd82ba6fae7a85ef185f abcd 11/02/05 20:35:04 Modified: abiword-2.8.6.ebuild ChangeLog Log: Add ~amd64-linux/~x86-linux, use ED instead of D in a couple places =20 (Portage version: 2.2.0_alpha19_p61/cvs/Linux i686) Revision Changes Path 1.14 app-office/abiword/abiword-2.8.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword= /abiword-2.8.6.ebuild?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword= /abiword-2.8.6.ebuild?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword= /abiword-2.8.6.ebuild?r1=3D1.13&r2=3D1.14 Index: abiword-2.8.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild= ,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- abiword-2.8.6.ebuild 26 Jan 2011 21:21:14 -0000 1.13 +++ abiword-2.8.6.ebuild 5 Feb 2011 20:35:04 -0000 1.14 @@ -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.ebui= ld,v 1.13 2011/01/26 21:21:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebui= ld,v 1.14 2011/02/05 20:35:04 abcd Exp $ =20 EAPI=3D"3" =20 @@ -14,7 +14,7 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"2" -KEYWORDS=3D"alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS=3D"alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux= " IUSE=3D"collab cups gnome grammar latex libgda math ots openxml plugins = readline spell wordperfect wmf thesaurus" # svg =20 # libgsf raised to make sure it provides gio backend (ebuild) @@ -135,9 +135,9 @@ gnome2_src_install =20 sed "s:Exec=3Dabiword:Exec=3Dabiword-${MY_MAJORV}:" \ - -i "${D}"/usr/share/applications/abiword.desktop || die "sed 3 failed" + -i "${ED}"/usr/share/applications/abiword.desktop || die "sed 3 failed= " =20 - 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} =20 dodoc AUTHORS user/wp/readme.txt || die "dodoc failed" 1.233 app-office/abiword/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword= /ChangeLog?rev=3D1.233&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword= /ChangeLog?rev=3D1.233&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword= /ChangeLog?r1=3D1.232&r2=3D1.233 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v retrieving revision 1.232 retrieving revision 1.233 diff -u -r1.232 -r1.233 --- ChangeLog 4 Feb 2011 10:06:43 -0000 1.232 +++ ChangeLog 5 Feb 2011 20:35:04 -0000 1.233 @@ -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 abiword-2.8.6.ebuild: + Add ~amd64-linux/~x86-linux, use ED instead of D in a couple places =20 04 Feb 2011; Pacho Ramos metadata.xml: Give more information about 'plugins' USE flag.