summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-12-12 07:32:40 +0000
committerJustin Lecher <jlec@gentoo.org>2014-12-12 07:32:40 +0000
commitd8d6b71927e005547960d4b701e9806d62407e91 (patch)
tree9cf2d8c6f0c32b22193cb1095b45e3aa7ba0edca /dev-util/ccache
parentVersion bump. (diff)
downloadgentoo-2-d8d6b71927e005547960d4b701e9806d62407e91.tar.gz
gentoo-2-d8d6b71927e005547960d4b701e9806d62407e91.tar.bz2
gentoo-2-d8d6b71927e005547960d4b701e9806d62407e91.zip
dev-util/ccache: Version Bump, fixes #529998
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/ChangeLog8
-rw-r--r--dev-util/ccache/ccache-3.2.1.ebuild (renamed from dev-util/ccache/ccache-3.2.ebuild)12
-rw-r--r--dev-util/ccache/metadata.xml10
3 files changed, 18 insertions, 12 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index f27f0feeaa53..01cceefa0cc8 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/ccache
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.143 2014/11/20 00:06:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.144 2014/12/12 07:32:40 jlec Exp $
+
+*ccache-3.2.1 (12 Dec 2014)
+
+ 12 Dec 2014; Justin Lecher <jlec@gentoo.org> -ccache-3.2.ebuild,
+ +ccache-3.2.1.ebuild, metadata.xml:
+ Version Bump, fixes #529998
*ccache-3.2 (20 Nov 2014)
diff --git a/dev-util/ccache/ccache-3.2.ebuild b/dev-util/ccache/ccache-3.2.1.ebuild
index 467e59c93c50..0cbdf1a48f82 100644
--- a/dev-util/ccache/ccache-3.2.ebuild
+++ b/dev-util/ccache/ccache-3.2.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.2.ebuild,v 1.1 2014/11/20 00:06:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.2.1.ebuild,v 1.1 2014/12/12 07:32:40 jlec Exp $
-EAPI="4"
+EAPI=5
inherit eutils readme.gentoo
@@ -21,7 +21,7 @@ DEPEND="${RDEPEND}
src_prepare() {
# make sure we always use system zlib
- rm -rf zlib
+ rm -rf zlib || die
epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
epatch "${FILESDIR}"/${PN}-3.1.10-size-on-disk.patch #456178
sed \
@@ -30,8 +30,8 @@ src_prepare() {
}
src_install() {
+ DOCS=( AUTHORS.txt MANUAL.txt NEWS.txt README.txt )
default
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
dobin ccache-config
@@ -61,8 +61,8 @@ pkg_postinst() {
"${EROOT}"/usr/bin/ccache-config --install-links ${CHOST}
# nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${EROOT}"/usr/lib/ccache/bin/${CHOST}-cc
- rm -rf "${EROOT}"/usr/lib/ccache.backup
+ rm -f "${EROOT}"/usr/lib/ccache/bin/${CHOST}-cc || die
+ rm -rf "${EROOT}"/usr/lib/ccache.backup || die
readme.gentoo_print_elog
}
diff --git a/dev-util/ccache/metadata.xml b/dev-util/ccache/metadata.xml
index 21bd7702924e..a1113ba3300a 100644
--- a/dev-util/ccache/metadata.xml
+++ b/dev-util/ccache/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>toolchain</herd>
- <maintainer>
- <email>robbat2@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
+ <herd>toolchain</herd>
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
ccache acts as a caching pre-processor to C/C++ compilers, improving
compilation time when recompiling previously compiled source.
</longdescription>