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

Collapse All | Expand All

(-)/usr/portage/dev-perl/wxperl/wxperl-0.69.ebuild (-9 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/wxperl-0.69.ebuild,v 1.1 2007/03/19 14:57:11 yuval Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/wxperl-0.69.ebuild,v 1.1 2007/03/19 14:57:11 yuval Exp $
4
4
5
inherit perl-module eutils wxwidgets
5
inherit perl-module
6
6
7
MY_P="Wx-${PV}"
7
MY_P="Wx-${PV}"
8
S=${WORKDIR}/${MY_P}
8
S=${WORKDIR}/${MY_P}
Lines 13-34 Link Here
13
LICENSE="|| ( Artistic GPL-2 )"
13
LICENSE="|| ( Artistic GPL-2 )"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="unicode"
16
IUSE=""
17
17
18
SRC_TEST="do"
18
SRC_TEST="do"
19
19
20
DEPEND=">=x11-libs/wxGTK-2.6.2-r1
20
DEPEND=">=x11-libs/wxGTK-2.6.2-r1
21
	>=dev-perl/Alien-wxWidgets-0.25
21
	>=dev-perl/Alien-wxWidgets-0.30-r1
22
	>=dev-lang/perl-5.8.4
22
	>=dev-lang/perl-5.8.4
23
	virtual/perl-Test-Harness
23
	virtual/perl-Test-Harness
24
	>=virtual/perl-File-Spec-0.82"
24
	>=virtual/perl-File-Spec-0.82"
25
25
26
src_compile() {
26
src_compile() {
27
	WX_GTK_VER="2.6"
28
	if use unicode; then
29
		need-wxwidgets unicode
30
	else
31
		need-wxwidgets gtk2
32
	fi
33
	perl-module_src_compile
27
	perl-module_src_compile
34
}
28
}

Return to bug 151417