From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ie3hE-0001wt-OD for garchives@archives.gentoo.org; Sat, 06 Oct 2007 07:03:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l966s9CF014385; Sat, 6 Oct 2007 06:54:09 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l966s8GR014380 for ; Sat, 6 Oct 2007 06:54:08 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D749F650EF for ; Sat, 6 Oct 2007 06:54:07 +0000 (UTC) Received: from tgall by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Ie3Y7-0004Iq-1o for gentoo-commits@lists.gentoo.org; Sat, 06 Oct 2007 06:54:07 +0000 From: "Thomas Alan Gall (tgall)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tgall@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.16.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gettext-0.16.1-r1.ebuild ChangeLog X-VCS-Directories: sys-devel/gettext X-VCS-Committer: tgall X-VCS-Committer-Name: Thomas Alan Gall Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Thomas Alan Gall Date: Sat, 06 Oct 2007 06:54:07 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: e879d2fd-85f3-4741-9512-5adb83f97a49 X-Archives-Hash: 45bb582fb51e6a2af9d5b6ca9acbb34e tgall 07/10/06 06:54:07 Modified: gettext-0.16.1-r1.ebuild ChangeLog Log: stable on ppc64, bug #189931 (Portage version: 2.1.3.9) Revision Changes Path 1.14 sys-devel/gettext/gettext-0.16.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild?r1=1.13&r2=1.14 Index: gettext-0.16.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gettext-0.16.1-r1.ebuild 31 Aug 2007 13:57:22 -0000 1.13 +++ gettext-0.16.1-r1.ebuild 6 Oct 2007 06:54:06 -0000 1.14 @@ -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/sys-devel/gettext/gettext-0.16.1-r1.ebuild,v 1.13 2007/08/31 13:57:22 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild,v 1.14 2007/10/06 06:54:06 tgall Exp $ inherit flag-o-matic eutils multilib toolchain-funcs mono libtool @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="emacs nls doc nocxx" DEPEND="virtual/libiconv 1.153 sys-devel/gettext/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.153&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.153&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.152&r2=1.153 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v retrieving revision 1.152 retrieving revision 1.153 diff -u -r1.152 -r1.153 --- ChangeLog 31 Aug 2007 13:57:22 -0000 1.152 +++ ChangeLog 6 Oct 2007 06:54:06 -0000 1.153 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.152 2007/08/31 13:57:22 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.153 2007/10/06 06:54:06 tgall Exp $ + + 06 Oct 2007; Tom Gall gettext-0.16.1-r1.ebuild: + stable on ppc64 bug #189031 31 Aug 2007; Christoph Mende gettext-0.16.1-r1.ebuild: -- gentoo-commits@gentoo.org mailing list