Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515418 - app-text/hyperestraier-1.4.13: dohtml on directory without recursion option
Summary: app-text/hyperestraier-1.4.13: dohtml on directory without recursion option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-27 05:50 UTC by Patrick Lauer
Modified: 2014-07-08 00:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-06-27 05:50:46 UTC
>>> Install hyperestraier-1.4.13 into /var/tmp/portage/app-text/hyperestraier-1.4.13/image/ category app-text
make -j4 DESTDIR=/var/tmp/portage/app-text/hyperestraier-1.4.13/image/ MYDOCS= install 
mkdir -p /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/include
cp -Rf estraier.h estmtdb.h estnode.h /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/include
mkdir -p /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/lib64
cp -Rf libestraier.a libestraier.so.8.38.0 libestraier.so.8 libestraier.so /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/lib64
mkdir -p /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/bin
cp -Rf estcmd estmttest estmaster estbutler estcall estwaver estload estconfig estwolefind /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/bin
mkdir -p /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/libexec
cp -Rf estseek.cgi estfraud.cgi estproxy.cgi estscout.cgi estsupt.cgi /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/libexec
mkdir -p /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/share/hyperestraier
cp -Rf estseek.conf estseek.tmpl estseek.top estseek.help estfraud.conf estproxy.conf estscout.conf estsupt.conf estresult.dtd estraier.idl locale filter increm  /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/share/hyperestraier
mkdir -p /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/share/man/man1
cd man && cp -Rf estconfig.1 estcmd.1 estmaster.1 estwaver.1 estcall.1 /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/share/man/man1
mkdir -p /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/share/man/man3
cd man && cp -Rf estraier.3 estnode.3 /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/share/man/man3
mkdir -p /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/lib64/pkgconfig
cp -Rf hyperestraier.pc /var/tmp/portage/app-text/hyperestraier-1.4.13/image//usr/lib64/pkgconfig

#================================================================
# Thanks for using Hyper Estraier.
#================================================================
 * QA Notice: dohtml on directory 'doc/javanativeapi' without recursion option
 * QA Notice: dohtml on directory 'doc/javapureapi' without recursion option
 * QA Notice: dohtml on directory 'doc/perlnativeapi' without recursion option
 * QA Notice: dohtml on directory 'doc/rubynativeapi' without recursion option
 * QA Notice: dohtml on directory 'doc/rubypureapi' without recursion option
>>> Completed installing hyperestraier-1.4.13 into /var/tmp/portage/app-text/hyperestraier-1.4.13/image/
Comment 1 Naohiro Aota gentoo-dev 2014-07-08 00:52:26 UTC
+  08 Jul 2014; Naohiro Aota <naota@gentoo.org> hyperestraier-1.4.13.ebuild:
+  Use fine-grained match to install docs #515418