Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256611 Details for
Bug 348014
=dev-util/android-sdk-update-manager-r8 Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated ebuild
android-sdk-update-manager-8.ebuild (text/plain), 2.43 KB, created by
Richard Freeman
on 2010-12-07 23:46:41 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Richard Freeman
Created:
2010-12-07 23:46:41 UTC
Size:
2.43 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-6-r2.ebuild,v 1.3 2010/10/15 17:46:23 fauli Exp $ > >EAPI="2" > >inherit eutils > >MY_P="android-sdk_r0${PV}-linux_86" > >DESCRIPTION="Open Handset Alliance's Android SDK" >HOMEPAGE="http://developer.android.com" >SRC_URI="http://dl.google.com/android/${MY_P}.tgz" >IUSE="" >RESTRICT="mirror" > >LICENSE="android" >SLOT="0" >KEYWORDS="amd64 x86" > >DEPEND="app-arch/tar > app-arch/gzip" >RDEPEND=">=virtual/jdk-1.6 > >=dev-java/ant-core-1.6.5 > =dev-java/swt-3.5* > amd64? ( app-emulation/emul-linux-x86-gtklibs ) > x86? ( x11-libs/gtk+:2 )" > >ANDROID_SDK_DIR="${ROOT}/opt/${PN}" >QA_DT_HASH_x86=" > ${ANDROID_SDK_DIR/\/}/tools/emulator > ${ANDROID_SDK_DIR/\/}/tools/mksdcard > ${ANDROID_SDK_DIR/\/}/tools/sqlite3 > ${ANDROID_SDK_DIR/\/}/tools/hprof-conv > ${ANDROID_SDK_DIR/\/}/tools/zipalign > ${ANDROID_SDK_DIR/\/}/tools/dmtracedump >" >QA_DT_HASH_amd64="${QA_DT_HASH_x86}" > >S="${WORKDIR}/android-sdk-linux_86" > >pkg_setup() { > enewgroup android || die >} > >src_prepare(){ > epatch "${FILESDIR}/${PN}-6-swt.patch" > > rm -rf tools/lib/x86* >} > >src_install(){ > dodoc tools/NOTICE.txt "SDK Readme.txt" || die > rm -f tools/NOTICE.txt "SDK Readme.txt" > > insinto "${ANDROID_SDK_DIR}/tools" > doins -r tools/lib || die "failed to doins tools/lib" > rm -rf tools/lib || die > > exeinto "${ANDROID_SDK_DIR}/tools" > doexe tools/* || die "failed to doexe tools/" > > # Maybe this is needed for the tools directory too. > #keepdir "${ANDROID_SDK_DIR}"/{add-ons,docs,platforms,temp} || die "failed to keepdir" > dodir "${ANDROID_SDK_DIR}"/{add-ons,docs,platforms,temp} || die "failed to dodir" > > fowners root:android "${ANDROID_SDK_DIR}"/{,add-ons,docs,platforms,temp} || die > fperms 0775 "${ANDROID_SDK_DIR}"/{,add-ons,docs,platforms,temp} || die > > echo "PATH=\"${ANDROID_SDK_DIR}/tools:${ANDROID_SDK_DIR}/platform-tools\"" > "${T}/80${PN}" || die > doenvd "${T}/80${PN}" || die >} > >pkg_postinst() { > elog "The Android SDK now uses its own manager for the development environment." > elog "You must be in the android group to manage the development environment." > elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login." > elog "See http://developer.android.com/sdk/adding-components.html for more" > elog "information." > elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" >}
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 348014
:
256573
| 256611 |
256627