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 1Qq36I-0003eA-Pq for garchives@archives.gentoo.org; Sun, 07 Aug 2011 13:09:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C98221C2CE; Sun, 7 Aug 2011 13:08:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D449721C2CE for ; Sun, 7 Aug 2011 13:08:58 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B91F61B4024 for ; Sun, 7 Aug 2011 13:08:57 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id E8B3A2004C; Sun, 7 Aug 2011 13:08:55 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/pcalc: pcalc-2.ebuild pcalc-1.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pcalc-2.ebuild pcalc-1.3.ebuild ChangeLog X-VCS-Directories: sci-calculators/pcalc X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20110807130855.E8B3A2004C@flycatcher.gentoo.org> Date: Sun, 7 Aug 2011 13:08:55 +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: e7ab5bb5d859e5272118bc34a2712d65 vapier 11/08/07 13:08:55 Modified: pcalc-2.ebuild pcalc-1.3.ebuild ChangeLog Log: We need to link against flex at build time. =20 (Portage version: 2.2.0_alpha46/cvs/Linux x86_64) Revision Changes Path 1.2 sci-calculators/pcalc/pcalc-2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/pcalc-2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/pcalc-2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/pcalc-2.ebuild?r1=3D1.1&r2=3D1.2 Index: pcalc-2.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/sci-calculators/pcalc/pcalc-2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pcalc-2.ebuild 13 Dec 2009 07:52:26 -0000 1.1 +++ pcalc-2.ebuild 7 Aug 2011 13:08:55 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild,= v 1.1 2009/12/13 07:52:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild,= v 1.2 2011/08/07 13:08:55 vapier Exp $ =20 inherit toolchain-funcs =20 @@ -13,6 +13,9 @@ KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390= ~sh ~sparc ~x86" IUSE=3D"" =20 +DEPEND=3D"sys-devel/flex" +RDEPEND=3D"" + src_compile() { tc-export CC emake pcalc || die 1.4 sci-calculators/pcalc/pcalc-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/pcalc-1.3.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/pcalc-1.3.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/pcalc-1.3.ebuild?r1=3D1.3&r2=3D1.4 Index: pcalc-1.3.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/sci-calculators/pcalc/pcalc-1.3.ebuild,= v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pcalc-1.3.ebuild 13 Dec 2009 07:52:02 -0000 1.3 +++ pcalc-1.3.ebuild 7 Aug 2011 13:08:55 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuil= d,v 1.3 2009/12/13 07:52:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuil= d,v 1.4 2011/08/07 13:08:55 vapier Exp $ =20 inherit toolchain-funcs =20 @@ -13,6 +13,9 @@ KEYWORDS=3D"alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc= x86" IUSE=3D"" =20 +DEPEND=3D"sys-devel/flex" +RDEPEND=3D"" + src_compile() { tc-export CC emake pcalc || die 1.24 sci-calculators/pcalc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/ChangeLog?rev=3D1.24&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/ChangeLog?rev=3D1.24&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pc= alc/ChangeLog?r1=3D1.23&r2=3D1.24 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/sci-calculators/pcalc/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 13 Dec 2009 07:52:26 -0000 1.23 +++ ChangeLog 7 Aug 2011 13:08:55 -0000 1.24 @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/pcalc -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/ChangeLog,v 1.2= 3 2009/12/13 07:52:26 vapier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/ChangeLog,v 1.2= 4 2011/08/07 13:08:55 vapier Exp $ + + 07 Aug 2011; Mike Frysinger pcalc-1.3.ebuild, + pcalc-2.ebuild: + We need to link against flex at build time. =20 *pcalc-2 (13 Dec 2009) =20