perfinion 15/02/27 11:49:38 Modified: ChangeLog Added: android-studio-1.1.0.135.1740770.ebuild Removed: android-studio-0.8.14.135.1538390.ebuild Log: version bump, drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Revision Changes Path 1.13 dev-util/android-studio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 19 Dec 2014 15:00:54 -0000 1.12 +++ ChangeLog 27 Feb 2015 11:49:38 -0000 1.13 @@ -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.12 2014/12/19 15:00:54 perfinion Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.13 2015/02/27 11:49:38 perfinion Exp $ + +*android-studio-1.1.0.135.1740770 (27 Feb 2015) + + 27 Feb 2015; Jason Zaman <[email protected]> + +android-studio-1.1.0.135.1740770.ebuild, + -android-studio-0.8.14.135.1538390.ebuild: + version bump, drop old *android-studio-1.0.2.135.1653844 (19 Dec 2014) 1.1 dev-util/android-studio/android-studio-1.1.0.135.1740770.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-1.1.0.135.1740770.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-1.1.0.135.1740770.ebuild?rev=1.1&content-type=text/plain Index: android-studio-1.1.0.135.1740770.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/android-studio-1.1.0.135.1740770.ebuild,v 1.1 2015/02/27 11:49:38 perfinion Exp $ EAPI=5 inherit eutils versionator RESTRICT="strip" QA_PREBUILT="opt/${PN}/bin/libbreakgen.so" STUDIO_V=$(get_version_component_range 1-3) BUILD_V=$(get_version_component_range 4-5) if [[ $(get_version_component_count) -gt 5 ]]; then STUDIO_V="${STUDIO_V}-$(get_version_component_range 6-)" fi 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="selinux" KEYWORDS="~amd64 ~x86" DEPEND="app-arch/zip" RDEPEND=">=virtual/jdk-1.7 selinux? ( sec-policy/selinux-android )" 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" }
