public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/, profiles/updates/, media-libs/lilv/, media-libs/suil/, ...
@ 2023-10-23  3:05 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2023-10-23  3:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e823abe6adc9a921f948465c4609c9c5d2ae92ca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 02:50:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:05:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e823abe6

Rename dev-python/{sphinx_lv2_theme → sphinx-lv2-theme}

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

 dev-libs/serd/serd-0.30.16.ebuild                                       | 2 +-
 dev-python/{sphinx_lv2_theme => sphinx-lv2-theme}/Manifest              | 0
 dev-python/{sphinx_lv2_theme => sphinx-lv2-theme}/metadata.xml          | 0
 .../sphinx-lv2-theme-1.4.0.ebuild}                                      | 0
 media-libs/lilv/lilv-0.24.20-r1.ebuild                                  | 2 +-
 media-libs/sratom/sratom-0.6.14-r1.ebuild                               | 2 +-
 media-libs/suil/suil-0.10.18-r1.ebuild                                  | 2 +-
 profiles/updates/4Q-2023                                                | 1 +
 8 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-libs/serd/serd-0.30.16.ebuild b/dev-libs/serd/serd-0.30.16.ebuild
index b0e6dd6e9c0e..fdcb5ebbe984 100644
--- a/dev-libs/serd/serd-0.30.16.ebuild
+++ b/dev-libs/serd/serd-0.30.16.ebuild
@@ -19,7 +19,7 @@ BDEPEND="
 	doc? (
 		app-doc/doxygen
 		dev-python/sphinx
-		dev-python/sphinx_lv2_theme
+		dev-python/sphinx-lv2-theme
 )
 "
 

diff --git a/dev-python/sphinx_lv2_theme/Manifest b/dev-python/sphinx-lv2-theme/Manifest
similarity index 100%
rename from dev-python/sphinx_lv2_theme/Manifest
rename to dev-python/sphinx-lv2-theme/Manifest

diff --git a/dev-python/sphinx_lv2_theme/metadata.xml b/dev-python/sphinx-lv2-theme/metadata.xml
similarity index 100%
rename from dev-python/sphinx_lv2_theme/metadata.xml
rename to dev-python/sphinx-lv2-theme/metadata.xml

diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild
similarity index 100%
rename from dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild
rename to dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild

diff --git a/media-libs/lilv/lilv-0.24.20-r1.ebuild b/media-libs/lilv/lilv-0.24.20-r1.ebuild
index d4cb32ba8507..bbf5a2b99f95 100644
--- a/media-libs/lilv/lilv-0.24.20-r1.ebuild
+++ b/media-libs/lilv/lilv-0.24.20-r1.ebuild
@@ -24,7 +24,7 @@ BDEPEND="
 	doc? (
 		app-doc/doxygen
 		dev-python/sphinx
-		dev-python/sphinx_lv2_theme
+		dev-python/sphinx-lv2-theme
 	)
 "
 # Take care on bumps to check minimum versions!

diff --git a/media-libs/sratom/sratom-0.6.14-r1.ebuild b/media-libs/sratom/sratom-0.6.14-r1.ebuild
index d8d38e0a0fb7..8c67968942b2 100644
--- a/media-libs/sratom/sratom-0.6.14-r1.ebuild
+++ b/media-libs/sratom/sratom-0.6.14-r1.ebuild
@@ -22,7 +22,7 @@ BDEPEND="
 	doc? (
 		app-doc/doxygen
 		dev-python/sphinx
-		dev-python/sphinx_lv2_theme
+		dev-python/sphinx-lv2-theme
 )
 "
 # Take care on bumps to check minimum versions!

diff --git a/media-libs/suil/suil-0.10.18-r1.ebuild b/media-libs/suil/suil-0.10.18-r1.ebuild
index fae80d6e0d21..a605416a1702 100644
--- a/media-libs/suil/suil-0.10.18-r1.ebuild
+++ b/media-libs/suil/suil-0.10.18-r1.ebuild
@@ -41,7 +41,7 @@ BDEPEND="
 	doc? (
 		app-doc/doxygen
 		dev-python/sphinx
-		dev-python/sphinx_lv2_theme
+		dev-python/sphinx-lv2-theme
 	)
 	test? ( dev-libs/check )
 "

diff --git a/profiles/updates/4Q-2023 b/profiles/updates/4Q-2023
index b5dc30057e2b..94012b52371e 100644
--- a/profiles/updates/4Q-2023
+++ b/profiles/updates/4Q-2023
@@ -1,3 +1,4 @@
 move dev-python/python-varlink dev-python/varlink
 move dev-python/python-musicbrainzngs dev-python/musicbrainzngs
 move dev-python/python-libevdev dev-python/libevdev
+move dev-python/sphinx_lv2_theme dev-python/sphinx-lv2-theme


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

only message in thread, other threads:[~2023-10-23  3:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23  3:05 [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/, profiles/updates/, media-libs/lilv/, media-libs/suil/, 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