jlec 14/09/15 18:37:28 Modified: ChangeLog Added: thread-2.7.1.ebuild Log: dev-tcltk/thread: Version BUmp, #522092 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.31 dev-tcltk/thread/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/thread/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/thread/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/thread/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 10 Oct 2013 10:06:27 -0000 1.30 +++ ChangeLog 15 Sep 2014 18:37:28 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for dev-tcltk/thread -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.30 2013/10/10 10:06:27 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.31 2014/09/15 18:37:28 jlec Exp $ + +*thread-2.7.1 (15 Sep 2014) + + 15 Sep 2014; Justin Lecher <[email protected]> +thread-2.7.1.ebuild: + Version BUmp, #522092 10 Oct 2013; Justin Lecher <[email protected]> -thread-2.6.2.ebuild, -thread-2.6.6.ebuild: 1.1 dev-tcltk/thread/thread-2.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/thread/thread-2.7.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/thread/thread-2.7.1.ebuild?rev=1.1&content-type=text/plain Index: thread-2.7.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.1.ebuild,v 1.1 2014/09/15 18:37:28 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils multilib MY_P="${PN}${PV}" TCL_VER="8.6.2" DESCRIPTION="Tcl Thread extension" HOMEPAGE="http://www.tcl.tk/" SRC_URI="mirror://sourceforge/project/tcl/Tcl/${TCL_VER}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug gdbm" DEPEND=" dev-lang/tcl[threads] gdbm? ( sys-libs/gdbm )" RDEPEND="${DEPEND}" S="${WORKDIR}"/${PN}${PV} RESTRICT="test" src_prepare() { # Search for libs in libdir not just exec_prefix/lib sed -i -e 's:${exec_prefix}/lib:${libdir}:' \ aclocal.m4 || die "sed failed" sed -i -e "s/relid'/relid/" tclconfig/tcl.m4 || die autotools-utils_src_prepare } src_configure() { local myeconfargs=( --with-tclinclude="${EPREFIX}/usr/include" --with-tcl="${EPREFIX}/usr/$(get_libdir)" ) use gdbm && myconf+=( --with-gdbm ) use debug && myconf+=( --enable-symbols ) autotools-utils_src_configure }
