Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188301 Details for
Bug 266092
dev-util/android-sdk-1.5_pre (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
android-sdk-1.5_pre.ebuild
android-sdk-1.5_pre.ebuild (text/plain), 1.55 KB, created by
Jiri Tyr
on 2009-04-14 09:51:52 UTC
(
hide
)
Description:
android-sdk-1.5_pre.ebuild
Filename:
MIME Type:
Creator:
Jiri Tyr
Created:
2009-04-14 09:51:52 UTC
Size:
1.55 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >MY_P="${PN}-linux_x86-${PVR}" > >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 > amd64? ( app-emulation/emul-linux-x86-gtklibs ) > x86? ( x11-libs/gtk+:2 )" > >src_install(){ > local destdir="/opt/${P/_p*/}" > dodir "${destdir}" > > cd "${MY_P}" > > dodoc tools/NOTICE.txt RELEASE_NOTES.html || die > rm -f tools/NOTICE.txt > cp -pPR tools "${D}/${destdir}/" || die "failed to copy" > if ! use examples; then > rm -fr platforms/android-${PV/_p*/}/samples > fi > mkdir -p "${D}/${destdir}/platforms" || die "failed to mkdir" > # platform 1.1 - should we install this version too? > #cp -pPR platforms/android-1.1 "${D}/${destdir}/platforms" || die "failed to copy" > # platform 1.5 > cp -pPR platforms/android-${PV/_p*/} "${D}/${destdir}/platforms" || die "failed to copy" > # add-ons needed by ADT-0.9 (otherwise it crashes) > cp -pPR add-ons "${D}/${destdir}/" || die "failed to copy" > use doc && dohtml -r docs documentation.html > > echo "PATH=\"${destdir}/tools\"" > "${T}/80android" > # for platform 1.1 > #echo "PATH=\"${destdir}/platforms/android-1.1/tools\"" >> "${T}/80android" > # for platform 1.5 > echo "PATH=\"${destdir}/platforms/android-${PV/_p*/}/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 266092
: 188301 |
188544