Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528018 - dev-util/android-studio-0.8.14.135.1538390 version bump
Summary: dev-util/android-studio-0.8.14.135.1538390 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-02 14:49 UTC by Dennis Schridde
Modified: 2014-11-03 04:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2014-11-02 14:49:28 UTC
"We've just updated promoted build 0.8.14 of Android Studio to the beta channel."
Comment 1 Jason Zaman gentoo-dev 2014-11-02 16:32:34 UTC
could someone help me commit this update?

Here is a diff for the required changes in deps:

--- android-studio-0.8.12.135.1503853.ebuild	2014-10-12 17:39:08.000000000 +0800
+++ android-studio-0.8.14.135.1538390.ebuild	2014-11-03 00:03:12.584405235 +0800
@@ -15,11 +15,12 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE=""
+IUSE="selinux"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="app-arch/zip"
-RDEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jdk-1.7
+	selinux? ( sec-policy/selinux-android )"
 S=${WORKDIR}/${PN}
 
 src_install() {
Comment 2 Yixun Lan archtester gentoo-dev 2014-11-03 02:22:41 UTC
+*android-studio-0.8.14.135.1538390 (03 Nov 2014)
+
+  03 Nov 2014; Yixun Lan <dlan@gentoo.org>
+  +android-studio-0.8.14.135.1538390.ebuild:
+  version bump, bug 528018, proxy for Jason Zaman

hello jason, do you also want to remove previous old versions? just let me know
Comment 3 Jason Zaman gentoo-dev 2014-11-03 04:43:33 UTC
(In reply to Yixun Lan from comment #2)

> hello jason, do you also want to remove previous old versions? just let me
> know

Its fine for now, there was a fairly big update released to the canary channel recently, I think once that one gets to beta i'll do another update and drop old versions then.
Thanks!