diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-20 11:17:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-20 11:17:41 +0000 |
commit | 24d7947eeb5ef6075acc4e610c742071d311bcf7 (patch) | |
tree | 7f9828c46721c3f92f6d064afcc5cd4ef817a475 /dev-util/confcache | |
parent | Add patch to fix building with GCC 4.1.1 on 64-bit platforms, add patch to fi... (diff) | |
download | gentoo-2-24d7947eeb5ef6075acc4e610c742071d311bcf7.tar.gz gentoo-2-24d7947eeb5ef6075acc4e610c742071d311bcf7.tar.bz2 gentoo-2-24d7947eeb5ef6075acc4e610c742071d311bcf7.zip |
Fix permissions on /usr/share/confcache directory and add a warning for users upgrading from previous versions. Thanks to nyhm in bug #133831.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'dev-util/confcache')
-rw-r--r-- | dev-util/confcache/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/confcache/confcache-0.4.2-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-util/confcache/files/digest-confcache-0.4.2-r1 | 3 |
3 files changed, 38 insertions, 1 deletions
diff --git a/dev-util/confcache/ChangeLog b/dev-util/confcache/ChangeLog index cf4f51aedb9d..734f76b1ece1 100644 --- a/dev-util/confcache/ChangeLog +++ b/dev-util/confcache/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/confcache # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.13 2006/04/27 19:29:25 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.14 2006/05/20 11:17:41 flameeyes Exp $ + + 20 May 2006; Diego Pettenò <flameeyes@gentoo.org> + -confcache-0.4.2.ebuild, +confcache-0.4.2-r1.ebuild: + Fix permissions on /usr/share/confcache directory and add a warning for + users upgrading from previous versions. Thanks to nyhm in bug #133831. 27 Apr 2006; Marien Zwart <marienz@gentoo.org> Manifest: Fixing SHA256 digest, pass four diff --git a/dev-util/confcache/confcache-0.4.2-r1.ebuild b/dev-util/confcache/confcache-0.4.2-r1.ebuild new file mode 100644 index 000000000000..34e6f5e10339 --- /dev/null +++ b/dev-util/confcache/confcache-0.4.2-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/confcache-0.4.2-r1.ebuild,v 1.3 2006/05/20 11:17:41 flameeyes Exp $ + +inherit distutils + +DESCRIPTION="global autoconf cache manager" +HOMEPAGE="http://gentooexperimental.org/~ferringb/confcache/" +SRC_URI="http://gentooexperimental.org/~ferringb/confcache/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~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" + + fperms 0755 /usr/share/confcache +} + +pkg_postinst() { + ewarn "If you are upgrading from an older version of confcache please check" + ewarn "the permissions on /usr/share/confcache directory. If the directory" + ewarn "is world-writable, issue the following command to fix them:" + einfo " chmod 0755 /usr/share/confcache" +} diff --git a/dev-util/confcache/files/digest-confcache-0.4.2-r1 b/dev-util/confcache/files/digest-confcache-0.4.2-r1 new file mode 100644 index 000000000000..72d4d33b5383 --- /dev/null +++ b/dev-util/confcache/files/digest-confcache-0.4.2-r1 @@ -0,0 +1,3 @@ +MD5 06581ad30b0e6db645f7048d00208dfd confcache-0.4.2.tar.bz2 15964 +RMD160 ad2eef721f294a2bac20f0840d14ad657f30818f confcache-0.4.2.tar.bz2 15964 +SHA256 552cdc178e4f84174069cc73a067823a9bb8c8ace8b53eb0e0ff77a82523ecf0 confcache-0.4.2.tar.bz2 15964 |