* [gentoo-commits] gentoo-x86 commit in sci-libs/linux-gpib: linux-gpib-3.2.20-r1.ebuild linux-gpib-3.2.21.ebuild ChangeLog
@ 2015-03-20 15:22 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-03-20 15:22 UTC (permalink / raw
To: gentoo-commits
jlec 15/03/20 15:22:53
Modified: linux-gpib-3.2.20-r1.ebuild
linux-gpib-3.2.21.ebuild ChangeLog
Log:
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.9 sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild?r1=1.8&r2=1.9
Index: linux-gpib-3.2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- linux-gpib-3.2.20-r1.ebuild 28 Nov 2014 22:21:31 -0000 1.8
+++ linux-gpib-3.2.20-r1.ebuild 20 Mar 2015 15:22:53 -0000 1.9
@@ -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/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild,v 1.8 2014/11/28 22:21:31 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild,v 1.9 2015/03/20 15:22:53 jlec Exp $
EAPI=5
@@ -21,10 +21,10 @@
IUSE="isa pcmcia static debug guile perl php python tcl doc firmware"
COMMONDEPEND="
- tcl? ( dev-lang/tcl )
- guile? ( dev-scheme/guile )
+ tcl? ( dev-lang/tcl:0= )
+ guile? ( dev-scheme/guile:12 )
perl? ( dev-lang/perl:= )
- php? ( dev-lang/php )
+ php? ( dev-lang/php:= )
python? ( ${PYTHON_DEPS} )
firmware? ( sys-apps/fxload )"
RDEPEND="${COMMONDEPEND}"
1.2 sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild?r1=1.1&r2=1.2
Index: linux-gpib-3.2.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-gpib-3.2.21.ebuild 17 Dec 2014 16:58:05 -0000 1.1
+++ linux-gpib-3.2.21.ebuild 20 Mar 2015 15:22:53 -0000 1.2
@@ -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/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild,v 1.1 2014/12/17 16:58:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild,v 1.2 2015/03/20 15:22:53 jlec Exp $
EAPI=5
@@ -21,10 +21,10 @@
IUSE="isa pcmcia static debug guile perl php python tcl doc firmware"
COMMONDEPEND="
- tcl? ( dev-lang/tcl )
- guile? ( dev-scheme/guile )
+ tcl? ( dev-lang/tcl:0= )
+ guile? ( dev-scheme/guile:12 )
perl? ( dev-lang/perl:= )
- php? ( dev-lang/php )
+ php? ( dev-lang/php:= )
python? ( ${PYTHON_DEPS} )
firmware? ( sys-apps/fxload )"
RDEPEND="${COMMONDEPEND}"
1.35 sci-libs/linux-gpib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/linux-gpib/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 17 Dec 2014 16:58:05 -0000 1.34
+++ ChangeLog 20 Mar 2015 15:22:53 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/linux-gpib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.34 2014/12/17 16:58:05 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.35 2015/03/20 15:22:53 jlec Exp $
+
+ 20 Mar 2015; Justin Lecher <jlec@gentoo.org> linux-gpib-3.2.20-r1.ebuild,
+ linux-gpib-3.2.21.ebuild:
+ Fix tcl/tk slotting
*linux-gpib-3.2.21 (17 Dec 2014)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-20 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 15:22 [gentoo-commits] gentoo-x86 commit in sci-libs/linux-gpib: linux-gpib-3.2.20-r1.ebuild linux-gpib-3.2.21.ebuild ChangeLog Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox