summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-20 15:25:12 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-20 15:25:12 +0000
commitdfb1b64ff227e270d06981ffd26af3fdaf4acbc2 (patch)
treeb1beed17de78328118037824fed59f359b751203 /sci-electronics/xcircuit
parentFix tcl/tk slotting (diff)
downloadgentoo-2-dfb1b64ff227e270d06981ffd26af3fdaf4acbc2.tar.gz
gentoo-2-dfb1b64ff227e270d06981ffd26af3fdaf4acbc2.tar.bz2
gentoo-2-dfb1b64ff227e270d06981ffd26af3fdaf4acbc2.zip
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r--sci-electronics/xcircuit/ChangeLog10
-rw-r--r--sci-electronics/xcircuit/metadata.xml14
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.4.30.ebuild6
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.6.165.ebuild8
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.7.48.ebuild6
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.7.49.ebuild6
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.7.50.ebuild6
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.8.39.ebuild6
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.8.40.ebuild6
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.8.77.ebuild6
10 files changed, 40 insertions, 34 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index 5e458b79bd73..5155259f5e78 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-electronics/xcircuit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.67 2014/12/14 10:28:35 tomjbe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.68 2015/03/20 15:25:12 jlec Exp $
+
+ 20 Mar 2015; Justin Lecher <jlec@gentoo.org> metadata.xml,
+ xcircuit-3.4.30.ebuild, xcircuit-3.6.165.ebuild, xcircuit-3.7.48.ebuild,
+ xcircuit-3.7.49.ebuild, xcircuit-3.7.50.ebuild, xcircuit-3.8.39.ebuild,
+ xcircuit-3.8.40.ebuild, xcircuit-3.8.77.ebuild:
+ Fix tcl/tk slotting
*xcircuit-3.8.77 (14 Dec 2014)
diff --git a/sci-electronics/xcircuit/metadata.xml b/sci-electronics/xcircuit/metadata.xml
index 540de648ae51..acdbac4ec91a 100644
--- a/sci-electronics/xcircuit/metadata.xml
+++ b/sci-electronics/xcircuit/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-electronics</herd>
- <longdescription>
+ <herd>sci-electronics</herd>
+ <longdescription>
XCircuit is a UNIX/X11 program for drawing publishable-quality electrical
circuit schematic diagrams and related figures, and produce circuit netlists
through schematic capture. XCircuit regards circuits as inherently
@@ -12,13 +12,13 @@
circuit drawing; it maintains flexiblity in style without compromising the
power of schematic capture.
</longdescription>
-<upstream>
+ <upstream>
<maintainer status="active">
- <email>tim@opencircuitdesign.com</email>
- <name>Timothy Edwards</name>
+ <email>tim@opencircuitdesign.com</email>
+ <name>Timothy Edwards</name>
</maintainer>
<changelog>http://www.opencircuitdesign.com/xcircuit/changes.html</changelog>
<doc lang="en">http://www.opencircuitdesign.com/xcircuit/reference.html</doc>
- <bugs-to>tim@opencircuitdesign.com</bugs-to>
-</upstream>
+ <bugs-to>tim@opencircuitdesign.com</bugs-to>
+ </upstream>
</pkgmetadata>
diff --git a/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild b/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild
index 09c314ad0dcd..e9bee5b1e506 100644
--- a/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.4.30.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/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild,v 1.6 2014/08/10 20:28:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.30.ebuild,v 1.7 2015/03/20 15:25:12 jlec Exp $
EAPI=2
inherit autotools eutils
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
IUSE=""
RDEPEND="app-text/ghostscript-gpl
- dev-lang/tk
+ dev-lang/tk:0
x11-libs/libXt"
DEPEND="${RDEPEND}"
diff --git a/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild
index de8451b9f3ca..4219c1b18423 100644
--- a/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.6.165.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/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild,v 1.7 2014/08/10 20:28:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.165.ebuild,v 1.8 2015/03/20 15:25:12 jlec Exp $
EAPI=2
inherit autotools eutils multilib
@@ -21,8 +21,8 @@ DEPEND="x11-libs/libX11
x11-libs/libICE
sys-libs/zlib
app-text/ghostscript-gpl
- dev-lang/tcl
- dev-lang/tk"
+ dev-lang/tcl:0
+ dev-lang/tk:0"
RDEPEND="${DEPEND}"
RESTRICT="test" #131024
diff --git a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild
index 3c1d710a8ea1..8d24ccc6711f 100644
--- a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.7.48.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/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild,v 1.5 2014/08/10 20:28:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild,v 1.6 2015/03/20 15:25:12 jlec Exp $
EAPI=4
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="
app-text/ghostscript-gpl
- dev-lang/tk
+ dev-lang/tk:0
sys-libs/zlib
x11-libs/libX11
x11-libs/libXt
diff --git a/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild
index 37ec18c83efd..f08d7c2be359 100644
--- a/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.7.49.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/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild,v 1.2 2014/08/10 20:28:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild,v 1.3 2015/03/20 15:25:12 jlec Exp $
EAPI=4
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="
app-text/ghostscript-gpl
- dev-lang/tk
+ dev-lang/tk:0
sys-libs/zlib
x11-libs/libX11
x11-libs/libXt
diff --git a/sci-electronics/xcircuit/xcircuit-3.7.50.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.50.ebuild
index 2811f96a498f..8e492f5cfacf 100644
--- a/sci-electronics/xcircuit/xcircuit-3.7.50.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.7.50.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/sci-electronics/xcircuit/xcircuit-3.7.50.ebuild,v 1.2 2014/08/10 20:28:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.7.50.ebuild,v 1.3 2015/03/20 15:25:12 jlec Exp $
EAPI=4
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="
app-text/ghostscript-gpl
- dev-lang/tk
+ dev-lang/tk:0
sys-libs/zlib
x11-libs/libX11
x11-libs/libXt
diff --git a/sci-electronics/xcircuit/xcircuit-3.8.39.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.39.ebuild
index bf9082a00cb1..12b510147aba 100644
--- a/sci-electronics/xcircuit/xcircuit-3.8.39.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.8.39.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/sci-electronics/xcircuit/xcircuit-3.8.39.ebuild,v 1.2 2014/08/10 20:28:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.8.39.ebuild,v 1.3 2015/03/20 15:25:12 jlec Exp $
EAPI=4
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="
app-text/ghostscript-gpl
- dev-lang/tk
+ dev-lang/tk:0
sys-libs/zlib
x11-libs/libX11
x11-libs/libXt
diff --git a/sci-electronics/xcircuit/xcircuit-3.8.40.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.40.ebuild
index b90a55796d5c..5dd51efdd868 100644
--- a/sci-electronics/xcircuit/xcircuit-3.8.40.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.8.40.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/sci-electronics/xcircuit/xcircuit-3.8.40.ebuild,v 1.2 2014/08/10 20:28:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.8.40.ebuild,v 1.3 2015/03/20 15:25:12 jlec Exp $
EAPI=4
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="
app-text/ghostscript-gpl
- dev-lang/tk
+ dev-lang/tk:0
sys-libs/zlib
x11-libs/libX11
x11-libs/libXt
diff --git a/sci-electronics/xcircuit/xcircuit-3.8.77.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.77.ebuild
index 9c592569a31a..d569a3cfcee2 100644
--- a/sci-electronics/xcircuit/xcircuit-3.8.77.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.8.77.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/sci-electronics/xcircuit/xcircuit-3.8.77.ebuild,v 1.1 2014/12/14 10:28:35 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.8.77.ebuild,v 1.2 2015/03/20 15:25:12 jlec Exp $
EAPI=5
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="
app-text/ghostscript-gpl
- dev-lang/tk
+ dev-lang/tk:0
sys-libs/zlib
x11-libs/libX11
x11-libs/libXt