Index: pylint-0.21.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.21.0.ebuild,v retrieving revision 1.5 diff -u -b -B -r1.5 pylint-0.21.0.ebuild --- pylint-0.21.0.ebuild 18 Jul 2010 14:07:33 -0000 1.5 +++ pylint-0.21.0.ebuild 13 Aug 2010 00:30:16 -0000 @@ -18,7 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc examples test tk" +IUSE="examples test tk" # Versions specified in __pkginfo__.py. DEPEND=">=dev-python/logilab-common-0.50.1 @@ -44,11 +44,7 @@ distutils_src_install doman man/{pylint,pyreverse}.1 || die "doman failed" - dodoc doc/FAQ.txt || die "dodoc failed" - - if use doc; then dodoc doc/*.txt || die "dodoc failed" - fi if use examples; then docinto examples Index: pylint-0.21.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.21.1.ebuild,v retrieving revision 1.1 diff -u -b -B -r1.1 pylint-0.21.1.ebuild --- pylint-0.21.1.ebuild 8 Jun 2010 00:34:04 -0000 1.1 +++ pylint-0.21.1.ebuild 13 Aug 2010 00:30:16 -0000 @@ -18,7 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc examples test tk" +IUSE="examples test tk" # Versions specified in __pkginfo__.py. DEPEND=">=dev-python/logilab-common-0.50.1 @@ -44,11 +44,7 @@ distutils_src_install doman man/{pylint,pyreverse}.1 || die "doman failed" - dodoc doc/FAQ.txt || die "dodoc failed" - - if use doc; then dodoc doc/*.txt || die "dodoc failed" - fi if use examples; then docinto examples