Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30926 - app-emulation/hercules-3.00 (update)
Summary: app-emulation/hercules-3.00 (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Heinrich Wendel (RETIRED)
URL: http://www.conmicro.cx/hercules/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-11 13:38 UTC by Thomas Eckert
Modified: 2003-10-12 11:27 UTC (History)
0 users

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 Thomas Eckert 2003-10-11 13:38:37 UTC
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 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-12 11:27:23 UTC
bumped :)