summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-06-10 00:21:53 +0000
committerMike Frysinger <vapier@gentoo.org>2014-06-10 00:21:53 +0000
commitffe456b78785c5fea1e977bdf940eba782b59aa0 (patch)
tree82e8bd98e650f3688ce81f5b3fd63ed4667c4fae /dev-lang/jimtcl
parentAdd arm64/m68k/s390/sh love. (diff)
downloadgentoo-2-ffe456b78785c5fea1e977bdf940eba782b59aa0.tar.gz
gentoo-2-ffe456b78785c5fea1e977bdf940eba782b59aa0.tar.bz2
gentoo-2-ffe456b78785c5fea1e977bdf940eba782b59aa0.zip
Add arm64/m68k/s390/sh love.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-lang/jimtcl')
-rw-r--r--dev-lang/jimtcl/ChangeLog6
-rw-r--r--dev-lang/jimtcl/jimtcl-0.73.ebuild6
-rw-r--r--dev-lang/jimtcl/jimtcl-0.74-r1.ebuild6
-rw-r--r--dev-lang/jimtcl/jimtcl-0.75.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-lang/jimtcl/ChangeLog b/dev-lang/jimtcl/ChangeLog
index f12653c67523..b66fca5b3880 100644
--- a/dev-lang/jimtcl/ChangeLog
+++ b/dev-lang/jimtcl/ChangeLog
@@ -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
diff --git a/dev-lang/jimtcl/jimtcl-0.73.ebuild b/dev-lang/jimtcl/jimtcl-0.73.ebuild
index 7856b9e53b09..7a404149d496 100644
--- a/dev-lang/jimtcl/jimtcl-0.73.ebuild
+++ b/dev-lang/jimtcl/jimtcl-0.73.ebuild
@@ -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 @@ SRC_URI="https://github.com/msteveb/jimtcl/zipball/0.73 -> ${P}.zip"
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"
diff --git a/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild b/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild
index 7377dc88fbda..a853d9c4c7b9 100644
--- a/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild
+++ b/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild
@@ -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 @@ SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
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"
diff --git a/dev-lang/jimtcl/jimtcl-0.75.ebuild b/dev-lang/jimtcl/jimtcl-0.75.ebuild
index f85b1c20e9e3..01078f5873f9 100644
--- a/dev-lang/jimtcl/jimtcl-0.75.ebuild
+++ b/dev-lang/jimtcl/jimtcl-0.75.ebuild
@@ -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 @@ SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
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"