summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-08-19 19:11:08 -0400
committerTim Harder <radhermit@gentoo.org>2017-08-19 19:14:34 -0400
commit9d31b621e12c0c51a6866c1f2235828f75cc66fc (patch)
tree26cefa866fb94d6a01bbff4fc4b818f5e4fe2ef1
parentprofiles: Improve kde-apps/ package removal messages (diff)
downloadgentoo-9d31b621e12c0c51a6866c1f2235828f75cc66fc.tar.gz
gentoo-9d31b621e12c0c51a6866c1f2235828f75cc66fc.tar.bz2
gentoo-9d31b621e12c0c51a6866c1f2235828f75cc66fc.zip
media-gfx/pydot: move to dev-python/pydot
-rw-r--r--app-office/openerp/openerp-7.0.20140125.ebuild2
-rw-r--r--app-office/openerp/openerp-8.0.20140125.ebuild2
-rw-r--r--dev-python/networkx/networkx-1.10-r1.ebuild2
-rw-r--r--dev-python/networkx/networkx-1.11.ebuild2
-rw-r--r--dev-python/pydot/Manifest (renamed from media-gfx/pydot/Manifest)0
-rw-r--r--dev-python/pydot/files/pydot-1.0.23-setup.patch (renamed from media-gfx/pydot/files/pydot-1.0.23-setup.patch)0
-rw-r--r--dev-python/pydot/files/pydot-1.0.28-pyparsing2fix.patch (renamed from media-gfx/pydot/files/pydot-1.0.28-pyparsing2fix.patch)0
-rw-r--r--dev-python/pydot/metadata.xml (renamed from media-gfx/pydot/metadata.xml)0
-rw-r--r--dev-python/pydot/pydot-1.0.28-r2.ebuild (renamed from media-gfx/pydot/pydot-1.0.28-r2.ebuild)0
-rw-r--r--dev-python/pydot/pydot-1.2.3.ebuild (renamed from media-gfx/pydot/pydot-1.2.3.ebuild)0
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild2
-rw-r--r--dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild2
-rw-r--r--dev-tex/dot2tex/dot2tex-2.9.0.ebuild2
-rw-r--r--profiles/updates/3Q-20171
-rw-r--r--sci-biology/biopython/biopython-1.68.ebuild2
23 files changed, 17 insertions, 16 deletions
diff --git a/app-office/openerp/openerp-7.0.20140125.ebuild b/app-office/openerp/openerp-7.0.20140125.ebuild
index 5e3cf56a60c0..97875513997c 100644
--- a/app-office/openerp/openerp-7.0.20140125.ebuild
+++ b/app-office/openerp/openerp-7.0.20140125.ebuild
@@ -29,7 +29,7 @@ CDEPEND="!app-office/openerp-web
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/reportlab[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
- media-gfx/pydot
+ dev-python/pydot[${PYTHON_USEDEP}]
dev-python/vobject[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
diff --git a/app-office/openerp/openerp-8.0.20140125.ebuild b/app-office/openerp/openerp-8.0.20140125.ebuild
index a7d5ccd5d3c2..76beb424a29a 100644
--- a/app-office/openerp/openerp-8.0.20140125.ebuild
+++ b/app-office/openerp/openerp-8.0.20140125.ebuild
@@ -29,7 +29,7 @@ CDEPEND="!app-office/openerp-web
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/reportlab[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
- media-gfx/pydot
+ dev-python/pydot[${PYTHON_USEDEP}]
dev-python/vobject[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
diff --git a/dev-python/networkx/networkx-1.10-r1.ebuild b/dev-python/networkx/networkx-1.10-r1.ebuild
index c9c0842fe440..4e2807d4e82f 100644
--- a/dev-python/networkx/networkx-1.10-r1.ebuild
+++ b/dev-python/networkx/networkx-1.10-r1.ebuild
@@ -32,7 +32,7 @@ DEPEND="
test? (
${COMMON_DEPEND}
dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'media-gfx/pydot[${PYTHON_USEDEP}]' python2_7)
+ $(python_gen_cond_dep 'dev-python/pydot[${PYTHON_USEDEP}]' python2_7)
)"
RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
diff --git a/dev-python/networkx/networkx-1.11.ebuild b/dev-python/networkx/networkx-1.11.ebuild
index 67992b0d9466..fa141b8ee7b3 100644
--- a/dev-python/networkx/networkx-1.11.ebuild
+++ b/dev-python/networkx/networkx-1.11.ebuild
@@ -32,7 +32,7 @@ DEPEND="
test? (
${COMMON_DEPEND}
dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'media-gfx/pydot[${PYTHON_USEDEP}]' -2)
+ $(python_gen_cond_dep 'dev-python/pydot[${PYTHON_USEDEP}]' -2)
)"
RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
diff --git a/media-gfx/pydot/Manifest b/dev-python/pydot/Manifest
index b184542a4b5e..b184542a4b5e 100644
--- a/media-gfx/pydot/Manifest
+++ b/dev-python/pydot/Manifest
diff --git a/media-gfx/pydot/files/pydot-1.0.23-setup.patch b/dev-python/pydot/files/pydot-1.0.23-setup.patch
index c87cc32b30d1..c87cc32b30d1 100644
--- a/media-gfx/pydot/files/pydot-1.0.23-setup.patch
+++ b/dev-python/pydot/files/pydot-1.0.23-setup.patch
diff --git a/media-gfx/pydot/files/pydot-1.0.28-pyparsing2fix.patch b/dev-python/pydot/files/pydot-1.0.28-pyparsing2fix.patch
index 12a01091223c..12a01091223c 100644
--- a/media-gfx/pydot/files/pydot-1.0.28-pyparsing2fix.patch
+++ b/dev-python/pydot/files/pydot-1.0.28-pyparsing2fix.patch
diff --git a/media-gfx/pydot/metadata.xml b/dev-python/pydot/metadata.xml
index a44c00e7d6b3..a44c00e7d6b3 100644
--- a/media-gfx/pydot/metadata.xml
+++ b/dev-python/pydot/metadata.xml
diff --git a/media-gfx/pydot/pydot-1.0.28-r2.ebuild b/dev-python/pydot/pydot-1.0.28-r2.ebuild
index 3958643fd37b..3958643fd37b 100644
--- a/media-gfx/pydot/pydot-1.0.28-r2.ebuild
+++ b/dev-python/pydot/pydot-1.0.28-r2.ebuild
diff --git a/media-gfx/pydot/pydot-1.2.3.ebuild b/dev-python/pydot/pydot-1.2.3.ebuild
index 0a313e45f150..0a313e45f150 100644
--- a/media-gfx/pydot/pydot-1.2.3.ebuild
+++ b/dev-python/pydot/pydot-1.2.3.ebuild
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild
index a23a67c5fc8b..20f5bf17eb49 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
dev-ros/python_qt_binding[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild
index a23a67c5fc8b..20f5bf17eb49 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
dev-ros/python_qt_binding[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild
index 74f3e79ff9ed..742b7c8cb20d 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild
index 74f3e79ff9ed..742b7c8cb20d 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild
index 74f3e79ff9ed..742b7c8cb20d 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild
index 259fb5e35f4c..be2b95520f75 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild
index ef43b211dbe9..baaafdccdb45 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild
index ef43b211dbe9..baaafdccdb45 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild
index ef43b211dbe9..baaafdccdb45 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild
index 74f3e79ff9ed..742b7c8cb20d 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
index c7854bfe91b9..3baa221b33b2 100644
--- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
+++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
@@ -18,7 +18,7 @@ IUSE="doc examples"
DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"
RDEPEND="
- media-gfx/pydot[${PYTHON_USEDEP}]
+ dev-python/pydot[${PYTHON_USEDEP}]
media-gfx/graphviz"
DEPEND="${DEPEND}
doc? ( dev-python/sphinx )"
diff --git a/profiles/updates/3Q-2017 b/profiles/updates/3Q-2017
index f82bd13a9aeb..bd68d0b02418 100644
--- a/profiles/updates/3Q-2017
+++ b/profiles/updates/3Q-2017
@@ -48,3 +48,4 @@ move app-i18n/ibus-table-code app-i18n/ibus-table-others
move app-i18n/ibus-table-cyrillic app-i18n/ibus-table-others
move app-i18n/ibus-table-tv app-i18n/ibus-table-others
move dev-libs/libchewing app-i18n/libchewing
+move media-gfx/pydot dev-python/pydot
diff --git a/sci-biology/biopython/biopython-1.68.ebuild b/sci-biology/biopython/biopython-1.68.ebuild
index 0336076df746..d0934b9879d9 100644
--- a/sci-biology/biopython/biopython-1.68.ebuild
+++ b/sci-biology/biopython/biopython-1.68.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
dev-python/rdflib[$(python_gen_usedep 'python*')]
dev-python/pygraphviz[$(python_gen_usedep 'python2*')]
dev-python/reportlab[$(python_gen_usedep 'python*')]
- media-gfx/pydot[$(python_gen_usedep 'python2*')]
+ dev-python/pydot[$(python_gen_usedep 'python2*')]
"
DEPEND="${RDEPEND}
sys-devel/flex"