Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 402961
Collapse All | Expand All

(-)/usr/portage/dev-util/android-sdk-update-manager/android-sdk-update-manager-16.ebuild (-3 / +8 lines)
Lines 10-16 Link Here
10
10
11
DESCRIPTION="Open Handset Alliance's Android SDK"
11
DESCRIPTION="Open Handset Alliance's Android SDK"
12
HOMEPAGE="http://developer.android.com"
12
HOMEPAGE="http://developer.android.com"
13
SRC_URI="http://dl.google.com/android/${MY_P}.tgz"
13
SRC_URI="http://dl.google.com/android/${MY_P}.tgz
14
	 http://developers.google.com/tv/images/android-logo.png -> android-sdk.png"
14
IUSE=""
15
IUSE=""
15
RESTRICT="mirror"
16
RESTRICT="mirror"
16
17
Lines 19-25 Link Here
19
KEYWORDS="~amd64 ~x86"
20
KEYWORDS="~amd64 ~x86"
20
21
21
DEPEND="app-arch/tar
22
DEPEND="app-arch/tar
22
		app-arch/gzip"
23
	app-arch/gzip"
23
RDEPEND=">=virtual/jdk-1.5
24
RDEPEND=">=virtual/jdk-1.5
24
	>=dev-java/ant-core-1.6.5
25
	>=dev-java/ant-core-1.6.5
25
	>=dev-java/swt-3.5
26
	>=dev-java/swt-3.5
Lines 86-95 Link Here
86
87
87
	insinto "/etc/revdep-rebuild" && doins "${T}/80${PN}" || die
88
	insinto "/etc/revdep-rebuild" && doins "${T}/80${PN}" || die
88
89
90
        doicon "${DISTDIR}/android-sdk.png"
91
        make_desktop_entry "android" "Android SDK Update Manager" "android-sdk"
92
        domenu "${T}/android-${PN}.desktop" || die
93
89
}
94
}
90
95
91
pkg_postinst() {
96
pkg_postinst() {
92
	elog "The Android SDK now uses its own manager for the development	environment."
97
	elog "The Android SDK now uses its own manager for the development environment."
93
	elog "Run 'android' to download the full SDK, including some of the platform tools."
98
	elog "Run 'android' to download the full SDK, including some of the platform tools."
94
	elog "You must be in the android group to manage the development environment."
99
	elog "You must be in the android group to manage the development environment."
95
	elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."
100
	elog "Just run 'gpasswd -a <USER> android', then have <USER> re-login."

Return to bug 402961