Bug 30926 - app-emulation/hercules-3.00 (update)
Bug#: 30926 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: lanius@gentoo.org Reported By: eckert.thomas@gmx.net
Component: Ebuilds
URL:  http://www.conmicro.cx/hercules/
Summary: app-emulation/hercules-3.00 (update)
Keywords:  
Status Whiteboard: 
Opened: 2003-10-11 13:38 0000
Description:   Opened: 2003-10-11 13:38 0000
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:

------- Comment #1 From Heinrich Wendel (RETIRED) 2003-10-12 11:27:23 0000 -------
bumped :)