--- /usr/portage/app-admin/conky/conky-1.4.6.ebuild 2007-08-13 08:05:40.000000000 +0200 +++ conky-1.4.7.ebuild 2007-10-18 01:47:56.000000000 +0200 @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" -IUSE="audacious bmpx hddtemp ipv6 mpd truetype vim-syntax X " +IUSE="audacious bmpx hddtemp ipv6 mpd truetype rss vim-syntax wifi X " DEPEND_COMMON=" virtual/libc @@ -69,6 +69,8 @@ $(use_enable bmpx) \ $(use_enable hddtemp ) \ $(use_enable mpd) \ + $(use_enable rss) \ + $(use_enable wifi wlan) \ $(use_enable !ipv6 portmon) || die "econf failed" emake ${mymake} || die "compile failed" } @@ -90,12 +92,12 @@ pkg_postinst() { elog 'Default configuration file is "~/.conkyrc"' elog "You can find a sample configuration file in" - elog "/usr/share/doc/${PF}/conkyrc.sample.gz" + elog "/usr/share/doc/${PF}/conkyrc.sample.bz2" elog elog "For more info on Conky's new features," elog "please look at the README and ChangeLog:" - elog "/usr/share/doc/${PF}/README.gz" - elog "/usr/share/doc/${PF}/ChangeLog.gz" + elog "/usr/share/doc/${PF}/README.bz2" + elog "/usr/share/doc/${PF}/ChangeLog.bz2" elog "There are also pretty html docs available" elog "on Conky's site or in /usr/share/doc/${PF}" elog