diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-01 10:43:25 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-01 10:43:25 +0000 |
commit | 61dda319852030bd5b269465f63aac8b4a9f171a (patch) | |
tree | 24fa026af5d1833c1d16301bd8a7a4747ff42820 /sys-power/pm-utils | |
parent | Convert to distutils-r1. (diff) | |
download | gentoo-2-61dda319852030bd5b269465f63aac8b4a9f171a.tar.gz gentoo-2-61dda319852030bd5b269465f63aac8b4a9f171a.tar.bz2 gentoo-2-61dda319852030bd5b269465f63aac8b4a9f171a.zip |
Do not install docs twice, bug #396351.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'sys-power/pm-utils')
-rw-r--r-- | sys-power/pm-utils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/pm-utils/pm-utils-1.4.1-r2.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-power/pm-utils/ChangeLog b/sys-power/pm-utils/ChangeLog index c0c13ffc2b9b..0c54f30c05e2 100644 --- a/sys-power/pm-utils/ChangeLog +++ b/sys-power/pm-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/pm-utils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v 1.64 2012/05/19 12:04:50 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v 1.65 2013/09/01 10:43:25 eva Exp $ + + 01 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> pm-utils-1.4.1-r2.ebuild: + Do not install docs twice, bug #396351. 19 May 2012; Anthony G. Basile <blueness@gentoo.org> pm-utils-1.4.1-r2.ebuild: diff --git a/sys-power/pm-utils/pm-utils-1.4.1-r2.ebuild b/sys-power/pm-utils/pm-utils-1.4.1-r2.ebuild index 1d7beae89105..b289ad7cc833 100644 --- a/sys-power/pm-utils/pm-utils-1.4.1-r2.ebuild +++ b/sys-power/pm-utils/pm-utils-1.4.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/pm-utils-1.4.1-r2.ebuild,v 1.7 2012/05/19 12:04:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/pm-utils-1.4.1-r2.ebuild,v 1.8 2013/09/01 10:43:25 eva Exp $ EAPI=4 @@ -52,6 +52,9 @@ src_install() { dodoc AUTHORS ChangeLog NEWS pm/HOWTO* README* TODO doman man/*.{1,8} + # Remove duplicate documentation install + rm -r "${D}/usr/share/doc/${PN}" + insinto /etc/pm/config.d doins "${T}"/gentoo |