hwoarang    14/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  Changes    Path
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 -0000      1.11
+++ ChangeLog   9 May 2014 20:45:25 -0000       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 <hwoar...@gentoo.org> +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
}




Reply via email to