jlec 15/03/20 10:38:19 Modified: tcl-mccp-0.6.ebuild ChangeLog 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.5 dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild?r1=1.4&r2=1.5 Index: tcl-mccp-0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tcl-mccp-0.6.ebuild 10 Aug 2012 06:50:28 -0000 1.4 +++ tcl-mccp-0.6.ebuild 20 Mar 2015 10:38:19 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild,v 1.4 2012/08/10 06:50:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild,v 1.5 2015/03/20 10:38:19 jlec Exp $ -EAPI=4 +EAPI=5 inherit autotools-utils @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="static-libs" -DEPEND="dev-lang/tcl" +DEPEND="dev-lang/tcl:0=" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-flags.patch ) 1.6 dev-tcltk/tcl-mccp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-mccp/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-mccp/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-mccp/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 10 Aug 2012 06:50:27 -0000 1.5 +++ ChangeLog 20 Mar 2015 10:38:19 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcl-mccp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/ChangeLog,v 1.5 2012/08/10 06:50:27 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/ChangeLog,v 1.6 2015/03/20 10:38:19 jlec Exp $ + + 20 Mar 2015; Justin Lecher <[email protected]> tcl-mccp-0.6.ebuild: + Fix tcl/tk slotting; Bump to EAPI=5 10 Aug 2012; Justin Lecher <[email protected]> tcl-mccp-0.6.ebuild, +files/tcl-mccp-0.6-flags.patch, metadata.xml: @@ -20,4 +23,3 @@ 28 Aug 2004; Doug Goldstein <[email protected]> +metadata.xml, +tcl-mccp-0.6.ebuild: New ebuild submitted by user in bug #60931 -
