diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-22 09:59:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-22 09:59:18 +0000 |
commit | 0ea0ab6b133bf28d6e977529e5bd9d378653ba37 (patch) | |
tree | d5947cf0d8c76dec24b04a0401e40052e4ca7ad7 /sys-fs | |
parent | Version bump, fix postinstall log (diff) | |
download | gentoo-2-0ea0ab6b133bf28d6e977529e5bd9d378653ba37.tar.gz gentoo-2-0ea0ab6b133bf28d6e977529e5bd9d378653ba37.tar.bz2 gentoo-2-0ea0ab6b133bf28d6e977529e5bd9d378653ba37.zip |
QA Notice: dodoc argument 'doc/CVS' is a directory, #364361
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/quota/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/quota/quota-3.17-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/quota/quota-3.17.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-fs/quota/ChangeLog b/sys-fs/quota/ChangeLog index 2fa9500b94cb..b69036469055 100644 --- a/sys-fs/quota/ChangeLog +++ b/sys-fs/quota/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/quota # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.52 2011/03/18 17:37:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.53 2011/04/22 09:59:18 jlec Exp $ + + 22 Apr 2011; Justin Lecher <jlec@gentoo.org> quota-3.17.ebuild, + quota-3.17-r1.ebuild: + QA Notice: dodoc argument 'doc/CVS' is a directory, #364361 18 Mar 2011; Raúl Porcel <armin76@gentoo.org> quota-3.17.ebuild: arm stable diff --git a/sys-fs/quota/quota-3.17-r1.ebuild b/sys-fs/quota/quota-3.17-r1.ebuild index 0f41a756e0c9..3b04387023ed 100644 --- a/sys-fs/quota/quota-3.17-r1.ebuild +++ b/sys-fs/quota/quota-3.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17-r1.ebuild,v 1.1 2011/03/03 07:26:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17-r1.ebuild,v 1.2 2011/04/22 09:59:18 jlec Exp $ inherit eutils flag-o-matic @@ -54,6 +54,7 @@ src_install() { insopts -m0644 doins warnquota.conf quotatab + rm -rf doc/CVS dodoc doc/* dodoc README.* dodoc Changelog diff --git a/sys-fs/quota/quota-3.17.ebuild b/sys-fs/quota/quota-3.17.ebuild index f9ddfc5f771c..c9af3f528ade 100644 --- a/sys-fs/quota/quota-3.17.ebuild +++ b/sys-fs/quota/quota-3.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.11 2011/03/18 17:37:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.12 2011/04/22 09:59:18 jlec Exp $ inherit eutils flag-o-matic @@ -54,6 +54,7 @@ src_install() { insopts -m0644 doins warnquota.conf quotatab + rm -rf doc/CVS dodoc doc/* dodoc README.* dodoc Changelog |