public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.73.ebuild jimtcl-0.75.ebuild jimtcl-0.74-r1.ebuild ChangeLog
@ 2014-06-10  0:21 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-06-10  0:21 UTC (permalink / raw
  To: gentoo-commits

vapier      14/06/10 00:21:53

  Modified:             jimtcl-0.73.ebuild jimtcl-0.75.ebuild
                        jimtcl-0.74-r1.ebuild ChangeLog
  Log:
  Add arm64/m68k/s390/sh love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.6                  dev-lang/jimtcl/jimtcl-0.73.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.73.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.73.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.73.ebuild?r1=1.5&r2=1.6

Index: jimtcl-0.73.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.73.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jimtcl-0.73.ebuild	28 Aug 2013 11:16:30 -0000	1.5
+++ jimtcl-0.73.ebuild	10 Jun 2014 00:21:53 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.73.ebuild,v 1.5 2013/08/28 11:16:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.73.ebuild,v 1.6 2014/06/10 00:21:53 vapier Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="amd64 arm arm64 m68k s390 sh x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
 	app-arch/unzip"



1.3                  dev-lang/jimtcl/jimtcl-0.75.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?r1=1.2&r2=1.3

Index: jimtcl-0.75.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jimtcl-0.75.ebuild	9 May 2014 21:18:34 -0000	1.2
+++ jimtcl-0.75.ebuild	10 Jun 2014 00:21:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.2 2014/05/09 21:18:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.3 2014/06/10 00:21:53 vapier Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
 	app-arch/unzip"



1.2                  dev-lang/jimtcl/jimtcl-0.74-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild?r1=1.1&r2=1.2

Index: jimtcl-0.74-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jimtcl-0.74-r1.ebuild	17 Sep 2013 19:16:49 -0000	1.1
+++ jimtcl-0.74-r1.ebuild	10 Jun 2014 00:21:53 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild,v 1.1 2013/09/17 19:16:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild,v 1.2 2014/06/10 00:21:53 vapier Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~s390 ~sh ~x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
 	app-arch/unzip"



1.14                 dev-lang/jimtcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 May 2014 21:18:34 -0000	1.13
+++ ChangeLog	10 Jun 2014 00:21:53 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/jimtcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.13 2014/05/09 21:18:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.14 2014/06/10 00:21:53 vapier Exp $
+
+  10 Jun 2014; Mike Frysinger <vapier@gentoo.org> jimtcl-0.73.ebuild,
+  jimtcl-0.74-r1.ebuild, jimtcl-0.75.ebuild:
+  Add arm64/m68k/s390/sh love.
 
   09 May 2014; Markos Chandras <hwoarang@gentoo.org> jimtcl-0.75.ebuild:
   Add ~mips





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-10  0:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10  0:21 [gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.73.ebuild jimtcl-0.75.ebuild jimtcl-0.74-r1.ebuild ChangeLog 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