jlec 15/03/20 10:34:00
Modified: snack-2.2.10-r6.ebuild snack-2.2.10-r5.ebuild
ChangeLog
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.4 dev-tcltk/snack/snack-2.2.10-r6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r6.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r6.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r6.ebuild?r1=1.3&r2=1.4
Index: snack-2.2.10-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- snack-2.2.10-r6.ebuild 31 Mar 2014 21:01:52 -0000 1.3
+++ snack-2.2.10-r6.ebuild 20 Mar 2015 10:33:59 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 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/snack/snack-2.2.10-r6.ebuild,v
1.3 2014/03/31 21:01:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r6.ebuild,v
1.4 2015/03/20 10:33:59 jlec Exp $
EAPI=5
@@ -20,8 +20,8 @@
RESTRICT="test" # Bug 78354
DEPEND="
- dev-lang/tcl
- dev-lang/tk
+ dev-lang/tcl:0=
+ dev-lang/tk:0=
alsa? ( media-libs/alsa-lib )
python? ( ${PYTHON_DEPS} )
vorbis? ( media-libs/libvorbis )"
1.9 dev-tcltk/snack/snack-2.2.10-r5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r5.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r5.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r5.ebuild?r1=1.8&r2=1.9
Index: snack-2.2.10-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- snack-2.2.10-r5.ebuild 8 Feb 2013 16:46:01 -0000 1.8
+++ snack-2.2.10-r5.ebuild 20 Mar 2015 10:33:59 -0000 1.9
@@ -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/snack/snack-2.2.10-r5.ebuild,v
1.8 2013/02/08 16:46:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r5.ebuild,v
1.9 2015/03/20 10:33:59 jlec Exp $
EAPI=4
@@ -22,8 +22,8 @@
RESTRICT="test" # Bug 78354
DEPEND="
- >dev-lang/tcl-8.4.3
- >dev-lang/tk-8.4.3
+ >dev-lang/tcl-8.4.3:0
+ >dev-lang/tk-8.4.3:0
alsa? ( media-libs/alsa-lib )
vorbis? ( media-libs/libvorbis )"
RDEPEND="${DEPEND}"
1.62 dev-tcltk/snack/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/ChangeLog?rev=1.62&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/ChangeLog?rev=1.62&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/snack/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/snack/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 31 Mar 2014 21:01:52 -0000 1.61
+++ ChangeLog 20 Mar 2015 10:33:59 -0000 1.62
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/snack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/ChangeLog,v 1.61 2014/03/31
21:01:52 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/ChangeLog,v 1.62 2015/03/20
10:33:59 jlec Exp $
+
+ 20 Mar 2015; Justin Lecher <[email protected]> snack-2.2.10-r5.ebuild,
+ snack-2.2.10-r6.ebuild:
+ Fix tcl/tk slotting; drop old
31 Mar 2014; Michał Górny <[email protected]> snack-2.2.10-r6.ebuild:
Add support for the new PyPy slotting.