summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-12-26 07:29:15 +0000
committerBrian Harring <ferringb@gentoo.org>2005-12-26 07:29:15 +0000
commita14209a15958dd0b963e1c74314ecd8cc2c43bbe (patch)
treeccb13195aadd1407194761faf05d0bf3f6a6a0b4 /dev-util/confcache/confcache-0.3.3.ebuild
parentVersion bumps in preperation for db-4.4. src_test support added, warning it c... (diff)
downloadgentoo-2-a14209a15958dd0b963e1c74314ecd8cc2c43bbe.tar.gz
gentoo-2-a14209a15958dd0b963e1c74314ecd8cc2c43bbe.tar.bz2
gentoo-2-a14209a15958dd0b963e1c74314ecd8cc2c43bbe.zip
bug 113680 , don't install extra license files...
(Portage version: 2475-svn)
Diffstat (limited to 'dev-util/confcache/confcache-0.3.3.ebuild')
-rw-r--r--dev-util/confcache/confcache-0.3.3.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/confcache/confcache-0.3.3.ebuild b/dev-util/confcache/confcache-0.3.3.ebuild
index 42c12c8615cc..1723267864cd 100644
--- a/dev-util/confcache/confcache-0.3.3.ebuild
+++ b/dev-util/confcache/confcache-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/confcache-0.3.3.ebuild,v 1.3 2005/11/23 16:17:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/confcache-0.3.3.ebuild,v 1.4 2005/12/26 07:29:15 ferringb Exp $
inherit distutils
@@ -13,3 +13,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.2"
RDEPEND=">=dev-lang/python-2.2 >=sys-apps/sandbox-1.2.12"
+
+src_install() {
+ distutils_src_install
+ rm -rf "${D}/usr/share/doc/confcache"
+}