diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-05 11:57:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-05 12:25:02 +0100 |
commit | fd66a29265632bb70565dc76cff8ea77096f3d54 (patch) | |
tree | ae748cb586d84600a785a79656c76e59ee76eeb3 | |
parent | dev-python/asyncstdlib: Bump to 3.12.0 (diff) | |
download | gentoo-fd66a29265632bb70565dc76cff8ea77096f3d54.tar.gz gentoo-fd66a29265632bb70565dc76cff8ea77096f3d54.tar.bz2 gentoo-fd66a29265632bb70565dc76cff8ea77096f3d54.zip |
Rename dev-python/{pysol_cards → pysol-cards}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-games/freecell-solver/freecell-solver-6.8.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysol-cards/Manifest (renamed from dev-python/pysol_cards/Manifest) | 0 | ||||
-rw-r--r-- | dev-python/pysol-cards/metadata.xml (renamed from dev-python/pysol_cards/metadata.xml) | 0 | ||||
-rw-r--r-- | dev-python/pysol-cards/pysol-cards-0.14.3.ebuild (renamed from dev-python/pysol_cards/pysol_cards-0.14.3.ebuild) | 2 | ||||
-rw-r--r-- | games-board/pysolfc/pysolfc-2.21.0.ebuild | 4 | ||||
-rw-r--r-- | profiles/updates/1Q-2024 | 1 |
6 files changed, 6 insertions, 5 deletions
diff --git a/dev-games/freecell-solver/freecell-solver-6.8.0.ebuild b/dev-games/freecell-solver/freecell-solver-6.8.0.ebuild index f8aa18013c92..dfd7864f2000 100644 --- a/dev-games/freecell-solver/freecell-solver-6.8.0.ebuild +++ b/dev-games/freecell-solver/freecell-solver-6.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-libs/rinutils $(python_gen_cond_dep ' - dev-python/pysol_cards[${PYTHON_USEDEP}] + dev-python/pysol-cards[${PYTHON_USEDEP}] dev-python/random2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] ') diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol-cards/Manifest index 4559b2357a85..4559b2357a85 100644 --- a/dev-python/pysol_cards/Manifest +++ b/dev-python/pysol-cards/Manifest diff --git a/dev-python/pysol_cards/metadata.xml b/dev-python/pysol-cards/metadata.xml index 474258121ee8..474258121ee8 100644 --- a/dev-python/pysol_cards/metadata.xml +++ b/dev-python/pysol-cards/metadata.xml diff --git a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild b/dev-python/pysol-cards/pysol-cards-0.14.3.ebuild index 03ff0f6e7ea2..fc9fbb72135f 100644 --- a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild +++ b/dev-python/pysol-cards/pysol-cards-0.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/games-board/pysolfc/pysolfc-2.21.0.ebuild b/games-board/pysolfc/pysolfc-2.21.0.ebuild index 02b36f4c990c..09d351a67ce2 100644 --- a/games-board/pysolfc/pysolfc-2.21.0.ebuild +++ b/games-board/pysolfc/pysolfc-2.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/attrs[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] - dev-python/pysol_cards[${PYTHON_USEDEP}] + dev-python/pysol-cards[${PYTHON_USEDEP}] dev-python/random2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] sound? ( dev-python/pygame[${PYTHON_USEDEP}] ) diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 new file mode 100644 index 000000000000..e247daa55370 --- /dev/null +++ b/profiles/updates/1Q-2024 @@ -0,0 +1 @@ +move dev-python/pysol_cards dev-python/pysol-cards |