commit:     9bec9cc00ebb979042f8d5c1cca80ec65f9e1efa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 16:37:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 17:05:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bec9cc0

app-emulation/cloud-init: drop 24.2, 24.2-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/cloud-init/Manifest                  |   1 -
 app-emulation/cloud-init/cloud-init-24.2-r1.ebuild | 105 ---------------------
 app-emulation/cloud-init/cloud-init-24.2.ebuild    | 101 --------------------
 3 files changed, 207 deletions(-)

diff --git a/app-emulation/cloud-init/Manifest 
b/app-emulation/cloud-init/Manifest
index 9f45dcf62fe7..daf41219db2e 100644
--- a/app-emulation/cloud-init/Manifest
+++ b/app-emulation/cloud-init/Manifest
@@ -1,2 +1 @@
-DIST cloud-init-24.2.tar.gz 1786275 BLAKE2B 
21f5209a77ef401d12271f6ea695d84065b22f40b7273dd8709dee5fadc7038a0f59a9a3dd53b73812a44a603b5cdc7fb36b71fcdb1f2d4295d87d2cc6069fcd
 SHA512 
72de351b3e978e01a4695b58987d942cc1b2faee749ac0df2024a839e0e1539c9b1f0a9e5cf1930e33c36344d152b7580cfe2dd55f95ad4f669df9b4dda4648d
 DIST cloud-init-24.4.tar.gz 1871271 BLAKE2B 
438d1296a637211d7a43c9969de6d432b1ab787beab7f617426cdeab67d1c1df28e1adfa610af4dad44c7f46850954ad3d1856bfff143648da0f87fbc4ebdefc
 SHA512 
1c6901497848d8be29ffb0a7bcbbd2df89d0a2b35a65c33f3db9562a544d9e832308f448dcc24a555791b40f00aca32e5d25b8ad3ccb5e90dda6268e5a125f9c

diff --git a/app-emulation/cloud-init/cloud-init-24.2-r1.ebuild 
b/app-emulation/cloud-init/cloud-init-24.2-r1.ebuild
deleted file mode 100644
index 8c137fe19521..000000000000
--- a/app-emulation/cloud-init/cloud-init-24.2-r1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Disabled for now: bug #850628
-#DISTUTILS_USE_PEP517=setuptools
-# https://bugs.launchpad.net/cloud-init/+bug/1978328
-PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
-
-inherit distutils-r1 udev
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://git.launchpad.net/cloud-init";
-else
-       SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz";
-       KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Cloud instance initialisation magic"
-HOMEPAGE="https://launchpad.net/cloud-init";
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="selinux"
-
-CDEPEND="
-       dev-python/jinja2[${PYTHON_USEDEP}]
-       dev-python/oauthlib[${PYTHON_USEDEP}]
-       dev-python/pyserial[${PYTHON_USEDEP}]
-       >=dev-python/configobj-5.0.2[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/jsonpatch[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/netifaces[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${CDEPEND}
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/passlib[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-               dev-python/setuptools[${PYTHON_USEDEP}]
-       )
-"
-RDEPEND="
-       ${CDEPEND}
-       net-analyzer/macchanger
-       sys-apps/iproute2
-       sys-fs/growpart
-       virtual/logger
-       selinux? ( sec-policy/selinux-cloudinit )
-"
-
-EPYTEST_IGNORE=(
-       # Can't find file
-       tests/unittests/config/test_apt_configure_sources_list_v1.py
-       tests/unittests/config/test_apt_configure_sources_list_v3.py
-)
-
-PATCHES=(
-       "${FILESDIR}/${PN}-24.2-systemd.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # Fix location of documentation installation
-       sed -i "s:USR + '/share/doc/cloud-init:USR + '/share/doc/${PF}:" 
setup.py || die
-
-       if [[ ${PV} == *9999 ]] ; then
-               sed -i 's/version=get_version(),/version=9999,/g' setup.py || 
die
-       fi
-
-       distutils-r1_python_prepare_all
-}
-
-python_install() {
-       distutils-r1_python_install --init-system=sysvinit_openrc,systemd 
--distro gentoo
-}
-
-python_install_all() {
-       keepdir /etc/cloud
-
-       distutils-r1_python_install_all
-
-       # installs as non-executable
-       chmod +x "${D}"/etc/init.d/* || die
-}
-
-pkg_prerm() {
-       udev_reload
-}
-
-pkg_postinst() {
-       udev_reload
-
-       elog "cloud-init-local needs to be run in the boot runlevel because it"
-       elog "modifies services in the default runlevel.  When a runlevel is 
started"
-       elog "it is cached, so modifications that happen to the current 
runlevel"
-       elog "while you are in it are not acted upon."
-}

diff --git a/app-emulation/cloud-init/cloud-init-24.2.ebuild 
b/app-emulation/cloud-init/cloud-init-24.2.ebuild
deleted file mode 100644
index 8af6d1682ee4..000000000000
--- a/app-emulation/cloud-init/cloud-init-24.2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Disabled for now: bug #850628
-#DISTUTILS_USE_PEP517=setuptools
-# https://bugs.launchpad.net/cloud-init/+bug/1978328
-PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
-
-inherit distutils-r1 udev
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://git.launchpad.net/cloud-init";
-else
-       SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz";
-       KEYWORDS="amd64 arm64 ~loong ppc64 x86"
-fi
-
-DESCRIPTION="Cloud instance initialisation magic"
-HOMEPAGE="https://launchpad.net/cloud-init";
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="selinux"
-
-CDEPEND="
-       dev-python/jinja2[${PYTHON_USEDEP}]
-       dev-python/oauthlib[${PYTHON_USEDEP}]
-       dev-python/pyserial[${PYTHON_USEDEP}]
-       >=dev-python/configobj-5.0.2[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/jsonpatch[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/netifaces[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${CDEPEND}
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/passlib[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-               dev-python/setuptools[${PYTHON_USEDEP}]
-       )
-"
-RDEPEND="
-       ${CDEPEND}
-       net-analyzer/macchanger
-       sys-apps/iproute2
-       sys-fs/growpart
-       virtual/logger
-       selinux? ( sec-policy/selinux-cloudinit )
-"
-
-EPYTEST_IGNORE=(
-       # Can't find file
-       tests/unittests/config/test_apt_configure_sources_list_v1.py
-       tests/unittests/config/test_apt_configure_sources_list_v3.py
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # Fix location of documentation installation
-       sed -i "s:USR + '/share/doc/cloud-init:USR + '/share/doc/${PF}:" 
setup.py || die
-
-       if [[ ${PV} == *9999 ]] ; then
-               sed -i 's/version=get_version(),/version=9999,/g' setup.py || 
die
-       fi
-
-       distutils-r1_python_prepare_all
-}
-
-python_install() {
-       distutils-r1_python_install --init-system=sysvinit_openrc,systemd 
--distro gentoo
-}
-
-python_install_all() {
-       keepdir /etc/cloud
-
-       distutils-r1_python_install_all
-
-       # installs as non-executable
-       chmod +x "${D}"/etc/init.d/* || die
-}
-
-pkg_prerm() {
-       udev_reload
-}
-
-pkg_postinst() {
-       udev_reload
-
-       elog "cloud-init-local needs to be run in the boot runlevel because it"
-       elog "modifies services in the default runlevel.  When a runlevel is 
started"
-       elog "it is cached, so modifications that happen to the current 
runlevel"
-       elog "while you are in it are not acted upon."
-}

Reply via email to