Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/
Date: Sat, 29 Sep 2018 10:21:14
Message-Id: 1538216422.8b026d59bb6900697f39255c45e5033572b25c24.perfinion@gentoo
1 commit: 8b026d59bb6900697f39255c45e5033572b25c24
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 17:40:49 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 10:20:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b026d59
7
8 dev-util/android-studio: bump to 3.2.0
9
10 Closes: https://bugs.gentoo.org/667028
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
13
14 dev-util/android-studio/Manifest | 1 +
15 .../android-studio-3.2.0.26.181.5014246.ebuild | 115 +++++++++++++++++++++
16 2 files changed, 116 insertions(+)
17
18 diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
19 index 38833aa6b92..25521ef88d3 100644
20 --- a/dev-util/android-studio/Manifest
21 +++ b/dev-util/android-studio/Manifest
22 @@ -1 +1,2 @@
23 DIST android-studio-ide-173.4907809-linux.zip 897596053 BLAKE2B 6142cfc21d41a23d93ff064be457a28879ce80830bec79a38f6862d0f5b9de7b552d7175d7bf3e3ddfc70b10e0f7313e7ebcb7a3cdf16511c070551a27193775 SHA512 3fc01ffef5dd88dce088cc67fde03c62dadce7a700aace17ebd414ad0b1125b8370b5f132349424ff65ffc721ff383e6793737a0021826f08e35c893e33535be
24 +DIST android-studio-ide-181.5014246-linux.zip 1054392038 BLAKE2B 455ce3455710d0709746dc9c18caf61fd347f6c157873de54821601846be6e086646d6261d2c9bdd6986d8f2874e7a90c37b0db820326d2eb17afe438954e240 SHA512 37c622cab6d21e8a0e6d38e0f8c29e22910647df3e6d93ee86c71a39f171b1b51952a13eae2660e209c2eb7a093a9f7d2177562ea287353a30507b22c2617bd0
25
26 diff --git a/dev-util/android-studio/android-studio-3.2.0.26.181.5014246.ebuild b/dev-util/android-studio/android-studio-3.2.0.26.181.5014246.ebuild
27 new file mode 100644
28 index 00000000000..ec9300dae61
29 --- /dev/null
30 +++ b/dev-util/android-studio/android-studio-3.2.0.26.181.5014246.ebuild
31 @@ -0,0 +1,115 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +inherit eutils java-pkg-2 eapi7-ver
37 +
38 +RESTRICT="strip"
39 +QA_PREBUILT="opt/${PN}/bin/libbreakgen*.so
40 + opt/${PN}/bin/fsnotifier*
41 + opt/${PN}/bin/lldb/*
42 + opt/${PN}/lib/libpty/linux/x86*/libpty.so
43 + opt/${PN}/plugins/android/lib/libwebp_jni*.so
44 + opt/${PN}/plugins/android/resources/perfa/*/libperfa.so
45 + opt/${PN}/plugins/android/resources/perfd/*/perfd
46 + opt/${PN}/plugins/android/resources/simpleperf/*/simpleperf"
47 +
48 +VER_CMP=( $(ver_rs 1- ' ') )
49 +if [[ ${#VER_CMP[@]} -eq 6 ]]; then
50 + STUDIO_V=$(ver_cut 1-4)
51 + BUILD_V=$(ver_cut 5-6)
52 +else
53 + STUDIO_V=$(ver_cut 1-3)
54 + BUILD_V=$(ver_cut 4-5)
55 +fi
56 +
57 +DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
58 +HOMEPAGE="http://developer.android.com/sdk/installing/studio.html"
59 +SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip"
60 +
61 +LICENSE="Apache-2.0"
62 +SLOT="0"
63 +IUSE="selinux"
64 +KEYWORDS="~amd64 ~x86"
65 +
66 +DEPEND="app-arch/zip
67 + dev-java/commons-logging:0
68 + dev-java/log4j:0"
69 +
70 +# dev-java/guava:18
71 +RDEPEND=">=virtual/jdk-1.7
72 + selinux? ( sec-policy/selinux-android )
73 + >=app-arch/bzip2-1.0.6-r4
74 + dev-java/commons-logging:0
75 + dev-java/log4j:0
76 + >=dev-libs/expat-2.1.0-r3
77 + >=dev-libs/libffi-3.0.13-r1
78 + >=media-libs/fontconfig-2.10.92
79 + >=media-libs/freetype-2.5.5
80 + >=media-libs/libpng-1.2.51
81 + >=media-libs/mesa-10.2.8
82 + || ( gnome-extra/zenity kde-apps/kdialog x11-apps/xmessage x11-libs/libnotify )
83 + >=sys-libs/ncurses-5.9-r3:5/5[tinfo]
84 + >=sys-libs/zlib-1.2.8-r1
85 + >=x11-libs/libX11-1.6.2
86 + >=x11-libs/libXau-1.0.7-r1
87 + >=x11-libs/libXdamage-1.1.4-r1
88 + >=x11-libs/libXdmcp-1.1.1-r1
89 + >=x11-libs/libXext-1.3.2
90 + >=x11-libs/libXfixes-5.0.1
91 + >=x11-libs/libXrender-0.9.8
92 + >=x11-libs/libXxf86vm-1.1.3
93 + >=x11-libs/libdrm-2.4.46
94 + >=x11-libs/libxcb-1.9.1
95 + >=x11-libs/libxshmfence-1.1"
96 +S=${WORKDIR}/${PN}
97 +PATCHES=( "${FILESDIR}/0001-use-java-home-before-bundled.patch" )
98 +
99 +src_prepare() {
100 + eapply "${PATCHES[@]}"
101 + eapply_user
102 +
103 + # This is really a bundled jdk not a jre
104 + rm -rf "${S}/jre" || die "Could not remove bundled jdk"
105 +
106 + # Replace bundled jars with system
107 + # has problems with newer jdom:0 not updated to jdom:2
108 + cd "${S}/lib" || die
109 + local JARS="commons-logging log4j"
110 + local j
111 + for j in ${JARS}; do
112 + rm -v ${j/:*/}*.jar || die
113 + java-pkg_jar-from ${j}
114 + done
115 +
116 + cd "${S}" || die
117 +
118 + # bug 629404
119 + echo "-Djdk.util.zip.ensureTrailingSlash=false" >> bin/studio64.vmoptions || die
120 + echo "-Djdk.util.zip.ensureTrailingSlash=false" >> bin/studio.vmoptions || die
121 +}
122 +
123 +src_compile() {
124 + :
125 +}
126 +
127 +src_install() {
128 + local dir="/opt/${PN}"
129 +
130 + insinto "${dir}"
131 + doins -r *
132 +
133 + # Replaced bundled jre with system vm/jdk
134 + # This is really a bundled jdk not a jre
135 + rm -rf "${ED%/}${dir}/jre" || die
136 + dosym "../../etc/java-config-2/current-system-vm" "${dir}/jre"
137 +
138 + fperms 755 "${dir}/bin/studio.sh" "${dir}"/bin/fsnotifier{,64}
139 + fperms 755 "${dir}"/bin/*.py "${dir}"/bin/*.sh
140 + chmod -R 755 "${ED%/}${dir}"/bin/lldb/{android,bin} || die
141 + chmod 755 "${ED%/}${dir}"/gradle/gradle-*/bin/gradle || die
142 +
143 + newicon "bin/studio.png" "${PN}.png"
144 + make_wrapper ${PN} ${dir}/bin/studio.sh
145 + make_desktop_entry ${PN} "Android Studio" ${PN} "Development;IDE" "StartupWMClass=jetbrains-studio"
146 +}