monsieurp    15/06/28 11:55:10

  Added:                metadata.xml scala-ide-4.1.0.ebuild ChangeLog
  Log:
  Introducing Scala IDE to Portage. Fix bug 482724.
  
  Signed-off-by: Patrice Clement <monsie...@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.1                  dev-util/scala-ide/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scala-ide/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scala-ide/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>java</herd>
  <maintainer>
          <email>monsie...@gentoo.org</email>
  </maintainer>
</pkgmetadata>



1.1                  dev-util/scala-ide/scala-ide-4.1.0.ebuild

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

Index: scala-ide-4.1.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/scala-ide/scala-ide-4.1.0.ebuild,v 
1.1 2015/06/28 11:55:10 monsieurp Exp $
EAPI=5

inherit java-pkg-opt-2

SRC_URI_AMD64="http://downloads.typesafe.com/scalaide-pack/${PV}-vfinal-luna-211-20150525/scala-SDK-${PV}-vfinal-2.11-linux.gtk.x86_64.tar.gz";
SRC_URI_X86="http://downloads.typesafe.com/scalaide-pack/${PV}-vfinal-luna-211-20150525/scala-SDK-${PV}-vfinal-2.11-linux.gtk.x86.tar.gz";

DESCRIPTION="The Scala IDE"
HOMEPAGE="http://www.scala-ide.org";
KEYWORDS="~amd64 ~x86"
SRC_URI="
        amd64? ( ${SRC_URI_AMD64} )
        x86? ( ${SRC_URI_X86} )
"

SLOT="0"
LICENSE="BSD"

DEPEND=">=virtual/jdk-1.6
        || (
                dev-lang/scala
                dev-lang/scala-bin
        )"
RDEPEND=">=virtual/jre-1.6"

MY_D="/opt"

src_unpack() {
        unpack ${A}
        mv "${WORKDIR}"/eclipse "${WORKDIR}"/"${P}"
}

src_prepare() {
        mv "${WORKDIR}"/"${P}"/eclipse "${WORKDIR}"/"${P}"/"${PN}"
}

src_install() {
        cd "${D}" || die
        dodir "${MY_D}" || die
        insinto "${MY_D}"
        doins -r "${WORKDIR}"/"${P}" || die
        insopts -m 0755
        insinto "${MY_D}"/"${P}"
        doins "${WORKDIR}"/"${P}"/"${PN}" || die
        dosym ${MY_D}/${P}/${PN} /usr/bin/${PN} || die
}



1.1                  dev-util/scala-ide/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-util/scala-ide
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/scala-ide/ChangeLog,v 1.1 
2015/06/28 11:55:10 monsieurp Exp $

*scala-ide-4.1.0 (28 Jun 2015)

  28 Jun 2015; Patrice Clement <monsie...@gentoo.org> +metadata.xml,
  +scala-ide-4.1.0.ebuild:
  Introducing Scala IDE to Portage. Fix bug 482724.




Reply via email to