a new hercules version was released.
I added some documentation-files to src_install() -- at least
README.{NETWORKING,TAPE,ECPSVM} are referenced to in the html-docs.
a new config-option for the max-number of emulated cpus was added (prior to 3.00
you needed to edit a header-file to change that). The number of used cpus is
specified in hercules.cnf (NUMCPU) -- 7 is just for fun an odd (and prime)
number (default is 2).
as the changes are small I paste the diff here.
---snipp ---
--- hercules-2.17.1-r1.ebuild 2003-10-04 15:07:36.000000000 +0200
+++ hercules-3.00.ebuild 2003-10-11 21:26:03.000000000 +0200
@@ -25,6 +25,7 @@
--enable-het-bzip2 \
--enable-setuid-hercifc \
--enable-custom="Gentoo Linux ${PF}.ebuild" \
+ --enable-multi-cpu=7 \
|| die "econf failed"
emake || die "emake failed"
@@ -33,6 +34,9 @@
src_install() {
make DESTDIR=${D} install
dodoc INSTALL
+ dodoc README.COMMADPT README.CVS README.ECPSVM README.HDL
+ dodoc README.NETWORKING README.OSX README.TAPE
+ dodoc RELEASE.NOTES CHANGES
dohtml -r html/
insinto /usr/share/hercules
doins hercules.cnf
--- snapp ---
Reproducible: Always
Steps to Reproduce: