Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188544 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]
[patch]
android-sdk-1.5_pre.diff
android-sdk-1.5_pre.diff (text/plain), 1.76 KB, created by
Jiri Tyr
on 2009-04-16 08:16:04 UTC
(
hide
)
Description:
android-sdk-1.5_pre.diff
Filename:
MIME Type:
Creator:
Jiri Tyr
Created:
2009-04-16 08:16:04 UTC
Size:
1.76 KB
patch
obsolete
>--- /usr/portage/dev-util/android-sdk/android-sdk-1.1_p1.ebuild 2009-02-17 21:41:28.000000000 +0100 >+++ /usr/local/portage/dev-util/android-sdk/android-sdk-1.5_pre.ebuild 2009-04-14 11:41:05.000000000 +0200 >@@ -1,10 +1,10 @@ > # Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-util/android-sdk/android-sdk-1.1_p1.ebuild,v 1.1 2009/02/17 20:41:28 nelchael Exp $ >+# $Header: $ > > EAPI="2" > >-MY_P="${PN}-linux_x86-${PV/_p/_r}" >+MY_P="${PN}-linux_x86-${PVR}" > > DESCRIPTION="Open Handset Alliance's Android SDK/" > HOMEPAGE="http://code.google.com/android" >@@ -30,12 +30,23 @@ > > dodoc tools/NOTICE.txt RELEASE_NOTES.html || die > rm -f tools/NOTICE.txt >- cp -pPR tools android.jar "${D}/${destdir}/" || die "failed to copy" >- if use examples; then >- cp -pPR samples "${D}/${destdir}/" || die "failed to copy" >+ 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266092
:
188301
| 188544