Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271438
Collapse All | Expand All

(-)rrdtool-1.3.8.ebuild (-2 / +5 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
16
IUSE="doc perl python ruby rrdcgi tcl"
16
IUSE="doc nls perl python ruby rrdcgi tcl"
17
17
18
# This versions are minimal versions upstream tested with.
18
# This versions are minimal versions upstream tested with.
19
RDEPEND="
19
RDEPEND="
Lines 29-35 Link Here
29
			!dev-ruby/ruby-rrd )"
29
			!dev-ruby/ruby-rrd )"
30
30
31
DEPEND="${RDEPEND}
31
DEPEND="${RDEPEND}
32
	sys-apps/gawk"
32
	sys-apps/gawk
33
	nls? ( >=dev-util/intltool-0.35.0 sys-devel/gettext )"
33
34
34
pkg_setup() {
35
pkg_setup() {
35
	use perl && perl-module_pkg_setup
36
	use perl && perl-module_pkg_setup
Lines 45-50 Link Here
45
		$(use_enable ruby ruby-site-install) \
46
		$(use_enable ruby ruby-site-install) \
46
		$(use_enable perl) \
47
		$(use_enable perl) \
47
		$(use_enable perl perl-site-install) \
48
		$(use_enable perl perl-site-install) \
49
		$(use_enable nls) \
50
		$(use_enable nls libintl) \
48
		$(use_enable tcl) \
51
		$(use_enable tcl) \
49
		$(use_with tcl tcllib /usr/$(get_libdir)) \
52
		$(use_with tcl tcllib /usr/$(get_libdir)) \
50
		$(use_enable python)
53
		$(use_enable python)

Return to bug 271438