public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-calculators/wcalc: wcalc-2.2.1.ebuild wcalc-2.4.ebuild ChangeLog
@ 2012-05-23 13:10 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2012-05-23 13:10 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/05/23 13:10:22

  Modified:             wcalc-2.2.1.ebuild wcalc-2.4.ebuild ChangeLog
  Log:
  Add missing eutils.eclass for newicon
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-calculators/wcalc/wcalc-2.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild?r1=1.6&r2=1.7

Index: wcalc-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wcalc-2.2.1.ebuild	26 Apr 2012 15:51:28 -0000	1.6
+++ wcalc-2.2.1.ebuild	23 May 2012 13:10:22 -0000	1.7
@@ -1,9 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v 1.6 2012/04/26 15:51:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v 1.7 2012/05/23 13:10:22 xarthisius Exp $
 
 EAPI=4
 
+inherit eutils
+
 DESCRIPTION="A flexible command-line scientific calculator"
 HOMEPAGE="http://w-calc.sourceforge.net/"
 SRC_URI="mirror://sourceforge/w-calc/Wcalc-${PV}.tar.bz2"
@@ -19,7 +21,7 @@
 	readline? ( sys-libs/readline )"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}"/Wcalc-${PV}
+S=${WORKDIR}/Wcalc-${PV}
 
 src_configure() {
 	econf $(use_with readline)



1.5                  sci-calculators/wcalc/wcalc-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?r1=1.4&r2=1.5

Index: wcalc-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wcalc-2.4.ebuild	26 Apr 2012 15:51:28 -0000	1.4
+++ wcalc-2.4.ebuild	23 May 2012 13:10:22 -0000	1.5
@@ -1,9 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v 1.4 2012/04/26 15:51:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v 1.5 2012/05/23 13:10:22 xarthisius Exp $
 
 EAPI=4
 
+inherit eutils
+
 DESCRIPTION="A flexible command-line scientific calculator"
 HOMEPAGE="http://w-calc.sourceforge.net/"
 SRC_URI="mirror://sourceforge/w-calc/${P}.tar.bz2"



1.16                 sci-calculators/wcalc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	26 Apr 2012 15:51:28 -0000	1.15
+++ ChangeLog	23 May 2012 13:10:22 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sci-calculators/wcalc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.15 2012/04/26 15:51:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.16 2012/05/23 13:10:22 xarthisius Exp $
+
+  23 May 2012; Kacper Kowalik <xarthisius@gentoo.org> wcalc-2.2.1.ebuild,
+  wcalc-2.4.ebuild:
+  Add missing eutils.eclass for newicon
 
   26 Apr 2012; Justin Lecher <jlec@gentoo.org> wcalc-2.2.1.ebuild,
   -wcalc-2.3.1.ebuild, wcalc-2.4.ebuild, metadata.xml:






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-calculators/wcalc: wcalc-2.2.1.ebuild wcalc-2.4.ebuild ChangeLog
@ 2015-02-09 12:45 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-02-09 12:45 UTC (permalink / raw
  To: gentoo-commits

blueness    15/02/09 12:45:32

  Modified:             wcalc-2.2.1.ebuild wcalc-2.4.ebuild ChangeLog
  Log:
  Keyword ~ppc64, bug #459192.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.8                  sci-calculators/wcalc/wcalc-2.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild?r1=1.7&r2=1.8

Index: wcalc-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wcalc-2.2.1.ebuild	23 May 2012 13:10:22 -0000	1.7
+++ wcalc-2.2.1.ebuild	9 Feb 2015 12:45:32 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v 1.7 2012/05/23 13:10:22 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.2.1.ebuild,v 1.8 2015/02/09 12:45:32 blueness Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="readline"
 
 DEPEND="



1.6                  sci-calculators/wcalc/wcalc-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?r1=1.5&r2=1.6

Index: wcalc-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wcalc-2.4.ebuild	23 May 2012 13:10:22 -0000	1.5
+++ wcalc-2.4.ebuild	9 Feb 2015 12:45:32 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v 1.5 2012/05/23 13:10:22 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v 1.6 2015/02/09 12:45:32 blueness Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="readline"
 
 DEPEND="



1.17                 sci-calculators/wcalc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/wcalc/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 May 2012 13:10:22 -0000	1.16
+++ ChangeLog	9 Feb 2015 12:45:32 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for sci-calculators/wcalc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.16 2012/05/23 13:10:22 xarthisius Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.17 2015/02/09 12:45:32 blueness Exp $
+
+  09 Feb 2015; Anthony G. Basile <blueness@gentoo.org> wcalc-2.2.1.ebuild,
+  wcalc-2.4.ebuild:
+  Keyword ~ppc64, bug #459192.
 
   23 May 2012; Kacper Kowalik <xarthisius@gentoo.org> wcalc-2.2.1.ebuild,
   wcalc-2.4.ebuild:
@@ -76,4 +80,3 @@
   wcalc-1.7.ebuild:
   Initial ebuild by the <the@weird-birds.org> and olivier.fisette@sympatico.ca,
   bug #27043
-





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-09 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 13:10 [gentoo-commits] gentoo-x86 commit in sci-calculators/wcalc: wcalc-2.2.1.ebuild wcalc-2.4.ebuild ChangeLog Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-09 12:45 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox