From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 242191381F3 for ; Sun, 4 Nov 2012 19:52:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E08E04D2; Sun, 4 Nov 2012 19:52:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C4B21E04D2 for ; Sun, 4 Nov 2012 19:52:10 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF27033C27B for ; Sun, 4 Nov 2012 19:52:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id A8493215F3; Sun, 4 Nov 2012 19:52:08 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tclreadline: tclreadline-2.1.0.ebuild tclreadline-2.1.0-r1.ebuild ChangeLog tclreadline-2.1.0-r2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: tclreadline-2.1.0.ebuild tclreadline-2.1.0-r1.ebuild ChangeLog tclreadline-2.1.0-r2.ebuild X-VCS-Directories: dev-tcltk/tclreadline X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121104195208.A8493215F3@flycatcher.gentoo.org> Date: Sun, 4 Nov 2012 19:52:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2df4d2f-48cd-4fe6-a138-9a0b94fb5e41 X-Archives-Hash: df1ad4a13f1f99b1e0555241fa21462f jlec 12/11/04 19:52:08 Modified: tclreadline-2.1.0.ebuild tclreadline-2.1.0-r1.ebuild ChangeLog Added: tclreadline-2.1.0-r2.ebuild Log: dev-tcltk/tclreadline: Add fix for underlinking, #440648; pass all paths to configure for prefix stability (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916) Revision Changes Path 1.18 dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild?r1=1.17&r2=1.18 Index: tclreadline-2.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- tclreadline-2.1.0.ebuild 12 Dec 2011 08:53:38 -0000 1.17 +++ tclreadline-2.1.0.ebuild 4 Nov 2012 19:52:08 -0000 1.18 @@ -1,18 +1,18 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild,v 1.17 2011/12/12 08:53:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild,v 1.18 2012/11/04 19:52:08 jlec Exp $ DESCRIPTION="Readline extension to TCL" HOMEPAGE="http://tclreadline.sf.net/" SRC_URI="mirror://sourceforge/tclreadline/${P}.tar.gz" -IUSE="" -LICENSE="BSD" SLOT="0" +LICENSE="BSD" KEYWORDS="alpha ~amd64 ppc ~sparc x86" +IUSE="" DEPEND=" - >=dev-lang/tcl-8.3 + dev-lang/tcl sys-libs/readline" RDEPEND="${DEPEND}" 1.5 dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild?r1=1.4&r2=1.5 Index: tclreadline-2.1.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tclreadline-2.1.0-r1.ebuild 15 Dec 2011 12:15:03 -0000 1.4 +++ tclreadline-2.1.0-r1.ebuild 4 Nov 2012 19:52:08 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v 1.4 2011/12/15 12:15:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v 1.5 2012/11/04 19:52:08 jlec Exp $ EAPI=4 @@ -10,10 +10,10 @@ HOMEPAGE="http://tclreadline.sf.net/" SRC_URI="mirror://sourceforge/tclreadline/${P}.tar.gz" -LICENSE="BSD" -IUSE="" SLOT="0" +LICENSE="BSD" KEYWORDS="~alpha amd64 ~ppc ~sparc x86" +IUSE="" DEPEND=" dev-lang/tcl 1.18 dev-tcltk/tclreadline/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 15 Dec 2011 12:15:03 -0000 1.17 +++ ChangeLog 4 Nov 2012 19:52:08 -0000 1.18 @@ -1,6 +1,14 @@ # ChangeLog for dev-tcltk/tclreadline -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/ChangeLog,v 1.17 2011/12/15 12:15:03 ago Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/ChangeLog,v 1.18 2012/11/04 19:52:08 jlec Exp $ + +*tclreadline-2.1.0-r2 (04 Nov 2012) + + 04 Nov 2012; Justin Lecher tclreadline-2.1.0.ebuild, + tclreadline-2.1.0-r1.ebuild, +tclreadline-2.1.0-r2.ebuild, + +files/tclreadline-2.1.0-gold.patch: + Add fix for underlinking, #440648; pass all paths to configure for prefix + stability 15 Dec 2011; Agostino Sarubbo tclreadline-2.1.0-r1.ebuild: Stable for AMD64, wrt bug #393825 1.1 dev-tcltk/tclreadline/tclreadline-2.1.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r2.ebuild?rev=1.1&content-type=text/plain Index: tclreadline-2.1.0-r2.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r2.ebuild,v 1.1 2012/11/04 19:52:08 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=yes inherit autotools-utils multilib DESCRIPTION="Readline extension to TCL" HOMEPAGE="http://tclreadline.sf.net/" SRC_URI="mirror://sourceforge/tclreadline/${P}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND=" dev-lang/tcl sys-libs/readline" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gold.patch ) src_configure() { local myeconfargs=( --with-tcl="${EPREFIX}/usr/$(get_libdir)" --with-tcl-includes="${EPREFIX}/usr/include" --with-readline-includes="${EPREFIX}/usr/include" --with-readline-library="${EPREFIX}/usr/$(get_libdir)" ) autotools-utils_src_configure }