jlec 15/03/20 10:34:57 Modified: mysqltcl-3.05.ebuild ChangeLog Removed: mysqltcl-2.40.ebuild mysqltcl-2.50.ebuild Log: Fix tcl/tk slotting; drop old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.8 dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?r1=1.7&r2=1.8 Index: mysqltcl-3.05.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mysqltcl-3.05.ebuild 4 Jan 2013 15:49:51 -0000 1.7 +++ mysqltcl-3.05.ebuild 20 Mar 2015 10:34:57 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/mysqltcl/mysqltcl-3.05.ebuild,v 1.7 2013/01/04 15:49:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v 1.8 2015/03/20 10:34:57 jlec Exp $ EAPI=4 @@ -16,7 +16,7 @@ IUSE="" DEPEND=" - dev-lang/tcl + dev-lang/tcl:0 >=virtual/mysql-4.1" RDEPEND="${DEPEND}" 1.20 dev-tcltk/mysqltcl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 4 Jan 2013 15:49:51 -0000 1.19 +++ ChangeLog 20 Mar 2015 10:34:57 -0000 1.20 @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/mysqltcl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.19 2013/01/04 15:49:51 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.20 2015/03/20 10:34:57 jlec Exp $ + + 20 Mar 2015; Justin Lecher <[email protected]> -mysqltcl-2.40.ebuild, + -mysqltcl-2.50.ebuild, mysqltcl-3.05.ebuild: + Fix tcl/tk slotting; drop old 04 Jan 2013; Ulrich Müller <[email protected]> mysqltcl-2.40.ebuild, mysqltcl-2.50.ebuild, mysqltcl-3.05.ebuild:
