View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-admin/conky/conky-1.4.5.ebuild (-5 / +9 lines)
 Lines 1-6    Link Here 
# Copyright 1999-2007 Gentoo Foundation
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.5.ebuild,v 1.7 2007/02/07 18:55:57 blubb Exp $
# $Header: 
inherit eutils
inherit eutils
# used for epause
# used for epause
 Lines 37-43    Link Here 
RDEPEND="${DEPEND_COMMON}
RDEPEND="${DEPEND_COMMON}
	hddtemp? ( app-admin/hddtemp )
	hddtemp? ( app-admin/hddtemp )
	mpd? ( media-sound/mpd )
	vim-syntax? ( || ( app-editors/vim
	vim-syntax? ( || ( app-editors/vim
		app-editors/gvim ) )"
		app-editors/gvim ) )"
 Lines 63-73    Link Here 
		mymake="MPD_NO_IPV6=noipv6"
		mymake="MPD_NO_IPV6=noipv6"
	fi
	fi
	local myconf
	local myconf
	myconf="--enable-own-window --enable-proc-uptime"
	myconf="--enable-proc-uptime"
	use X && myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage"
	if useq X; then
		myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage --enable-own-window"
		myconf="${myconf} $(use_enable truetype xft)"
	else
		myconf="${myconf} --disable-x11 --disable-double-buffer --disable-xdamage --disable-own-window"
		myconf="${myconf} --disable-xft"
	fi
	econf \
	econf \
		${myconf} \
		${myconf} \
		$(use_enable truetype xft) \
		$(use_enable audacious) \
		$(use_enable audacious) \
		$(use_enable bmpx) \
		$(use_enable bmpx) \
		$(use_enable hddtemp ) \
		$(use_enable hddtemp ) \