summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-08 20:05:29 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-08 20:05:29 +0000
commite9357b5ba41bae9bf73bef9ce989a8b5d46ed140 (patch)
tree2d5805a4deb193648ea0e2e027f73ea837fa7b2d /dev-util/scons
parentMarking haskell-updater-1.2.0.5-r1 ppc for bug 418493 (diff)
downloadgentoo-2-e9357b5ba41bae9bf73bef9ce989a8b5d46ed140.tar.gz
gentoo-2-e9357b5ba41bae9bf73bef9ce989a8b5d46ed140.tar.bz2
gentoo-2-e9357b5ba41bae9bf73bef9ce989a8b5d46ed140.zip
Simplify documentation installation.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/scons')
-rw-r--r--dev-util/scons/ChangeLog5
-rw-r--r--dev-util/scons/scons-2.2.0.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog
index f00d8fa7edd6..98f2e26a3c9a 100644
--- a/dev-util/scons/ChangeLog
+++ b/dev-util/scons/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/scons
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.117 2012/08/08 19:58:45 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.118 2012/08/08 20:05:29 radhermit Exp $
+
+ 08 Aug 2012; Tim Harder <radhermit@gentoo.org> scons-2.2.0.ebuild:
+ Simplify documentation installation.
*scons-2.2.0 (08 Aug 2012)
diff --git a/dev-util/scons/scons-2.2.0.ebuild b/dev-util/scons/scons-2.2.0.ebuild
index 27a5a5637576..3c9d8027e1e0 100644
--- a/dev-util/scons/scons-2.2.0.ebuild
+++ b/dev-util/scons/scons-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.1 2012/08/08 19:58:45 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.2 2012/08/08 20:05:29 radhermit Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5"
@@ -41,8 +41,5 @@ src_install () {
--no-version-script \
--install-data "${EPREFIX}"/usr/share
- if use doc ; then
- insinto /usr/share/doc/${PF}
- doins "${DISTDIR}"/${P}-user.{pdf,html}
- fi
+ use doc && dodoc "${DISTDIR}"/${P}-user.{pdf,html}
}