jauhien     14/05/11 21:14:33

  Added:                metadata.xml
                        android-studio-0.5.8.135.1155795.ebuild ChangeLog
  Log:
  Initial import, closing bug #510030, thanks to Jason Zaman and Manuel Rueger
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0xB2EFA1D4)

Revision  Changes    Path
1.1                  dev-util/android-studio/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<herd>proxy-maintainers</herd>
        <maintainer>
                <email>gen...@perfinion.com</email>
                <name>Jason Zaman</name>
                <description>Proxy-Maintainer. Assign bugs to him</description>
        </maintainer>
</pkgmetadata>



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

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

Index: android-studio-0.5.8.135.1155795.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.8.135.1155795.ebuild,v
 1.1 2014/05/11 21:14:32 jauhien 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"
}



1.1                  dev-util/android-studio/ChangeLog

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

Index: ChangeLog
===================================================================
# 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 $

*android-studio-0.5.8.135.1155795 (11 May 2014)

  11 May 2014;  <jauh...@gentoo.org> +android-studio-0.5.8.135.1155795.ebuild,
  +metadata.xml:
  Initial import, closing bug #510030, thanks to Jason Zaman and Manuel Rueger




Reply via email to