diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-10-19 11:11:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-10-19 11:11:29 +0000 |
commit | fe2380d79d3335f757b3c8765ee0cf6ffcf1de80 (patch) | |
tree | 38dab911e3b23cb91b6e533f7b5dea39fafeedd5 /sys-apps/pciutils | |
parent | Version bump. (diff) | |
download | gentoo-2-fe2380d79d3335f757b3c8765ee0cf6ffcf1de80.tar.gz gentoo-2-fe2380d79d3335f757b3c8765ee0cf6ffcf1de80.tar.bz2 gentoo-2-fe2380d79d3335f757b3c8765ee0cf6ffcf1de80.zip |
Add docs.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.0.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 5ecb90670bd2..064416b21b1f 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.148 2008/10/11 02:47:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.149 2008/10/19 11:11:29 robbat2 Exp $ + + 18 Oct 2008; Robin H. Johnson <robbat2@gentoo.org> pciutils-3.0.2.ebuild: + Bug #242564, docs. 11 Oct 2008; Robin H. Johnson <robbat2@gentoo.org> files/init.d-pciparm: Cleanup init script more. diff --git a/sys-apps/pciutils/pciutils-3.0.2.ebuild b/sys-apps/pciutils/pciutils-3.0.2.ebuild index 37394cd6629e..00979d2cd82e 100644 --- a/sys-apps/pciutils/pciutils-3.0.2.ebuild +++ b/sys-apps/pciutils/pciutils-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.2 2008/10/07 11:07:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.3 2008/10/19 11:11:29 robbat2 Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -48,6 +48,7 @@ src_install() { pemake DESTDIR="${D}" install install-lib || die dosbin pcimodules || die newman pcimodules.man pcimodules.8 + dodoc ChangeLog README TODO if use network-cron ; then exeinto /etc/cron.monthly |