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 1Sf3pO-0007i9-5E for garchives@archives.gentoo.org; Thu, 14 Jun 2012 06:46:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3706E0691; Thu, 14 Jun 2012 06:46:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6512DE0691 for ; Thu, 14 Jun 2012 06:46:38 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEF0B1B403B for ; Thu, 14 Jun 2012 06:46:37 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2293) id 92E862004C; Thu, 14 Jun 2012 06:46:36 +0000 (UTC) From: "Naohiro Aota (naota)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, naota@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/cmigemo: cmigemo-1.3c-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cmigemo-1.3c-r2.ebuild ChangeLog X-VCS-Directories: app-text/cmigemo X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota Content-Type: text/plain; charset=utf8 Message-Id: <20120614064636.92E862004C@flycatcher.gentoo.org> Date: Thu, 14 Jun 2012 06:46:36 +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: e2f8b474-2299-429f-b885-32952ca9e5c3 X-Archives-Hash: 93112a5d85a50cffed69d10c5792dfbc naota 12/06/14 06:46:36 Modified: cmigemo-1.3c-r2.ebuild ChangeLog Log: Add patch to handle LDFLAGS properly. =20 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64) Revision Changes Path 1.2 app-text/cmigemo/cmigemo-1.3c-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cmigemo/c= migemo-1.3c-r2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cmigemo/c= migemo-1.3c-r2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cmigemo/c= migemo-1.3c-r2.ebuild?r1=3D1.1&r2=3D1.2 Index: cmigemo-1.3c-r2.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-text/cmigemo/cmigemo-1.3c-r2.ebuild= ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cmigemo-1.3c-r2.ebuild 8 Nov 2009 16:45:17 -0000 1.1 +++ cmigemo-1.3c-r2.ebuild 14 Jun 2012 06:46:36 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cmigemo/cmigemo-1.3c-r2.ebui= ld,v 1.1 2009/11/08 16:45:17 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cmigemo/cmigemo-1.3c-r2.ebui= ld,v 1.2 2012/06/14 06:46:36 naota Exp $ =20 EAPI=3D2 inherit eutils flag-o-matic multilib toolchain-funcs @@ -30,7 +30,8 @@ =20 src_prepare() { # Bug #246953 - epatch "${FILESDIR}/${P}-gentoo.patch" + epatch "${FILESDIR}/${P}-gentoo.patch" \ + "${FILESDIR}"/${P}-ldflags.patch =20 touch dict/SKK-JISYO.L if use unicode ; then 1.21 app-text/cmigemo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cmigemo/C= hangeLog?rev=3D1.21&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cmigemo/C= hangeLog?rev=3D1.21&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cmigemo/C= hangeLog?r1=3D1.20&r2=3D1.21 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-text/cmigemo/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 8 Nov 2009 16:45:17 -0000 1.20 +++ ChangeLog 14 Jun 2012 06:46:36 -0000 1.21 @@ -1,6 +1,10 @@ # ChangeLog for app-text/cmigemo -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cmigemo/ChangeLog,v 1.20 200= 9/11/08 16:45:17 matsuu Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/cmigemo/ChangeLog,v 1.21 201= 2/06/14 06:46:36 naota Exp $ + + 14 Jun 2012; Naohiro Aota + +files/cmigemo-1.3c-ldflags.patch, cmigemo-1.3c-r2.ebuild: + Add patch to handle LDFLAGS properly. =20 *cmigemo-1.3c-r2 (08 Nov 2009) =20