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
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')
-rw-r--r--dev-util/confcache/ChangeLog6
-rw-r--r--dev-util/confcache/Manifest12
-rw-r--r--dev-util/confcache/confcache-0.3.3.ebuild7
3 files changed, 12 insertions, 13 deletions
diff --git a/dev-util/confcache/ChangeLog b/dev-util/confcache/ChangeLog
index 68299d278a30..22cd014a970c 100644
--- a/dev-util/confcache/ChangeLog
+++ b/dev-util/confcache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/confcache
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.3 2005/11/23 16:17:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.4 2005/12/26 07:29:15 ferringb Exp $
+
+ 25 Dec 2005; Brian Harring <ferringb@gentoo.org> confcache-0.3.3.ebuild:
+ Fixed bug #113680, minor enough not revbumping it (just was installing extra
+ license files).
23 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> confcache-0.3.3.ebuild:
Added ~amd64 keyword.
diff --git a/dev-util/confcache/Manifest b/dev-util/confcache/Manifest
index 48f366a5accf..5489afd3b3da 100644
--- a/dev-util/confcache/Manifest
+++ b/dev-util/confcache/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 a6ad592b37a576bb55776e631bd9fd9f ChangeLog 530
-MD5 62335531aca5ee9d7efed5cc4db04da6 confcache-0.3.3.ebuild 545
+MD5 d693700b636c5af5edade67f9181c03a confcache-0.3.3.ebuild 626
MD5 51b4b79fda6cf7a25cbb19a25eec9e0e files/digest-confcache-0.3.3 67
MD5 18b3e4dd99d7c5a2ff111fa3876fe934 metadata.xml 260
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDhJZfAiZjviIA2XgRAi7HAKDcvf8nlCodQ0ZjLZWCIrIj60JAdQCg4VHp
-LyWmmT8gVWZddkhQ5vVADCg=
-=VTgO
------END PGP SIGNATURE-----
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"
+}