public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/android-studio: android-studio-0.8.12.135.1503853.ebuild ChangeLog
@ 2014-10-12  9:39 Sven Vermeulen (swift)
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2014-10-12  9:39 UTC (permalink / raw
  To: gentoo-commits

swift       14/10/12 09:39:08

  Modified:             ChangeLog
  Added:                android-studio-0.8.12.135.1503853.ebuild
  Log:
  Bumping android-studio to 0.8.12.135.1503853, requested by Jason
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	3 Sep 2014 19:29:08 -0000	1.5
+++ ChangeLog	12 Oct 2014 09:39:08 -0000	1.6
@@ -1,6 +1,12 @@
 # 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.5 2014/09/03 19:29:08 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.6 2014/10/12 09:39:08 swift Exp $
+
+*android-studio-0.8.12.135.1503853 (12 Oct 2014)
+
+  12 Oct 2014; Sven Vermeulen <swift@gentoo.org>
+  +android-studio-0.8.12.135.1503853.ebuild:
+  Bumping android-studio to 0.8.12.135.1503853, requested by Jason
 
 *android-studio-0.8.6.135.1339820 (03 Sep 2014)
 



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

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

Index: android-studio-0.8.12.135.1503853.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.8.12.135.1503853.ebuild,v 1.1 2014/10/12 09:39:08 swift 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.7"
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"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-12  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12  9:39 [gentoo-commits] gentoo-x86 commit in dev-util/android-studio: android-studio-0.8.12.135.1503853.ebuild ChangeLog Sven Vermeulen (swift)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox