jlec 15/03/20 10:37:05 Modified: tcl-gtk-0.08.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.7 dev-tcltk/tcl-gtk/tcl-gtk-0.08.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-gtk/tcl-gtk-0.08.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-gtk/tcl-gtk-0.08.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-gtk/tcl-gtk-0.08.ebuild?r1=1.6&r2=1.7 Index: tcl-gtk-0.08.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-gtk/tcl-gtk-0.08.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tcl-gtk-0.08.ebuild 23 Mar 2011 06:26:30 -0000 1.6 +++ tcl-gtk-0.08.ebuild 20 Mar 2015 10:37:05 -0000 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2011 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-gtk/tcl-gtk-0.08.ebuild,v 1.6 2011/03/23 06:26:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-gtk/tcl-gtk-0.08.ebuild,v 1.7 2015/03/20 10:37:05 jlec Exp $ -EAPI=2 +EAPI=5 DESCRIPTION="GTK bindings for TCL" HOMEPAGE="http://tcl-gtk.sf.net/" @@ -13,11 +13,9 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND=">=dev-lang/tcl-8.4 +DEPEND=" + >=dev-lang/tcl-8.4:0 dev-libs/glib:2 x11-libs/gtk+:2 >=x11-libs/vte-0.11.11:0" - -src_install() { - emake DESTDIR="${D}" install || die -} +RDEPEND="${DEPEND}" 1.8 dev-tcltk/tcl-gtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-gtk/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-gtk/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcl-gtk/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-gtk/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 23 Mar 2011 06:26:30 -0000 1.7 +++ ChangeLog 20 Mar 2015 10:37:05 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcl-gtk -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-gtk/ChangeLog,v 1.7 2011/03/23 06:26:30 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-gtk/ChangeLog,v 1.8 2015/03/20 10:37:05 jlec Exp $ + + 20 Mar 2015; Justin Lecher <[email protected]> tcl-gtk-0.08.ebuild: + Fix tcl/tk slotting; Bump to EAPI=5 23 Mar 2011; Samuli Suominen <[email protected]> tcl-gtk-0.08.ebuild: Use SLOT dependencies for x11-libs/gtk+ and x11-libs/vte. @@ -24,4 +27,3 @@ 25 Aug 2004; Doug Goldstein <[email protected]> +tcl-gtk-0.08.ebuild: new ebuild based on submitted ebuild from bug #60935 by Niklas Bolander -
