tomwij      14/06/01 21:21:28

  Modified:             ChangeLog
  Added:                android-studio-0.5.9.135.1195882.ebuild
  Log:
  Version bump to 0.5.9.135.1195882; fixes bug #512078, proxied commit for 
Jason Zaman.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  Changes    Path
1.2                  dev-util/android-studio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   11 May 2014 21:14:32 -0000      1.1
+++ ChangeLog   1 Jun 2014 21:21:27 -0000       1.2
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/android-studio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.1 
2014/05/11 21:14:32 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.2 
2014/06/01 21:21:27 tomwij Exp $
+
+*android-studio-0.5.9.135.1195882 (01 Jun 2014)
+
+  01 Jun 2014; Tom Wijsman <tom...@gentoo.org>
+  +android-studio-0.5.9.135.1195882.ebuild:
+  Version bump to 0.5.9.135.1195882; fixes bug #512078, proxied commit for 
Jason
+  Zaman.
 
 *android-studio-0.5.8.135.1155795 (11 May 2014)
 



1.1                  
dev-util/android-studio/android-studio-0.5.9.135.1195882.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-0.5.9.135.1195882.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-0.5.9.135.1195882.ebuild?rev=1.1&content-type=text/plain

Index: android-studio-0.5.9.135.1195882.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-studio/android-studio-0.5.9.135.1195882.ebuild,v
 1.1 2014/06/01 21:21:27 tomwij Exp $

EAPI=5
inherit eutils versionator

RESTRICT="strip"
QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
STUDIO_V=$(get_version_component_range 1-3)
BUILD_V=$(get_version_component_range 4-5)
DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
HOMEPAGE="http://developer.android.com/sdk/installing/studio.html";
SRC_URI="http://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip";

LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"

DEPEND="app-arch/zip"
RDEPEND=">=virtual/jdk-1.6"
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/idea.png" "${PN}.png"
        make_wrapper ${PN} ${dir}/bin/studio.sh
        make_desktop_entry ${PN} "Android Studio" ${PN} "Development;IDE"
}




Reply via email to