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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- arduino-1.0.5.ebuild
0
++ arduino-1.0.6.ebuild
Lines 7-15 Link Here
7
7
8
inherit eutils java-pkg-2 java-ant-2
8
inherit eutils java-pkg-2 java-ant-2
9
9
10
MY_PN="Arduino"
11
MY_P="${MY_PN}-${PV}"
10
DESCRIPTION="An open-source AVR electronics prototyping platform"
12
DESCRIPTION="An open-source AVR electronics prototyping platform"
11
HOMEPAGE="http://arduino.cc/ http://arduino.googlecode.com/"
13
HOMEPAGE="http://arduino.cc/ http://arduino.googlecode.com/"
12
SRC_URI="http://${PN}.googlecode.com/files/${P}-src.tar.gz
14
SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz
13
mirror://gentoo/arduino-icons.tar.bz2"
15
mirror://gentoo/arduino-icons.tar.bz2"
14
LICENSE="GPL-2 GPL-2+ LGPL-2 CC-BY-SA-3.0"
16
LICENSE="GPL-2 GPL-2+ LGPL-2 CC-BY-SA-3.0"
15
SLOT="0"
17
SLOT="0"
Lines 30-35 Link Here
30
DEPEND="${COMMONDEP}
32
DEPEND="${COMMONDEP}
31
>=virtual/jdk-1.5"
33
>=virtual/jdk-1.5"
32
34
35
S=${WORKDIR}/${MY_P}
33
EANT_GENTOO_CLASSPATH="jna,rxtx-2"
36
EANT_GENTOO_CLASSPATH="jna,rxtx-2"
34
EANT_EXTRA_ARGS="-Dversion=${PV}"
37
EANT_EXTRA_ARGS="-Dversion=${PV}"
35
EANT_BUILD_TARGET="build"
38
EANT_BUILD_TARGET="build"
Lines 68-74 Link Here
68
	fi
71
	fi
69
72
70
	if use doc; then
73
	if use doc; then
71
		dodoc revisions.txt "${S}"/readme.txt
74
		dodoc revisions.txt "${S}"/README.md
72
		dohtml -r reference
75
		dohtml -r reference
73
		java-pkg_dojavadoc "${S}"/build/javadoc/everything
76
		java-pkg_dojavadoc "${S}"/build/javadoc/everything
74
	fi
77
	fi

Return to bug 525882