jlec        15/03/20 10:47:29

  Modified:             ChangeLog
  Added:                tclperl-3.2-r1.ebuild
  Log:
  Fix tcl/tk slotting; Bump to EAPI=5
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.12                 dev-tcltk/tclperl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Oct 2012 12:31:09 -0000       1.11
+++ ChangeLog   20 Mar 2015 10:47:29 -0000      1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tcltk/tclperl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.11 
2012/10/07 12:31:09 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.12 
2015/03/20 10:47:29 jlec Exp $
+
+*tclperl-3.2-r1 (20 Mar 2015)
+
+  20 Mar 2015; Justin Lecher <[email protected]> +tclperl-3.2-r1.ebuild:
+  Fix tcl/tk slotting; Bump to EAPI=5
 
   07 Oct 2012; Agostino Sarubbo <[email protected]> -tclperl-3.1.ebuild:
   Remove old



1.1                  dev-tcltk/tclperl/tclperl-3.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: tclperl-3.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild,v 
1.1 2015/03/20 10:47:29 jlec Exp $

EAPI=5

inherit flag-o-matic multilib toolchain-funcs

DESCRIPTION="Perl package for Tcl"
HOMEPAGE="http://jfontain.free.fr/tclperl.htm";
SRC_URI="http://jfontain.free.fr/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="
        >=dev-lang/tcl-8.3.3:0
        >=dev-lang/perl-5.6.0"
RDEPEND="${DEPEND}"

src_compile() {
        append-flags -fPIC

        # ./build.sh
        perl Makefile.PL || die
        emake OPTIMIZE="${CFLAGS}" Tcl.o

        $(tc-getCC) -shared ${LDFLAGS} ${CFLAGS} -o tclperl.so.${PV} 
-DUSE_TCL_STUBS \
                tclperl.c tclthread.c `perl -MExtUtils::Embed -e ccopts -e 
ldopts` \
                /usr/$(get_libdir)/libtclstub`echo 'puts $tcl_version' | 
tclsh`.a Tcl.o || die
}

src_install() {
        exeinto /usr/$(get_libdir)/${P}
        doexe tclperl.so.${PV}
        doexe pkgIndex.tcl

        dodoc CHANGES README
        dohtml tclperl.htm
}




Reply via email to