Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scala-ide/
Date: Wed, 13 Jun 2018 10:09:26
Message-Id: 1528884551.e36b54608896fbff53ebb2d1be73dba012c52dd9.monsieurp@gentoo
1 commit: e36b54608896fbff53ebb2d1be73dba012c52dd9
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 10:07:58 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 10:09:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36b5460
7
8 dev-util/scala-ide: clean up old.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-util/scala-ide/Manifest | 2 --
13 dev-util/scala-ide/scala-ide-4.1.0.ebuild | 49 -------------------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/dev-util/scala-ide/Manifest b/dev-util/scala-ide/Manifest
17 index 266697a459d..7fdf928a469 100644
18 --- a/dev-util/scala-ide/Manifest
19 +++ b/dev-util/scala-ide/Manifest
20 @@ -1,5 +1,3 @@
21 -DIST scala-SDK-4.1.0-vfinal-2.11-linux.gtk.x86.tar.gz 232347349 BLAKE2B 14b1983537641dcf8ee9f61e29798ebf705a57e24c2c692f55eb8bd4ad07e48948a73420015f61dea5ca576a975dd7854c24f7559c4f4c452634191f752ae097 SHA512 f3d8bff300ee772e07f9c9287c37428d5ddf50bd750dcc86b6a28d9ad5a0b891fa8ce810599e754ac06bf48786a9c58b981055c29976c37b2c530466591d171a
22 -DIST scala-SDK-4.1.0-vfinal-2.11-linux.gtk.x86_64.tar.gz 232491001 BLAKE2B 021bad9b9eb49dfdf60d11f8d2b03b8288ff1b5efb14d1b16d8b5afadaff2162f87c2d6a2ef24d5779fdd0110d9806dc506582bd993a02580511e50834ffb48a SHA512 d5b8fe3cb3d6623e2f29e0ad5d279b363143c9b392ea5d91092ecb9de765828ac0c50c74ff879f7c825099b22a833ad3acbb0c2cfcd51c769ee19082905b63eb
23 DIST scala-SDK-4.3.0-vfinal-2.11-linux.gtk.x86.tar.gz 237898838 BLAKE2B 0d5044340945d6a5d1630c3e48790fb4f8af17b2fb9a54e14138b18891ccd9409cb6f95bf07d9061813b14a9b7449322903f4e12d0bb12211f6f4bb9383a9065 SHA512 b8fcac4e0eeace0d146028e2f1551cdd3f58d38830430080e7aa5ccd581ae6a31992a5d1f39b6e8fcb30979953f0b9777166d2de73d7310621c9e7fa2e620f3d
24 DIST scala-SDK-4.3.0-vfinal-2.11-linux.gtk.x86_64.tar.gz 238040666 BLAKE2B 8b425a726eaf62ce71b25f77ab376d04e00900ad640dddbd08f434cd0c78e6c18f41b9c7a8495711600765a3e864cbdfc2757c984290ccb76b3bc59a1ff28caa SHA512 70f3a481065f79532a4a0463e2549e4ecb0590e6d6e1ca7704629eced4393a7e4f7b22cd7c368a852c1d8f63cff949db02a7dd7f1be71cd30f52219c5cfbefd5
25 DIST scala-SDK-4.7.0-vfinal-2.12-linux.gtk.x86_64.tar.gz 281266580 BLAKE2B dd7e38385228e5bcb5d9997324e5f9abeba8b9c1a09bb503eb0b10368df89ee48357900123e230341880356f24eb1e3138326970e4dc6bd85204a48422a464b4 SHA512 622f930b665b1187baaa416f3172dc6b48551148c6267fa251e1ab17cdc5c78cccce07371ce909e59af0202d7e9a0126aa9e1d22798e0498f217e7e541e0e1a8
26
27 diff --git a/dev-util/scala-ide/scala-ide-4.1.0.ebuild b/dev-util/scala-ide/scala-ide-4.1.0.ebuild
28 deleted file mode 100644
29 index ed655153400..00000000000
30 --- a/dev-util/scala-ide/scala-ide-4.1.0.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit java-pkg-opt-2
39 -
40 -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"
41 -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"
42 -
43 -DESCRIPTION="The Scala IDE"
44 -HOMEPAGE="http://www.scala-ide.org"
45 -KEYWORDS="amd64 x86"
46 -SRC_URI="
47 - amd64? ( ${SRC_URI_AMD64} )
48 - x86? ( ${SRC_URI_X86} )
49 -"
50 -
51 -SLOT="0"
52 -LICENSE="BSD"
53 -
54 -DEPEND=">=virtual/jdk-1.6
55 - || (
56 - dev-lang/scala
57 - dev-lang/scala-bin
58 - )"
59 -RDEPEND=">=virtual/jre-1.6"
60 -
61 -MY_D="/opt"
62 -
63 -src_unpack() {
64 - unpack ${A}
65 - mv "${WORKDIR}"/eclipse "${WORKDIR}"/"${P}"
66 -}
67 -
68 -src_prepare() {
69 - mv "${WORKDIR}"/"${P}"/eclipse "${WORKDIR}"/"${P}"/"${PN}"
70 -}
71 -
72 -src_install() {
73 - cd "${D}" || die
74 - dodir "${MY_D}" || die
75 - insinto "${MY_D}"
76 - doins -r "${WORKDIR}"/"${P}" || die
77 - insopts -m 0755
78 - insinto "${MY_D}"/"${P}"
79 - doins "${WORKDIR}"/"${P}"/"${PN}" || die
80 - dosym ${MY_D}/${P}/${PN} /usr/bin/${PN} || die
81 -}