Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/android-studio: android-studio-0.8.6.135.1339820.ebuild ChangeLog android-studio-0.5.8.135.1155795.ebuild android-studio-0.6.1.135.1224218.ebuild android-studio-0.5.9.135.1195882.ebuild
Date: Wed, 03 Sep 2014 19:29:11
Message-Id: 20140903192908.2020F4A04@oystercatcher.gentoo.org
1 swift 14/09/03 19:29:08
2
3 Modified: ChangeLog
4 Added: android-studio-0.8.6.135.1339820.ebuild
5 Removed: android-studio-0.5.8.135.1155795.ebuild
6 android-studio-0.6.1.135.1224218.ebuild
7 android-studio-0.5.9.135.1195882.ebuild
8 Log:
9 Bump version (bug #5213400). Drop older editions. Thanks to Jason Zaman (perfinion)
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
12
13 Revision Changes Path
14 1.5 dev-util/android-studio/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?rev=1.5&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?rev=1.5&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?r1=1.4&r2=1.5
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v
23 retrieving revision 1.4
24 retrieving revision 1.5
25 diff -u -r1.4 -r1.5
26 --- ChangeLog 5 Jul 2014 08:40:37 -0000 1.4
27 +++ ChangeLog 3 Sep 2014 19:29:08 -0000 1.5
28 @@ -1,6 +1,16 @@
29 # ChangeLog for dev-util/android-studio
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.4 2014/07/05 08:40:37 swift Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.5 2014/09/03 19:29:08 swift Exp $
33 +
34 +*android-studio-0.8.6.135.1339820 (03 Sep 2014)
35 +
36 + 03 Sep 2014; Sven Vermeulen <swift@g.o>
37 + +android-studio-0.8.6.135.1339820.ebuild,
38 + -android-studio-0.5.8.135.1155795.ebuild,
39 + -android-studio-0.5.9.135.1195882.ebuild,
40 + -android-studio-0.6.1.135.1224218.ebuild:
41 + Bump version (bug #5213400). Drop older editions. Thanks to Jason Zaman
42 + (perfinion)
43
44 *android-studio-0.8.1.135.1248636 (05 Jul 2014)
45
46
47
48
49 1.1 dev-util/android-studio/android-studio-0.8.6.135.1339820.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-0.8.6.135.1339820.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-0.8.6.135.1339820.ebuild?rev=1.1&content-type=text/plain
53
54 Index: android-studio-0.8.6.135.1339820.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/android-studio-0.8.6.135.1339820.ebuild,v 1.1 2014/09/03 19:29:08 swift Exp $
59
60 EAPI=5
61 inherit eutils versionator
62
63 RESTRICT="strip"
64 QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
65 STUDIO_V=$(get_version_component_range 1-3)
66 BUILD_V=$(get_version_component_range 4-5)
67 DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
68 HOMEPAGE="http://developer.android.com/sdk/installing/studio.html"
69 SRC_URI="http://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip"
70
71 LICENSE="Apache-2.0"
72 SLOT="0"
73 IUSE=""
74 KEYWORDS="~amd64 ~x86"
75
76 DEPEND="app-arch/zip"
77 RDEPEND=">=virtual/jdk-1.7"
78 S=${WORKDIR}/${PN}
79
80 src_install() {
81 local dir="/opt/${PN}"
82
83 insinto "${dir}"
84 doins -r *
85 fperms 755 "${dir}/bin/studio.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
86
87 newicon "bin/idea.png" "${PN}.png"
88 make_wrapper ${PN} ${dir}/bin/studio.sh
89 make_desktop_entry ${PN} "Android Studio" ${PN} "Development;IDE"
90 }