From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/
Date: Wed, 4 Nov 2015 06:06:28 +0000 (UTC) [thread overview]
Message-ID: <1446616422.0bcb055167338e7d862b69e64f077c574849aaff.perfinion@gentoo> (raw)
commit: 0bcb055167338e7d862b69e64f077c574849aaff
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 05:53:13 2015 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 05:53:42 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcb0551
dev-util/android-studio: version bump
Package-Manager: portage-2.2.20.1
dev-util/android-studio/Manifest | 1 +
.../android-studio-1.4.1.0.141.2343393.ebuild | 62 ++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index c2fe761..0eaec63 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,3 +1,4 @@
DIST android-studio-ide-141.1980579-linux.zip 258628239 SHA256 46a1b492360f873f7b99f53b535ce79503f4127a8ee5d06afbe0f53ec5f56a21 SHA512 54a83e6a54cd07ade1bfd3756bdff9c3431594412a01809ac3d2b1b5b2fb1719b8dd4f980516eeba5f7016c7757950c93a1d368ad1034d1300b9fe44577a1bcd WHIRLPOOL 567bcc5ae38015a586224e7c5870d7766f18b4241b46aa53eb7459a7f26d859d9855632cdcf54d3b35bca1b7c39b15cfc1141d11a4d017d9b3e199b72f088b56
DIST android-studio-ide-141.2178183-linux.zip 352010593 SHA256 22316dc4cd17f82d02c7ca79efaa8d36ce7a6b3b384c6237ea1bcdd55d711762 SHA512 68f45638919d38a8c3c144ec2dc69ccbfe6467eddc570a2fadd7a36a79bdd609861224f06989b7e4ea1422c68914539221a4cf0a33e413da49fc72e1e418e717 WHIRLPOOL 4d0f63d22047e97bbb5b0a6d1382fdad5f4b1ddff59bda6d34b38ed5691c69a0b37e5a68a42ac3a3c0cff6c0b760bb7ec18a6a7d82f533ae97c3a06e94d4deb2
DIST android-studio-ide-141.2288178-linux.zip 380821638 SHA256 a7a83d9af8b14589d7a791cbb2121fd63bcfc5ff44ef4ea7b9f16fdacdfcff13 SHA512 afc77575f9261060c28f27ee49b05b88de338c0b2b8d91eea2a8585243dc6404bc2784b7d15b2c05ac504228ceea11ccbbdfd4fa79a1037893232c55cb524b2f WHIRLPOOL 2d8d9c836b5049739d81c6ab374b87f3a1943252e555be2e3b52b11be7a54654d4947db1f87289c85e3d376a92c023508563c3705d956732132933c28ac12870
+DIST android-studio-ide-141.2343393-linux.zip 381078272 SHA256 9762f6ffe48768915a399064f0e1c515d62ba96acf4bccfc642faa50903a1dcc SHA512 370c8f934ff7cb2d4128ad228eac38fc62e5452a8645b08ddeb63ad87d684e1e4b9015feaf33098aaec4d78c99522282309bf4c95a4671b08190f9e51257caf4 WHIRLPOOL 4d202b8cf6eef6f0d4d00b7a65094b54a0f7262d1d8a9a55ff082d55869b65d563522eaf280335f4f0ec1b5ae3ad77169e10c8c8b7c7d3fd6ef19c792ca8cc4d
diff --git a/dev-util/android-studio/android-studio-1.4.1.0.141.2343393.ebuild b/dev-util/android-studio/android-studio-1.4.1.0.141.2343393.ebuild
new file mode 100644
index 0000000..721d7ba
--- /dev/null
+++ b/dev-util/android-studio/android-studio-1.4.1.0.141.2343393.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils versionator
+
+RESTRICT="strip"
+QA_PREBUILT="opt/${PN}/bin/libbreakgen.so"
+if [[ $(get_version_component_count) -eq 6 ]]; then
+ STUDIO_V=$(get_version_component_range 1-4)
+ BUILD_V=$(get_version_component_range 5-6)
+else
+ STUDIO_V=$(get_version_component_range 1-3)
+ BUILD_V=$(get_version_component_range 4-5)
+fi
+
+DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
+HOMEPAGE="http://developer.android.com/sdk/installing/studio.html"
+SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="selinux"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/zip"
+RDEPEND=">=virtual/jdk-1.7
+ selinux? ( sec-policy/selinux-android )
+ >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
+ >=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
+ >=dev-libs/libffi-3.0.13-r1[abi_x86_32(-)]
+ >=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
+ >=media-libs/freetype-2.5.5[abi_x86_32(-)]
+ >=media-libs/libpng-1.2.51[abi_x86_32(-)]
+ >=media-libs/mesa-10.2.8[abi_x86_32(-)]
+ || ( >=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] >=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)] )
+ >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
+ >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+ >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
+ >=x11-libs/libXdamage-1.1.4-r1[abi_x86_32(-)]
+ >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
+ >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
+ >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)]
+ >=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
+ >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
+ >=x11-libs/libdrm-2.4.46[abi_x86_32(-)]
+ >=x11-libs/libxcb-1.9.1[abi_x86_32(-)]
+ >=x11-libs/libxshmfence-1.1[abi_x86_32(-)]"
+S=${WORKDIR}/${PN}
+
+src_install() {
+ local dir="/opt/${PN}"
+
+ insinto "${dir}"
+ doins -r *
+ fperms 755 "${dir}/bin/studio.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
+
+ newicon "bin/studio.png" "${PN}.png"
+ make_wrapper ${PN} ${dir}/bin/studio.sh
+ make_desktop_entry ${PN} "Android Studio" ${PN} "Development;IDE"
+}
next reply other threads:[~2015-11-04 6:06 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-04 6:06 Jason Zaman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-07 14:00 [gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/ Mike Pagano
2024-11-07 13:18 Mike Pagano
2024-10-20 22:59 Mike Pagano
2024-10-20 22:59 Mike Pagano
2024-09-27 22:34 Mike Pagano
2024-09-27 22:29 Mike Pagano
2024-05-13 17:33 Ulrich Müller
2024-05-13 16:11 Ulrich Müller
2023-10-13 20:12 Jason A. Donenfeld
2023-07-06 17:14 Jason A. Donenfeld
2023-06-08 13:00 Jason A. Donenfeld
2023-05-26 14:10 Jason A. Donenfeld
2023-05-17 16:25 Jason A. Donenfeld
2023-05-17 13:29 Jason A. Donenfeld
2023-05-09 1:04 Jason A. Donenfeld
2023-05-09 1:04 Jason A. Donenfeld
2023-04-13 16:21 Jason A. Donenfeld
2023-03-01 23:41 Mike Pagano
2022-09-21 16:44 Mike Pagano
2022-09-21 16:44 Mike Pagano
2022-05-10 19:38 Mike Pagano
2021-09-27 18:13 Jason A. Donenfeld
2021-04-08 18:24 Mart Raudsepp
2021-02-02 18:29 Mart Raudsepp
2021-01-05 14:40 Mart Raudsepp
2020-10-13 14:56 Jason A. Donenfeld
2020-07-23 14:00 Jason A. Donenfeld
2020-05-27 16:56 Mart Raudsepp
2020-04-01 19:19 Mart Raudsepp
2020-03-01 21:20 Nicolas Bock
2020-02-29 7:10 Jason Zaman
2020-02-29 7:10 Jason Zaman
2020-02-22 7:39 Jason Zaman
2020-02-22 7:39 Jason Zaman
2020-01-02 17:02 Mart Raudsepp
2019-10-18 12:07 Jason Zaman
2019-10-18 12:07 Jason Zaman
2019-10-01 19:14 Michał Górny
2019-09-21 6:25 Jason Zaman
2019-09-21 6:25 Jason Zaman
2019-09-21 6:25 Jason Zaman
2019-06-04 16:34 Jason Zaman
2019-06-04 16:34 Jason Zaman
2019-05-11 22:30 Jason Zaman
2019-05-11 22:30 Jason Zaman
2019-04-29 14:24 Jason Zaman
2019-02-01 12:17 Jason Zaman
2019-02-01 12:17 Jason Zaman
2019-02-01 12:17 Jason Zaman
2018-12-09 15:59 Jason Zaman
2018-09-29 10:20 Jason Zaman
2018-09-29 10:20 Jason Zaman
2018-09-29 10:20 Jason Zaman
2018-08-25 3:23 Jason Zaman
2018-06-24 8:25 Jason Zaman
2018-05-26 7:40 Jason Zaman
2018-05-26 7:39 Jason Zaman
2018-04-27 10:36 Jason Zaman
2018-04-13 6:43 Jason Zaman
2018-04-07 6:08 Jason Zaman
2018-02-15 16:54 Jason Zaman
2018-02-15 16:54 Jason Zaman
2017-12-10 14:13 Michał Górny
2017-11-27 3:23 Jason Zaman
2017-11-27 3:23 Jason Zaman
2017-10-29 10:40 Jason Zaman
2017-10-29 10:40 Jason Zaman
2017-10-29 10:37 Jason Zaman
2017-07-08 9:05 Jason Zaman
2017-07-08 9:05 Jason Zaman
2017-07-08 9:05 Jason Zaman
2017-05-18 14:17 Jason Zaman
2017-05-18 14:17 Jason Zaman
2017-05-18 14:17 Jason Zaman
2017-04-10 8:08 Jason Zaman
2017-04-10 8:08 Jason Zaman
2017-03-13 15:52 Jason Zaman
2017-02-23 18:31 Jason Zaman
2017-02-23 18:31 Jason Zaman
2016-12-07 6:42 Jason Zaman
2016-12-07 6:42 Jason Zaman
2016-12-07 6:42 Jason Zaman
2016-11-05 2:46 Jason Zaman
2016-10-31 7:16 Jason Zaman
2016-10-31 7:16 Jason Zaman
2016-10-31 7:16 Jason Zaman
2016-10-04 15:33 Jason Zaman
2016-09-20 16:42 Jason Zaman
2016-08-29 4:23 Jason Zaman
2016-07-21 16:16 Jason Zaman
2016-07-21 16:16 Jason Zaman
2016-06-09 16:21 Jason Zaman
2016-05-12 14:23 Jason Zaman
2016-05-12 14:23 Jason Zaman
2016-05-12 14:23 Jason Zaman
2016-05-01 3:15 Jason Zaman
2016-04-09 15:44 Jason Zaman
2016-03-14 22:12 Agostino Sarubbo
2015-12-12 4:45 Jason Zaman
2015-12-10 3:49 Jason Zaman
2015-11-20 6:09 Jason Zaman
2015-10-18 14:37 Jason Zaman
2015-10-09 16:38 Jason Zaman
2015-10-03 5:14 Jason Zaman
2015-10-03 5:14 Jason Zaman
2015-09-10 10:47 Jason Zaman
2015-08-20 13:52 Jason Zaman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1446616422.0bcb055167338e7d862b69e64f077c574849aaff.perfinion@gentoo \
--to=perfinion@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox