1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 04:06:03 +00:00

oops screwed up ebuild

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@459 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2006-01-02 06:40:38 +00:00
parent 50cf4e8f6d
commit 6225ac7d93

View File

@ -32,7 +32,6 @@ DEPEND_COMMON="
)"
RDEPEND="${DEPEND_COMMON}"
# seti? ( sci-astronomy/setiathome )"
DEPEND="
${DEPEND_COMMON}
@ -73,8 +72,8 @@ src_compile() {
${myconf} \
$(use_enable truetype xft) \
$(use_enable X x11) \
$(use_enable bmpx bmpx) \
$(use_enable !ipv6 portmon) || die "econf failed"
# $(use_enable seti)
emake ${mymake} || die "compile failed"
}
@ -96,13 +95,7 @@ pkg_postinst() {
einfo "There are also pretty html docs available"
einfo "on Conky's site or in /usr/share/doc/${PF}"
einfo
einfo "Comment out temperature info lines if you have no kernel"
einfo "support for it."
einfo
einfo "Check out app-vim/conky-syntax for conkyrc"
einfo "syntax highlighting in Vim"
einfo
ewarn "Conky doesn't work with window managers that"
ewarn "take control over root window such as Gnome's nautilus."
ewarn
}