Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 190839 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-admin/conky/conky-1.4.6.ebuild (-4 / +6 lines)
Lines 12-18 Link Here
12
LICENSE="BSD"
12
LICENSE="BSD"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
14
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
15
IUSE="audacious bmpx hddtemp ipv6 mpd truetype vim-syntax X "
15
IUSE="audacious bmpx hddtemp ipv6 mpd truetype rss vim-syntax wifi X "
16
16
17
DEPEND_COMMON="
17
DEPEND_COMMON="
18
	virtual/libc
18
	virtual/libc
Lines 69-74 Link Here
69
		$(use_enable bmpx) \
69
		$(use_enable bmpx) \
70
		$(use_enable hddtemp ) \
70
		$(use_enable hddtemp ) \
71
		$(use_enable mpd) \
71
		$(use_enable mpd) \
72
		$(use_enable rss) \
73
		$(use_enable wifi wlan) \
72
		$(use_enable !ipv6 portmon) || die "econf failed"
74
		$(use_enable !ipv6 portmon) || die "econf failed"
73
	emake ${mymake} || die "compile failed"
75
	emake ${mymake} || die "compile failed"
74
}
76
}
Lines 90-101 Link Here
90
pkg_postinst() {
92
pkg_postinst() {
91
	elog 'Default configuration file is "~/.conkyrc"'
93
	elog 'Default configuration file is "~/.conkyrc"'
92
	elog "You can find a sample configuration file in"
94
	elog "You can find a sample configuration file in"
93
	elog "/usr/share/doc/${PF}/conkyrc.sample.gz"
95
	elog "/usr/share/doc/${PF}/conkyrc.sample.bz2"
94
	elog
96
	elog
95
	elog "For more info on Conky's new features,"
97
	elog "For more info on Conky's new features,"
96
	elog "please look at the README and ChangeLog:"
98
	elog "please look at the README and ChangeLog:"
97
	elog "/usr/share/doc/${PF}/README.gz"
99
	elog "/usr/share/doc/${PF}/README.bz2"
98
	elog "/usr/share/doc/${PF}/ChangeLog.gz"
100
	elog "/usr/share/doc/${PF}/ChangeLog.bz2"
99
	elog "There are also pretty html docs available"
101
	elog "There are also pretty html docs available"
100
	elog "on Conky's site or in /usr/share/doc/${PF}"
102
	elog "on Conky's site or in /usr/share/doc/${PF}"
101
	elog
103
	elog

Return to bug 190839