--- /usr/portage/media-sound/redoflacs/redoflacs-0.14.1.1.ebuild 2012-10-03 00:25:40.000000000 -0500 +++ redoflacs-0.15.ebuild 2012-10-02 12:44:07.995215872 -0500 @@ -18,9 +18,7 @@ RDEPEND="app-shells/bash media-libs/flac sys-apps/coreutils - sys-apps/findutils - sys-apps/gawk - sys-apps/grep" + sys-apps/findutils" src_install() { exeinto /usr/bin @@ -29,7 +27,11 @@ pkg_postinst() { elog "This script makes use of optional programs if installed:" - elog " sys-libs/ncurses -> support for full terminal width" elog " media-sound/sox -> support for creating spectrograms" elog " media-libs/libpng -> needed by media-sound/sox" + elog " auCDtect -> support for determining authenticity" + elog " of FLAC files (CDDA)" + elog "You can download auCDtect from here:" + elog " http://en.true-audio.com/ftp/aucdtect-0.8.2.tgz <- Binary file" + elog " http://en.true-audio.com/ftp/aucdtect-0.8-2.i586.rpm <- RPM Binary" }