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

Collapse All | Expand All

(-)scala-2.9.1.ebuild (-3 / +2 lines)
Lines 7-13 Link Here
7
JAVA_ANT_DISABLE_ANT_CORE_DEP=yes
7
JAVA_ANT_DISABLE_ANT_CORE_DEP=yes
8
inherit eutils check-reqs java-pkg-2 java-ant-2 versionator
8
inherit eutils check-reqs java-pkg-2 java-ant-2 versionator
9
9
10
MY_P="${P}.final"
10
MY_P="${P}"
11
11
12
# creating the binary:
12
# creating the binary:
13
# JAVA_PKG_FORCE_VM="$available-1.5" USE="doc examples source" ebuild scala-*.ebuild compile
13
# JAVA_PKG_FORCE_VM="$available-1.5" USE="doc examples source" ebuild scala-*.ebuild compile
Lines 17-23 Link Here
17
17
18
DESCRIPTION="The Scala Programming Language"
18
DESCRIPTION="The Scala Programming Language"
19
HOMEPAGE="http://www.scala-lang.org/"
19
HOMEPAGE="http://www.scala-lang.org/"
20
SRC_URI="!binary? ( ${HOMEPAGE}downloads/distrib/files/${MY_P}-sources.txz -> ${P}.tar.xz )
20
SRC_URI="!binary? ( ${HOMEPAGE}downloads/distrib/files/${PN}-sources-${PV}.tgz -> ${P}.tar.gz )
21
	binary? ( ${HOMEPAGE}downloads/distrib/files/${MY_P}.tgz )"
21
	binary? ( ${HOMEPAGE}downloads/distrib/files/${MY_P}.tgz )"
22
LICENSE="BSD"
22
LICENSE="BSD"
23
SLOT="0"
23
SLOT="0"
Lines 31-37 Link Here
31
		dev-java/ant-core:0
31
		dev-java/ant-core:0
32
		dev-java/ant-contrib:0
32
		dev-java/ant-contrib:0
33
		dev-java/ant-nodeps:0
33
		dev-java/ant-nodeps:0
34
		app-arch/xz-utils
35
	)"
34
	)"
36
RDEPEND=">=virtual/jre-1.6
35
RDEPEND=">=virtual/jre-1.6
37
	!dev-java/scala-bin"
36
	!dev-java/scala-bin"

Return to bug 401717