swift 14/06/23 18:54:41 Modified: ChangeLog Added: android-studio-0.6.1.135.1224218.ebuild Log: Bump android studio, thanks to jason perfinion (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.3 dev-util/android-studio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 1 Jun 2014 21:21:27 -0000 1.2 +++ ChangeLog 23 Jun 2014 18:54:41 -0000 1.3 @@ -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.2 2014/06/01 21:21:27 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.3 2014/06/23 18:54:41 swift Exp $ + +*android-studio-0.6.1.135.1224218 (23 Jun 2014) + + 23 Jun 2014; Sven Vermeulen <[email protected]> + +android-studio-0.6.1.135.1224218.ebuild: + Bump android studio, thanks to jason perfinion *android-studio-0.5.9.135.1195882 (01 Jun 2014) 1.1 dev-util/android-studio/android-studio-0.6.1.135.1224218.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-0.6.1.135.1224218.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-0.6.1.135.1224218.ebuild?rev=1.1&content-type=text/plain Index: android-studio-0.6.1.135.1224218.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.6.1.135.1224218.ebuild,v 1.1 2014/06/23 18:54:41 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.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" }
