First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 30926
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Heinrich Wendel (RETIRED) <lanius@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Thomas Eckert <eckert.thomas@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 30926 depends on: Show dependency tree
Bug 30926 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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 :)

First Last Prev Next    No search results available      Search page      Enter new bug