summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 15:42:04 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 15:42:04 +0000
commita3b3178d67e470069f5db9e531bdfc713109c1f6 (patch)
tree5782ab22efb72528f3c431da2e1e7b4a5fce3625 /media-gfx
parentFix tcl/tk slotting (diff)
downloadgentoo-2-a3b3178d67e470069f5db9e531bdfc713109c1f6.tar.gz
gentoo-2-a3b3178d67e470069f5db9e531bdfc713109c1f6.tar.bz2
gentoo-2-a3b3178d67e470069f5db9e531bdfc713109c1f6.zip
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/graphviz/ChangeLog7
-rw-r--r--media-gfx/graphviz/graphviz-2.26.3-r3.ebuild4
-rw-r--r--media-gfx/graphviz/graphviz-2.26.3-r4.ebuild4
-rw-r--r--media-gfx/graphviz/graphviz-2.28.0.ebuild6
-rw-r--r--media-gfx/graphviz/graphviz-2.34.0.ebuild6
-rw-r--r--media-gfx/graphviz/graphviz-2.36.0-r1.ebuild4
-rw-r--r--media-gfx/graphviz/graphviz-2.36.0.ebuild6
-rw-r--r--media-gfx/graphviz/graphviz-2.38.0.ebuild4
8 files changed, 23 insertions, 18 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog
index 83f7bf068097..47bdd404d2e7 100644
--- a/media-gfx/graphviz/ChangeLog
+++ b/media-gfx/graphviz/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/graphviz
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.285 2015/03/07 11:58:44 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.286 2015/03/25 15:42:04 jlec Exp $
+
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> graphviz-2.26.3-r3.ebuild,
+ graphviz-2.26.3-r4.ebuild, graphviz-2.28.0.ebuild, graphviz-2.34.0.ebuild,
+ graphviz-2.36.0-r1.ebuild, graphviz-2.36.0.ebuild, graphviz-2.38.0.ebuild:
+ Fix tcl/tk slotting
*graphviz-2.38.0 (07 Mar 2015)
diff --git a/media-gfx/graphviz/graphviz-2.26.3-r3.ebuild b/media-gfx/graphviz/graphviz-2.26.3-r3.ebuild
index b3a4d3efdbb2..edd9df19d5e5 100644
--- a/media-gfx/graphviz/graphviz-2.26.3-r3.ebuild
+++ b/media-gfx/graphviz/graphviz-2.26.3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r3.ebuild,v 1.14 2015/02/15 02:18:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r3.ebuild,v 1.15 2015/03/25 15:42:04 jlec Exp $
EAPI=3
PYTHON_DEPEND="python? 2"
@@ -41,7 +41,7 @@ RDEPEND="
)
lasi? ( media-libs/lasi )
ruby? ( dev-lang/ruby )
- tcl? ( >=dev-lang/tcl-8.3 )"
+ tcl? ( >=dev-lang/tcl-8.3:0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex
diff --git a/media-gfx/graphviz/graphviz-2.26.3-r4.ebuild b/media-gfx/graphviz/graphviz-2.26.3-r4.ebuild
index cac27cf0efb1..ee96df0e33dd 100644
--- a/media-gfx/graphviz/graphviz-2.26.3-r4.ebuild
+++ b/media-gfx/graphviz/graphviz-2.26.3-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r4.ebuild,v 1.16 2015/02/15 04:21:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.26.3-r4.ebuild,v 1.17 2015/03/25 15:42:04 jlec Exp $
EAPI=3
PYTHON_DEPEND="python? 2"
@@ -42,7 +42,7 @@ RDEPEND="
lasi? ( media-libs/lasi )
perl? ( dev-lang/perl )
ruby? ( dev-lang/ruby )
- tcl? ( >=dev-lang/tcl-8.3 )"
+ tcl? ( >=dev-lang/tcl-8.3:0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex
diff --git a/media-gfx/graphviz/graphviz-2.28.0.ebuild b/media-gfx/graphviz/graphviz-2.28.0.ebuild
index 1c5d016a1d4d..db20467ee0e0 100644
--- a/media-gfx/graphviz/graphviz-2.28.0.ebuild
+++ b/media-gfx/graphviz/graphviz-2.28.0.ebuild
@@ -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/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.23 2014/10/19 21:21:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.24 2015/03/25 15:42:04 jlec Exp $
EAPI=5
@@ -56,7 +56,7 @@ RDEPEND="
)
ruby? ( dev-lang/ruby )
svg? ( gnome-base/librsvg )
- tcl? ( >=dev-lang/tcl-8.3 )"
+ tcl? ( >=dev-lang/tcl-8.3:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex
diff --git a/media-gfx/graphviz/graphviz-2.34.0.ebuild b/media-gfx/graphviz/graphviz-2.34.0.ebuild
index 65a2f0049362..ff68823b2367 100644
--- a/media-gfx/graphviz/graphviz-2.34.0.ebuild
+++ b/media-gfx/graphviz/graphviz-2.34.0.ebuild
@@ -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/media-gfx/graphviz/graphviz-2.34.0.ebuild,v 1.3 2014/10/19 21:21:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.34.0.ebuild,v 1.4 2015/03/25 15:42:04 jlec Exp $
EAPI=5
@@ -57,7 +57,7 @@ RDEPEND="
)
ruby? ( dev-lang/ruby )
svg? ( gnome-base/librsvg )
- tcl? ( >=dev-lang/tcl-8.3 )"
+ tcl? ( >=dev-lang/tcl-8.3:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex
diff --git a/media-gfx/graphviz/graphviz-2.36.0-r1.ebuild b/media-gfx/graphviz/graphviz-2.36.0-r1.ebuild
index f7b4cf157125..7d9ad274d82c 100644
--- a/media-gfx/graphviz/graphviz-2.36.0-r1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.36.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.36.0-r1.ebuild,v 1.1 2015/03/07 11:29:49 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.36.0-r1.ebuild,v 1.2 2015/03/25 15:42:04 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -56,7 +56,7 @@ RDEPEND="
)
ruby? ( dev-lang/ruby )
svg? ( gnome-base/librsvg )
- tcl? ( >=dev-lang/tcl-8.3 )"
+ tcl? ( >=dev-lang/tcl-8.3:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex
diff --git a/media-gfx/graphviz/graphviz-2.36.0.ebuild b/media-gfx/graphviz/graphviz-2.36.0.ebuild
index 690fa5c532b9..2dbd7d201115 100644
--- a/media-gfx/graphviz/graphviz-2.36.0.ebuild
+++ b/media-gfx/graphviz/graphviz-2.36.0.ebuild
@@ -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/media-gfx/graphviz/graphviz-2.36.0.ebuild,v 1.4 2014/10/28 01:27:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.36.0.ebuild,v 1.5 2015/03/25 15:42:04 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -56,7 +56,7 @@ RDEPEND="
)
ruby? ( dev-lang/ruby )
svg? ( gnome-base/librsvg )
- tcl? ( >=dev-lang/tcl-8.3 )"
+ tcl? ( >=dev-lang/tcl-8.3:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex
diff --git a/media-gfx/graphviz/graphviz-2.38.0.ebuild b/media-gfx/graphviz/graphviz-2.38.0.ebuild
index 2f7260c0b5e1..e9657cbe974e 100644
--- a/media-gfx/graphviz/graphviz-2.38.0.ebuild
+++ b/media-gfx/graphviz/graphviz-2.38.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.38.0.ebuild,v 1.1 2015/03/07 11:58:44 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.38.0.ebuild,v 1.2 2015/03/25 15:42:04 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -56,7 +56,7 @@ RDEPEND="
)
ruby? ( dev-lang/ruby )
svg? ( gnome-base/librsvg )
- tcl? ( >=dev-lang/tcl-8.3 )"
+ tcl? ( >=dev-lang/tcl-8.3:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex