From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/scala-bin/
Date: Mon, 12 Jul 2021 07:51:42 +0000 (UTC) [thread overview]
Message-ID: <1626076295.ec29f081b7c8ec4f62800c5eff19a1e3dec84718.fordfrog@gentoo> (raw)
commit: ec29f081b7c8ec4f62800c5eff19a1e3dec84718
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 07:51:35 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 07:51:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec29f081
dev-lang/scala-bin: removed obsolete 2.13.1-r1
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-lang/scala-bin/Manifest | 1 -
dev-lang/scala-bin/scala-bin-2.13.1-r1.ebuild | 77 ---------------------------
2 files changed, 78 deletions(-)
diff --git a/dev-lang/scala-bin/Manifest b/dev-lang/scala-bin/Manifest
index 3d736c36968..23816a53fc3 100644
--- a/dev-lang/scala-bin/Manifest
+++ b/dev-lang/scala-bin/Manifest
@@ -1,2 +1 @@
-DIST scala-2.13.1.tgz 19685743 BLAKE2B aaff6db71023f539d08da521ab1ff505a626605d9c298472d0c2e98a9a13d6b8440e89cf5ff4a53b7b9bcc48cbc1e3b55cc253563f54f18c369e13fc8c00a6c2 SHA512 028aa237c471cada1501cd5764b3c384c3f50e9fc327cddd3fa7c79e9cc909d86bf84d5fc28103054600f879a60c546fc45a837cdca54964eb57ec77f9c1613e
DIST scala-2.13.6.tgz 23407489 BLAKE2B b65db49968dcbce2f5586aafaa4cd437156050050f209cce4a7d5edc18dfca3ebb60d2a726b4a26902723f993b78a673909c1139eb67e8eea4f35a4842b33c70 SHA512 445267cd7c1ddb8ef94d2edeb36567318c66429c88fcb183840998dc204a10253df09c33eb4de2f87b68b1a8cd4f557910fa3f061d4316314653eb64e91c0188
diff --git a/dev-lang/scala-bin/scala-bin-2.13.1-r1.ebuild b/dev-lang/scala-bin/scala-bin-2.13.1-r1.ebuild
deleted file mode 100644
index 9469077928d..00000000000
--- a/dev-lang/scala-bin/scala-bin-2.13.1-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc"
-
-inherit java-pkg-2
-
-MY_PN="${PN%-*}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The Scala Programming Language"
-HOMEPAGE="http://scala.epfl.ch/"
-SRC_URI="http://downloads.lightbend.com/${MY_PN}/${PV}/${MY_P}.tgz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND="
- >=virtual/jre-1.6
- !dev-lang/scala"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
- ebegin 'Cleaning .bat files'
- rm -f bin/*.bat || die
- eend $?
-
- ebegin 'Patching SCALA_HOME variable in bin/ directory'
- local f
- for f in bin/*; do
- sed -i -e 's#\(SCALA_HOME\)=.*#\1=/usr/share/scala-bin#' "$f" || die
- done
- eend $?
-}
-
-src_compile() {
- :;
-}
-
-src_install() {
- ebegin 'Installing bin scripts'
- dobin bin/*
- eend $?
-
- ebegin 'Installing jar files'
-
- cd lib/ || die
-
- # Unversion those libs.
- java-pkg_newjar jline-*.jar jline.jar
- java-pkg_newjar scalap-*.jar scalap.jar
-
- # Install these the usual way.
- java-pkg_dojar scala-compiler.jar
- java-pkg_dojar scala-library.jar
- java-pkg_dojar scala-reflect.jar
-
- eend $?
-
- cd ../ || die
-
- ebegin 'Installing man pages'
- doman man/man1/*.1
- eend $?
-
- if use doc; then
- ebegin 'Installing documentation'
- java-pkg_dohtml -r doc/tools
- eend $?
- fi
-}
next reply other threads:[~2021-07-12 7:51 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-12 7:51 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-29 6:09 [gentoo-commits] repo/gentoo:master commit in: dev-lang/scala-bin/ Miroslav Šulc
2023-06-28 17:43 Sam James
2023-06-28 13:54 Sam James
2022-09-28 15:39 Florian Schmaus
2021-07-12 6:35 Agostino Sarubbo
2021-07-11 20:51 Sam James
2021-06-08 13:25 Patrice Clement
2021-06-08 13:25 Patrice Clement
2020-06-20 14:37 Patrice Clement
2020-06-20 14:37 Patrice Clement
2020-03-31 18:18 Patrice Clement
2019-06-01 21:56 Patrice Clement
2018-06-24 16:53 Patrice Clement
2018-01-05 15:02 Patrice Clement
2017-11-25 14:08 Patrick Lauer
2016-12-19 14:51 Patrice Clement
2016-12-19 14:51 Patrice Clement
2016-12-19 14:51 Patrice Clement
2016-11-27 16:45 Patrice Clement
2015-09-25 20:28 Patrice Clement
2015-09-25 20:28 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1626076295.ec29f081b7c8ec4f62800c5eff19a1e3dec84718.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox