diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2024-04-01 10:54:43 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2024-04-01 10:55:11 -0700 |
commit | 5a37c82fd3188758ae0b68f7347176fbdcf099a9 (patch) | |
tree | a424649a7958cf80537f6b66f794c28bc295d061 /sys-cluster | |
parent | net-analyzer/netdata: add 1.45.2 (diff) | |
download | gentoo-5a37c82fd3188758ae0b68f7347176fbdcf099a9.tar.gz gentoo-5a37c82fd3188758ae0b68f7347176fbdcf099a9.tar.bz2 gentoo-5a37c82fd3188758ae0b68f7347176fbdcf099a9.zip |
sys-cluster/ceph: Don't remove egg-info files (bug #928389)
Closes: https://bugs.gentoo.org/928389
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.15-r1.ebuild (renamed from sys-cluster/ceph/ceph-16.2.15.ebuild) | 5 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-18.2.1-r2.ebuild (renamed from sys-cluster/ceph/ceph-18.2.1-r1.ebuild) | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sys-cluster/ceph/ceph-16.2.15.ebuild b/sys-cluster/ceph/ceph-16.2.15-r1.ebuild index b1cd72124475..02d333640c2e 100644 --- a/sys-cluster/ceph/ceph-16.2.15.ebuild +++ b/sys-cluster/ceph/ceph-16.2.15-r1.ebuild @@ -406,9 +406,6 @@ src_install() { python_setup cmake_src_install - # the cmake_src_install here installs more egg-info files - rm -rf "${D}/$(python_get_sitedir)"/*.egg-info || die - find "${ED}" -name '*.la' -type f -delete || die exeinto /usr/$(get_libdir)/ceph @@ -466,8 +463,6 @@ python_install() { DESTDIR="${ED}" cmake_build VERBOSE=1 install popd >/dev/null || die - rm -rf "${D}/$(python_get_sitedir)"/*.egg-info || die - python_scriptinto /usr/sbin python_doscript src/cephadm/cephadm diff --git a/sys-cluster/ceph/ceph-18.2.1-r1.ebuild b/sys-cluster/ceph/ceph-18.2.1-r2.ebuild index b753c82d138e..4e84916cc23c 100644 --- a/sys-cluster/ceph/ceph-18.2.1-r1.ebuild +++ b/sys-cluster/ceph/ceph-18.2.1-r2.ebuild @@ -418,8 +418,6 @@ src_install() { python_setup cmake_src_install - # the cmake_src_install here installs more egg-info files - rm -rf "${D}/$(python_get_sitedir)"/*.egg-info || die python_optimize find "${ED}" -name '*.la' -type f -delete || die @@ -478,8 +476,6 @@ python_install() { DESTDIR="${ED}" cmake_build src/pybind/install DESTDIR="${ED}" cmake_build src/cephadm/install - rm -rf "${D}/$(python_get_sitedir)"/*.egg-info || die - python_optimize } |