* [gentoo-commits] gentoo-x86 commit in sci-calculators/pcalc: pcalc-2.ebuild pcalc-1.3.ebuild ChangeLog
@ 2011-08-07 13:08 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-08-07 13:08 UTC (permalink / raw
To: gentoo-commits
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.
(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/pcalc/pcalc-2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild?r1=1.1&r2=1.2
Index: pcalc-2.ebuild
===================================================================
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 $
inherit toolchain-funcs
@@ -13,6 +13,9 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
+DEPEND="sys-devel/flex"
+RDEPEND=""
+
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/pcalc/pcalc-1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild?r1=1.3&r2=1.4
Index: pcalc-1.3.ebuild
===================================================================
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.ebuild,v 1.3 2009/12/13 07:52:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild,v 1.4 2011/08/07 13:08:55 vapier Exp $
inherit toolchain-funcs
@@ -13,6 +13,9 @@
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
+DEPEND="sys-devel/flex"
+RDEPEND=""
+
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/pcalc/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
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.23 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.24 2011/08/07 13:08:55 vapier Exp $
+
+ 07 Aug 2011; Mike Frysinger <vapier@gentoo.org> pcalc-1.3.ebuild,
+ pcalc-2.ebuild:
+ We need to link against flex at build time.
*pcalc-2 (13 Dec 2009)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-calculators/pcalc: pcalc-2.ebuild pcalc-1.3.ebuild ChangeLog
@ 2014-01-18 5:23 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-18 5:23 UTC (permalink / raw
To: gentoo-commits
vapier 14/01/18 05:23:48
Modified: pcalc-2.ebuild pcalc-1.3.ebuild ChangeLog
Log:
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.4 sci-calculators/pcalc/pcalc-2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild?r1=1.3&r2=1.4
Index: pcalc-2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pcalc-2.ebuild 4 Aug 2012 22:29:20 -0000 1.3
+++ pcalc-2.ebuild 18 Jan 2014 05:23:48 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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.3 2012/08/04 22:29:20 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-2.ebuild,v 1.4 2014/01/18 05:23:48 vapier Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="sys-devel/flex"
1.5 sci-calculators/pcalc/pcalc-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild?r1=1.4&r2=1.5
Index: pcalc-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pcalc-1.3.ebuild 7 Aug 2011 13:08:55 -0000 1.4
+++ pcalc-1.3.ebuild 18 Jan 2014 05:23:48 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild,v 1.4 2011/08/07 13:08:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild,v 1.5 2014/01/18 05:23:48 vapier Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND="sys-devel/flex"
1.26 sci-calculators/pcalc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/pcalc/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 4 Aug 2012 22:29:20 -0000 1.25
+++ ChangeLog 18 Jan 2014 05:23:48 -0000 1.26
@@ -1,6 +1,10 @@
# ChangeLog for sci-calculators/pcalc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/ChangeLog,v 1.25 2012/08/04 22:29:20 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/ChangeLog,v 1.26 2014/01/18 05:23:48 vapier Exp $
+
+ 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> pcalc-1.3.ebuild,
+ pcalc-2.ebuild:
+ Add arm64 love.
04 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> pcalc-2.ebuild:
keyword amd64-linux, x86-linux, switch to EAPI4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-18 5:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-07 13:08 [gentoo-commits] gentoo-x86 commit in sci-calculators/pcalc: pcalc-2.ebuild pcalc-1.3.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2014-01-18 5:23 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox