diff options
author | 2009-12-08 12:32:14 +0000 | |
---|---|---|
committer | 2009-12-08 12:32:14 +0000 | |
commit | e1aecef2afde6fef0c22996b73d0509f37ebde2b (patch) | |
tree | 5ba95c0dc43291ecd8f20ab2ee27664d869c3595 /net-zope | |
parent | Initial addition. (diff) | |
download | gentoo-2-e1aecef2afde6fef0c22996b73d0509f37ebde2b.tar.gz gentoo-2-e1aecef2afde6fef0c22996b73d0509f37ebde2b.tar.bz2 gentoo-2-e1aecef2afde6fef0c22996b73d0509f37ebde2b.zip |
Install tests.
(Portage version: 14964-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zodb/zodb-3.9.3.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-zope/zodb/zodb-3.9.3.ebuild b/net-zope/zodb/zodb-3.9.3.ebuild index 11ac4de7c61f..7bc4d12263c9 100644 --- a/net-zope/zodb/zodb-3.9.3.ebuild +++ b/net-zope/zodb/zodb-3.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.9.3.ebuild,v 1.2 2009/11/09 19:08:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.9.3.ebuild,v 1.3 2009/12/08 12:32:14 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -52,10 +52,6 @@ src_test() { src_install() { distutils_src_install - # Don't install tests. - rm -fr "${D}"usr/$(get_libdir)/python*/site-packages/{BTrees,persistent,ZEO,ZODB}/tests - rm -fr "${D}"usr/$(get_libdir)/python*/site-packages/{ZEO,ZODB}/scripts/manual_tests - # Don't install sources. find "${D}"usr/$(get_libdir)/python*/site-packages -name "*.c" -o -name "*.h" | xargs rm -f } |