diff options
Diffstat (limited to 'sys-cluster/ceph')
-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 } |