public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, app-doc/ghp-import/, www-apps/nikola/, dev-python/ghp-import/
@ 2020-03-11  9:57 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-03-11  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     69b1702a7531c6e59f4dbca246cd9c7b6ed93bc5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 09:56:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 09:56:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b1702a

Revert "Move {dev-python → app-doc}/ghp-import"

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 {app-doc => dev-python}/ghp-import/Manifest                   | 0
 {app-doc => dev-python}/ghp-import/ghp-import-0.4.1-r1.ebuild | 0
 {app-doc => dev-python}/ghp-import/metadata.xml               | 0
 profiles/updates/1Q-2020                                      | 1 -
 www-apps/nikola/metadata.xml                                  | 2 +-
 www-apps/nikola/nikola-7.8.15-r1.ebuild                       | 2 +-
 www-apps/nikola/nikola-7.8.15.ebuild                          | 2 +-
 www-apps/nikola/nikola-8.0.4.ebuild                           | 2 +-
 8 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-doc/ghp-import/Manifest b/dev-python/ghp-import/Manifest
similarity index 100%
rename from app-doc/ghp-import/Manifest
rename to dev-python/ghp-import/Manifest

diff --git a/app-doc/ghp-import/ghp-import-0.4.1-r1.ebuild b/dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild
similarity index 100%
rename from app-doc/ghp-import/ghp-import-0.4.1-r1.ebuild
rename to dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild

diff --git a/app-doc/ghp-import/metadata.xml b/dev-python/ghp-import/metadata.xml
similarity index 100%
rename from app-doc/ghp-import/metadata.xml
rename to dev-python/ghp-import/metadata.xml

diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020
index 5c2f8cb8e9b..aaf723d85f2 100644
--- a/profiles/updates/1Q-2020
+++ b/profiles/updates/1Q-2020
@@ -5,4 +5,3 @@ move dev-python/matplotlib2tikz dev-python/tikzplotlib
 move dev-python/pep257 dev-python/pydocstyle
 move dev-python/pyzor mail-filter/pyzor
 move dev-python/python-sqlparse dev-python/sqlparse
-move dev-python/ghp-import app-doc/ghp-import

diff --git a/www-apps/nikola/metadata.xml b/www-apps/nikola/metadata.xml
index 0fa46f3e455..2980224965b 100644
--- a/www-apps/nikola/metadata.xml
+++ b/www-apps/nikola/metadata.xml
@@ -14,7 +14,7 @@
     </flag>
     <flag name="ghpages">
       Add support for direct uploading to github pages thru
-      <pkg>app-doc/ghp-import</pkg>
+      <pkg>dev-python/ghp-import</pkg>
     </flag>
     <flag name="hyphenation">
       Add hyphenation support through <pkg>dev-python/pyphen</pkg>

diff --git a/www-apps/nikola/nikola-7.8.15-r1.ebuild b/www-apps/nikola/nikola-7.8.15-r1.ebuild
index 54db84ce6c3..dcb3f7b73e3 100644
--- a/www-apps/nikola/nikola-7.8.15-r1.ebuild
+++ b/www-apps/nikola/nikola-7.8.15-r1.ebuild
@@ -40,7 +40,7 @@ RDEPEND="${DEPEND}
 	dev-python/cloudpickle[${PYTHON_USEDEP}]
 	assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
 	charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
-	ghpages? ( >=app-doc/ghp-import-0.4.1[${PYTHON_USEDEP}] )
+	ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
 	hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
 	ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )
 	jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )

diff --git a/www-apps/nikola/nikola-7.8.15.ebuild b/www-apps/nikola/nikola-7.8.15.ebuild
index 208d17034f7..c3e5967f022 100644
--- a/www-apps/nikola/nikola-7.8.15.ebuild
+++ b/www-apps/nikola/nikola-7.8.15.ebuild
@@ -41,7 +41,7 @@ RDEPEND="${DEPEND}
 	dev-python/cloudpickle[${PYTHON_USEDEP}]
 	assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
 	charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
-	ghpages? ( >=app-doc/ghp-import-0.4.1[${PYTHON_USEDEP}] )
+	ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
 	hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
 	ipython? (
 		$(python_gen_cond_dep '

diff --git a/www-apps/nikola/nikola-8.0.4.ebuild b/www-apps/nikola/nikola-8.0.4.ebuild
index c92ab9ef9ef..b6ae1963ef8 100644
--- a/www-apps/nikola/nikola-8.0.4.ebuild
+++ b/www-apps/nikola/nikola-8.0.4.ebuild
@@ -40,7 +40,7 @@ RDEPEND="${DEPEND}
 	dev-python/cloudpickle[${PYTHON_USEDEP}]
 	assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
 	charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
-	ghpages? ( >=app-doc/ghp-import-0.4.1[${PYTHON_USEDEP}] )
+	ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
 	hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
 	ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )
 	jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-11  9:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11  9:57 [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, app-doc/ghp-import/, www-apps/nikola/, dev-python/ghp-import/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox