This is an ebuild for cdmp3, a shell script that can rip entire audio cd's or just some tracks of it. It's very fast and supports ogg vorbis. This ebuild is new to portage.
Created attachment 18428 [details] cdmp3-0.4.1.ebuild (new)
This has been in portage for a while now... guess someone forgot to close this bug...
Indeed, an ebuild (different from this one) appeared somethere in November 2003. Still, that ebuild is not as good as this one since it does note use the USE flag oggvorbis and makes it a direct dependancie. Shouldn't be like that, it should only depend on vorbistools (and make a symbolic link from cdmp3 to cdogg) if the user has oggvorbis on his USE. Could anyone solve that please?
no it's better without the oggvorbis in IUSE because the installed script has ogg support regardless of its name. Thus a user would call cdmp3 --ogg and expect it to "just work"
Ok. Good enough for me =)