Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235601 - Please stabilise media-sound/cm-2.10.0-r1
Summary: Please stabilise media-sound/cm-2.10.0-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Marijn Schouten (RETIRED)
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks: 235442
  Show dependency tree
 
Reported: 2008-08-24 11:45 UTC by Ulrich Müller
Modified: 2008-08-25 20:51 UTC (History)
2 users (show)

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 Ulrich Müller gentoo-dev 2008-08-24 11:45:57 UTC
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 Marijn Schouten (RETIRED) gentoo-dev 2008-08-24 11:58:03 UTC
Fine by me.
Comment 2 Markus Meier gentoo-dev 2008-08-24 12:48:09 UTC
amd64/x86 stable
Comment 3 Friedrich Oslage (RETIRED) gentoo-dev 2008-08-24 13:53:51 UTC
sparc stable
Comment 4 nixnut (RETIRED) gentoo-dev 2008-08-25 16:52:52 UTC
ppc stable. closing since we're last
Comment 5 Ulrich Müller gentoo-dev 2008-08-25 20:51:42 UTC
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.