[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 20:45:25

  Modified: ChangeLog
  Added:jimtcl-0.75.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 Sep 2013 19:16:49 -  1.11
+++ ChangeLog   9 May 2014 20:45:25 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/jimtcl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.11 2013/09/17 
19:16:49 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.12 2014/05/09 
20:45:25 hwoarang Exp $
+
+*jimtcl-0.75 (09 May 2014)
+
+  09 May 2014; Markos Chandras  +jimtcl-0.75.ebuild:
+  Version bump
 
 *jimtcl-0.74-r1 (17 Sep 2013)
 



1.1  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.1&content-type=text/plain

Index: jimtcl-0.75.ebuild
===
# 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.1 
2014/05/09 20:45:25 hwoarang Exp $

EAPI="5"

inherit multilib

DESCRIPTION="Small footprint implementation of Tcl programming language"
HOMEPAGE="http://jim.tcl.tk";
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"
DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"

GIT_HASH="cffd1a5"
S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}

src_configure() {
! use static-libs && myconf=--with-jim-shared
econf ${myconf}
}

src_compile() {
emake all
use doc && emake docs
}

src_install() {
dobin jimsh
use static-libs && {
dolib.a libjim.a
} || {
dolib.so libjim.so.${PV}
dosym /usr/$(get_libdir)/libjim.so.${PV} \
/usr/$(get_libdir)/libjim.so
}
insinto /usr/include
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
doins jim-win32compat.h jim-eventloop.h jim-config.h
dodoc AUTHORS README TODO
use doc && dohtml Tcl.html
}






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 21:18:34

  Modified: jimtcl-0.75.ebuild ChangeLog
  Log:
  Add ~mips
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?r1=1.1&r2=1.2

Index: jimtcl-0.75.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jimtcl-0.75.ebuild  9 May 2014 20:45:25 -   1.1
+++ jimtcl-0.75.ebuild  9 May 2014 21:18:34 -   1.2
@@ -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.1 
2014/05/09 20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.2 
2014/05/09 21:18:34 hwoarang Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"



1.13 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 May 2014 20:45:25 -   1.12
+++ ChangeLog   9 May 2014 21:18:34 -   1.13
@@ -1,6 +1,9 @@
 # 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.12 2014/05/09 
20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.13 2014/05/09 
21:18:34 hwoarang Exp $
+
+  09 May 2014; Markos Chandras  jimtcl-0.75.ebuild:
+  Add ~mips
 
 *jimtcl-0.75 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 20:45:25

  Modified: ChangeLog
  Added:jimtcl-0.75.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 Sep 2013 19:16:49 -  1.11
+++ ChangeLog   9 May 2014 20:45:25 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/jimtcl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.11 2013/09/17 
19:16:49 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.12 2014/05/09 
20:45:25 hwoarang Exp $
+
+*jimtcl-0.75 (09 May 2014)
+
+  09 May 2014; Markos Chandras  +jimtcl-0.75.ebuild:
+  Version bump
 
 *jimtcl-0.74-r1 (17 Sep 2013)
 



1.1  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.1&content-type=text/plain

Index: jimtcl-0.75.ebuild
===
# 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.1 
2014/05/09 20:45:25 hwoarang Exp $

EAPI="5"

inherit multilib

DESCRIPTION="Small footprint implementation of Tcl programming language"
HOMEPAGE="http://jim.tcl.tk";
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"
DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"

GIT_HASH="cffd1a5"
S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}

src_configure() {
! use static-libs && myconf=--with-jim-shared
econf ${myconf}
}

src_compile() {
emake all
use doc && emake docs
}

src_install() {
dobin jimsh
use static-libs && {
dolib.a libjim.a
} || {
dolib.so libjim.so.${PV}
dosym /usr/$(get_libdir)/libjim.so.${PV} \
/usr/$(get_libdir)/libjim.so
}
insinto /usr/include
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
doins jim-win32compat.h jim-eventloop.h jim-config.h
dodoc AUTHORS README TODO
use doc && dohtml Tcl.html
}






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 21:18:34

  Modified: jimtcl-0.75.ebuild ChangeLog
  Log:
  Add ~mips
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?r1=1.1&r2=1.2

Index: jimtcl-0.75.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jimtcl-0.75.ebuild  9 May 2014 20:45:25 -   1.1
+++ jimtcl-0.75.ebuild  9 May 2014 21:18:34 -   1.2
@@ -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.1 
2014/05/09 20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.2 
2014/05/09 21:18:34 hwoarang Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"



1.13 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 May 2014 20:45:25 -   1.12
+++ ChangeLog   9 May 2014 21:18:34 -   1.13
@@ -1,6 +1,9 @@
 # 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.12 2014/05/09 
20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.13 2014/05/09 
21:18:34 hwoarang Exp $
+
+  09 May 2014; Markos Chandras  jimtcl-0.75.ebuild:
+  Add ~mips
 
 *jimtcl-0.75 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 20:45:25

  Modified: ChangeLog
  Added:jimtcl-0.75.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 Sep 2013 19:16:49 -  1.11
+++ ChangeLog   9 May 2014 20:45:25 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/jimtcl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.11 2013/09/17 
19:16:49 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.12 2014/05/09 
20:45:25 hwoarang Exp $
+
+*jimtcl-0.75 (09 May 2014)
+
+  09 May 2014; Markos Chandras  +jimtcl-0.75.ebuild:
+  Version bump
 
 *jimtcl-0.74-r1 (17 Sep 2013)
 



1.1  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.1&content-type=text/plain

Index: jimtcl-0.75.ebuild
===
# 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.1 
2014/05/09 20:45:25 hwoarang Exp $

EAPI="5"

inherit multilib

DESCRIPTION="Small footprint implementation of Tcl programming language"
HOMEPAGE="http://jim.tcl.tk";
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"
DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"

GIT_HASH="cffd1a5"
S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}

src_configure() {
! use static-libs && myconf=--with-jim-shared
econf ${myconf}
}

src_compile() {
emake all
use doc && emake docs
}

src_install() {
dobin jimsh
use static-libs && {
dolib.a libjim.a
} || {
dolib.so libjim.so.${PV}
dosym /usr/$(get_libdir)/libjim.so.${PV} \
/usr/$(get_libdir)/libjim.so
}
insinto /usr/include
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
doins jim-win32compat.h jim-eventloop.h jim-config.h
dodoc AUTHORS README TODO
use doc && dohtml Tcl.html
}






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 21:18:34

  Modified: jimtcl-0.75.ebuild ChangeLog
  Log:
  Add ~mips
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?r1=1.1&r2=1.2

Index: jimtcl-0.75.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jimtcl-0.75.ebuild  9 May 2014 20:45:25 -   1.1
+++ jimtcl-0.75.ebuild  9 May 2014 21:18:34 -   1.2
@@ -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.1 
2014/05/09 20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.2 
2014/05/09 21:18:34 hwoarang Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"



1.13 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 May 2014 20:45:25 -   1.12
+++ ChangeLog   9 May 2014 21:18:34 -   1.13
@@ -1,6 +1,9 @@
 # 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.12 2014/05/09 
20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.13 2014/05/09 
21:18:34 hwoarang Exp $
+
+  09 May 2014; Markos Chandras  jimtcl-0.75.ebuild:
+  Add ~mips
 
 *jimtcl-0.75 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 20:45:25

  Modified: ChangeLog
  Added:jimtcl-0.75.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 Sep 2013 19:16:49 -  1.11
+++ ChangeLog   9 May 2014 20:45:25 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/jimtcl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.11 2013/09/17 
19:16:49 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.12 2014/05/09 
20:45:25 hwoarang Exp $
+
+*jimtcl-0.75 (09 May 2014)
+
+  09 May 2014; Markos Chandras  +jimtcl-0.75.ebuild:
+  Version bump
 
 *jimtcl-0.74-r1 (17 Sep 2013)
 



1.1  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.1&content-type=text/plain

Index: jimtcl-0.75.ebuild
===
# 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.1 
2014/05/09 20:45:25 hwoarang Exp $

EAPI="5"

inherit multilib

DESCRIPTION="Small footprint implementation of Tcl programming language"
HOMEPAGE="http://jim.tcl.tk";
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"
DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"

GIT_HASH="cffd1a5"
S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}

src_configure() {
! use static-libs && myconf=--with-jim-shared
econf ${myconf}
}

src_compile() {
emake all
use doc && emake docs
}

src_install() {
dobin jimsh
use static-libs && {
dolib.a libjim.a
} || {
dolib.so libjim.so.${PV}
dosym /usr/$(get_libdir)/libjim.so.${PV} \
/usr/$(get_libdir)/libjim.so
}
insinto /usr/include
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
doins jim-win32compat.h jim-eventloop.h jim-config.h
dodoc AUTHORS README TODO
use doc && dohtml Tcl.html
}






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 21:18:34

  Modified: jimtcl-0.75.ebuild ChangeLog
  Log:
  Add ~mips
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?r1=1.1&r2=1.2

Index: jimtcl-0.75.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jimtcl-0.75.ebuild  9 May 2014 20:45:25 -   1.1
+++ jimtcl-0.75.ebuild  9 May 2014 21:18:34 -   1.2
@@ -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.1 
2014/05/09 20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.2 
2014/05/09 21:18:34 hwoarang Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"



1.13 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 May 2014 20:45:25 -   1.12
+++ ChangeLog   9 May 2014 21:18:34 -   1.13
@@ -1,6 +1,9 @@
 # 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.12 2014/05/09 
20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.13 2014/05/09 
21:18:34 hwoarang Exp $
+
+  09 May 2014; Markos Chandras  jimtcl-0.75.ebuild:
+  Add ~mips
 
 *jimtcl-0.75 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 20:45:25

  Modified: ChangeLog
  Added:jimtcl-0.75.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 Sep 2013 19:16:49 -  1.11
+++ ChangeLog   9 May 2014 20:45:25 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/jimtcl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.11 2013/09/17 
19:16:49 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.12 2014/05/09 
20:45:25 hwoarang Exp $
+
+*jimtcl-0.75 (09 May 2014)
+
+  09 May 2014; Markos Chandras  +jimtcl-0.75.ebuild:
+  Version bump
 
 *jimtcl-0.74-r1 (17 Sep 2013)
 



1.1  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.1&content-type=text/plain

Index: jimtcl-0.75.ebuild
===
# 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.1 
2014/05/09 20:45:25 hwoarang Exp $

EAPI="5"

inherit multilib

DESCRIPTION="Small footprint implementation of Tcl programming language"
HOMEPAGE="http://jim.tcl.tk";
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"
DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"

GIT_HASH="cffd1a5"
S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}

src_configure() {
! use static-libs && myconf=--with-jim-shared
econf ${myconf}
}

src_compile() {
emake all
use doc && emake docs
}

src_install() {
dobin jimsh
use static-libs && {
dolib.a libjim.a
} || {
dolib.so libjim.so.${PV}
dosym /usr/$(get_libdir)/libjim.so.${PV} \
/usr/$(get_libdir)/libjim.so
}
insinto /usr/include
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
doins jim-win32compat.h jim-eventloop.h jim-config.h
dodoc AUTHORS README TODO
use doc && dohtml Tcl.html
}






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 21:18:34

  Modified: jimtcl-0.75.ebuild ChangeLog
  Log:
  Add ~mips
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?r1=1.1&r2=1.2

Index: jimtcl-0.75.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jimtcl-0.75.ebuild  9 May 2014 20:45:25 -   1.1
+++ jimtcl-0.75.ebuild  9 May 2014 21:18:34 -   1.2
@@ -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.1 
2014/05/09 20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.2 
2014/05/09 21:18:34 hwoarang Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"



1.13 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 May 2014 20:45:25 -   1.12
+++ ChangeLog   9 May 2014 21:18:34 -   1.13
@@ -1,6 +1,9 @@
 # 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.12 2014/05/09 
20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.13 2014/05/09 
21:18:34 hwoarang Exp $
+
+  09 May 2014; Markos Chandras  jimtcl-0.75.ebuild:
+  Add ~mips
 
 *jimtcl-0.75 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 20:45:25

  Modified: ChangeLog
  Added:jimtcl-0.75.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 Sep 2013 19:16:49 -  1.11
+++ ChangeLog   9 May 2014 20:45:25 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/jimtcl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.11 2013/09/17 
19:16:49 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.12 2014/05/09 
20:45:25 hwoarang Exp $
+
+*jimtcl-0.75 (09 May 2014)
+
+  09 May 2014; Markos Chandras  +jimtcl-0.75.ebuild:
+  Version bump
 
 *jimtcl-0.74-r1 (17 Sep 2013)
 



1.1  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.1&content-type=text/plain

Index: jimtcl-0.75.ebuild
===
# 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.1 
2014/05/09 20:45:25 hwoarang Exp $

EAPI="5"

inherit multilib

DESCRIPTION="Small footprint implementation of Tcl programming language"
HOMEPAGE="http://jim.tcl.tk";
SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"
DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"

GIT_HASH="cffd1a5"
S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH}

src_configure() {
! use static-libs && myconf=--with-jim-shared
econf ${myconf}
}

src_compile() {
emake all
use doc && emake docs
}

src_install() {
dobin jimsh
use static-libs && {
dolib.a libjim.a
} || {
dolib.so libjim.so.${PV}
dosym /usr/$(get_libdir)/libjim.so.${PV} \
/usr/$(get_libdir)/libjim.so
}
insinto /usr/include
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h
doins jim-win32compat.h jim-eventloop.h jim-config.h
dodoc AUTHORS README TODO
use doc && dohtml Tcl.html
}






[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog

2014-05-09 Thread Markos Chandras (hwoarang)
hwoarang14/05/09 21:18:34

  Modified: jimtcl-0.75.ebuild ChangeLog
  Log:
  Add ~mips
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?r1=1.1&r2=1.2

Index: jimtcl-0.75.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jimtcl-0.75.ebuild  9 May 2014 20:45:25 -   1.1
+++ jimtcl-0.75.ebuild  9 May 2014 21:18:34 -   1.2
@@ -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.1 
2014/05/09 20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.2 
2014/05/09 21:18:34 hwoarang Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
 IUSE="doc static-libs"
 DEPEND="doc? ( app-text/asciidoc )
app-arch/unzip"



1.13 dev-lang/jimtcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 May 2014 20:45:25 -   1.12
+++ ChangeLog   9 May 2014 21:18:34 -   1.13
@@ -1,6 +1,9 @@
 # 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.12 2014/05/09 
20:45:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.13 2014/05/09 
21:18:34 hwoarang Exp $
+
+  09 May 2014; Markos Chandras  jimtcl-0.75.ebuild:
+  Add ~mips
 
 *jimtcl-0.75 (09 May 2014)