Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178788 Details for
Bug 210432
new ebuild: google android sdk
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
android-sdk-1.0_p2.ebuild
android-sdk-1.0_p2.ebuild (text/plain), 865 bytes, created by
Krzysztof Pawlik (RETIRED)
on 2009-01-17 13:19:09 UTC
(
hide
)
Description:
android-sdk-1.0_p2.ebuild
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2009-01-17 13:19:09 UTC
Size:
865 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >MY_P="${PN}-linux_x86-${PV/_p/_r}" > >DESCRIPTION="Open Handset Alliance's Android SDK/" >HOMEPAGE="http://code.google.com/android" >SRC_URI="http://dl.google.com/android/${MY_P}.zip" >RESTRICT="mirror" > >LICENSE="android" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc examples" > >DEPEND="app-arch/unzip" >RDEPEND=">=virtual/jdk-1.5 > >=dev-java/ant-core-1.6.5" > >src_install(){ > dodir "/opt/${PF}" > > cd "${MY_P}" > > dodoc tools/NOTICE.txt RELEASE_NOTES.txt || die > rm -f tools/NOTICE.txt > cp -pPR tools android.jar "${D}/opt/${PF}/" || die "failed to copy" > if use examples; then > cp -pPR samples "${D}/opt/${PF}/" || die "failed to copy" > fi > use doc && dohtml -r docs documentation.html > > echo "PATH=\"/opt/${PF}/tools\"" > "${T}/80android" > doenvd "${T}/80android" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 210432
:
143718
|
158721
|
163296
|
166203
|
178784
|
178788
|
178789