From c01a3d06b20ac0c87d31df8ba7ecf0c851ed204f Mon Sep 17 00:00:00 2001 From: "Justin Lecher (jlec)" Date: Mon, 8 Jun 2009 23:18:15 +0200 Subject: cctbx fixes --- sci-libs/cctbx/ChangeLog | 4 ++++ sci-libs/cctbx/Manifest | 4 ++-- sci-libs/cctbx/cctbx-2009.02.15.2320-r1.ebuild | 16 ++++++++-------- 3 files changed, 14 insertions(+), 10 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/cctbx/ChangeLog b/sci-libs/cctbx/ChangeLog index c67f6f68a..52dffdab3 100644 --- a/sci-libs/cctbx/ChangeLog +++ b/sci-libs/cctbx/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Jun 2009; Justin Lecher (jlec) + cctbx-2009.02.15.2320-r1.ebuild: + Hopefully fixed problem with installation + 29 May 2009; Justin Lecher (jlec) -cctbx-2009.02.15.2320.ebuild: old version removed diff --git a/sci-libs/cctbx/Manifest b/sci-libs/cctbx/Manifest index 7f4b35eaa..825e45722 100644 --- a/sci-libs/cctbx/Manifest +++ b/sci-libs/cctbx/Manifest @@ -1,6 +1,6 @@ AUX 2009.02.15.2320-sandbox-violations-chmod.patch 467 RMD160 11a55d71c9a238cf8c40f1760344c27c65a53922 SHA1 03ce887b4ddaf72310986d97c8add9a7a73c6fb0 SHA256 1c79b9f3bb0215dca39def9b6ba0bdb678022b51345da1567d0f4952951bdcd1 DIST cctbx-2009.02.15.2320.tar.gz 12800622 RMD160 8d95db0054e8ba9378e46e9d5d2d7b333418eeb4 SHA1 1d3e5aad9d1c4fd6617295fc3346c079e7c758d9 SHA256 336946867246ed3cf7f697dc9bf0cc21443b7fb9600b24696b4d8d3cb5773200 -EBUILD cctbx-2009.02.15.2320-r1.ebuild 5491 RMD160 0349912d11ea1d1f7f28024992b7b670780ed504 SHA1 3127c6c9c48af032c7b8e47e9bafe291aaad3581 SHA256 cec0f51a91fe6425673f73f74da9cc995736bb7bff09b0f48b165e820a43e1bc +EBUILD cctbx-2009.02.15.2320-r1.ebuild 5467 RMD160 c7efd88e36165aa6e27584e198fa6710a28f6626 SHA1 74ddd0f842645f6fe6d314aae07d3980b9750591 SHA256 377ba72a4f9aeaf095173a2af2d249209c777550aea82d6d19542c860e88323f EBUILD cctbx-2009.02.15.2320-r2.ebuild 4639 RMD160 69285fb2b9ef6207a8338e0ed6b335432b23c825 SHA1 fd65e7d76f45a4152fbfaaf286e14ee315edfc83 SHA256 21db2dcc51a47440950b854aa54e5f7612128bb0446e69a1877330af003668b7 -MISC ChangeLog 1157 RMD160 3053814c9ecea8856efee05eb0bfd11ccd47c083 SHA1 1b8e2c9dec4d965d2b372f6e64731a43b0be0961 SHA256 4a85a429eb8894f1a157bb341fb7781f5193512d323ef151aea35d7137521a03 +MISC ChangeLog 1294 RMD160 654a7ecddbc1531f5e5c6f580ce1b8aa19002de8 SHA1 3731cebd730f7311bf63e8cacdcfde3a25f7a5e2 SHA256 3378786bd75d9b55bff5ed49b36e75788d8e7c1dfe19a2a1884f6a2cd7d6c895 MISC metadata.xml 438 RMD160 79ad38c94abc71ba32abccdcd670f2f6802c2df3 SHA1 1ebbff28f7e4d135b26b951b6111f6803f78413c SHA256 94d589a2836bffe732cdf993e9b38afc1cde4683a5e5669c44daf6b69595e8da diff --git a/sci-libs/cctbx/cctbx-2009.02.15.2320-r1.ebuild b/sci-libs/cctbx/cctbx-2009.02.15.2320-r1.ebuild index b0383d189..0ec1e93ce 100644 --- a/sci-libs/cctbx/cctbx-2009.02.15.2320-r1.ebuild +++ b/sci-libs/cctbx/cctbx-2009.02.15.2320-r1.ebuild @@ -136,17 +136,17 @@ src_install(){ -i '{}' \; || die "Fail to correct path" - insinto /usr/$(get_libdir)/${PN} - doins -r cctbx_sources cctbx_build || die - ebegin "removing unnessary files" - rm -r "${D}"/usr/$(get_libdir)/${PN}/cctbx_sources/scons || die "failed to remove uneeded scons" - find "${D}" -type f -name "*.o" -exec rm -f '{}' \; || die "failed to remove uneeded *.o" - find "${D}" -type f -name "*.c" -exec rm -f '{}' \; || die "failed to remove uneeded *.c" - find "${D}" -type f -name "*.cpp" -exec rm -f '{}' \; || die "failed to remove uneeded *.cpp" - find "${D}" -type f -name "*.pyc" -exec rm -f '{}' \; || die "failed to remove uneeded *.pyc" + rm -r "${S}"/cctbx_sources/scons || die "failed to remove uneeded scons" + find "${S}" -type f -name "*.o" -exec rm -f '{}' \; || die "failed to remove uneeded *.o" + find "${S}" -type f -name "*.c" -exec rm -f '{}' \; || die "failed to remove uneeded *.c" + find "${S}" -type f -name "*.cpp" -exec rm -f '{}' \; || die "failed to remove uneeded *.cpp" + find "${S}" -type f -name "*.pyc" -exec rm -f '{}' \; || die "failed to remove uneeded *.pyc" eend + insinto /usr/$(get_libdir)/${PN} + doins -r cctbx_sources cctbx_build || die + # fperms cannot handle wildcards chmod 775 "${D}"/usr/$(get_libdir)/${PN}/cctbx_build/*sh && \ chmod 775 "${D}"/usr/$(get_libdir)/${PN}/cctbx_build/scitbx/array_family/* && \ -- cgit v1.2.3-65-gdbad