First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 235601
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Marijn Schouten <hkbst@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ulrich Müller <ulm@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 235601 depends on: Show dependency tree
Bug 235601 blocks: 235442
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: 2008-08-24 11:45 0000
We are going to deprecate elisp-comp, see bug 235442, so elisp-compile should
be used instead. media-sound/cm was already fixed via bug 194985, but the old
version using elisp-comp is still in the tree.

So please consider stabilising media-sound/cm-2.10.0-r1.

------- Comment #1 From Marijn Schouten 2008-08-24 11:58:03 0000 -------
Fine by me.

------- Comment #2 From Markus Meier 2008-08-24 12:48:09 0000 -------
amd64/x86 stable

------- Comment #3 From Friedrich Oslage 2008-08-24 13:53:51 0000 -------
sparc stable

------- Comment #4 From nixnut 2008-08-25 16:52:52 0000 -------
ppc stable. closing since we're last

------- Comment #5 From Ulrich Müller 2008-08-25 20:51:42 0000 -------
cm-2.10.0.ebuild removed.

Repoman complained about an unquoted variable in cm-2.10.0-r1.ebuild; looking
into it I've found the following:

    for dir in "bin etc src"; do
        doins -r ${dir}
    done;

The for-loop is executed only once, but it works because doins can take several
arguments. Of course, quoting ${dir} would break it.

I didn't touch this for now (it's a stable ebuild), but may you should keep in
mind to replace it by a simple "doins -r bin etc src" with the next bump.

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