public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/crystal-bin/
Date: Fri,  4 Nov 2022 13:31:36 +0000 (UTC)	[thread overview]
Message-ID: <1667568690.909102c56162b6d605a17eb4fb97ecdd07979fd0.cybertailor@gentoo> (raw)

commit:     909102c56162b6d605a17eb4fb97ecdd07979fd0
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov  4 13:31:30 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov  4 13:31:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=909102c5

dev-lang/crystal-bin: add 1.6.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-lang/crystal-bin/Manifest                 |  2 ++
 dev-lang/crystal-bin/crystal-bin-1.6.2.ebuild | 52 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-lang/crystal-bin/Manifest b/dev-lang/crystal-bin/Manifest
index 404e42105..79211025b 100644
--- a/dev-lang/crystal-bin/Manifest
+++ b/dev-lang/crystal-bin/Manifest
@@ -1,2 +1,4 @@
 DIST crystal-1.6.1-1-linux-x86_64.tar.gz 41814003 BLAKE2B 62e1ed63b0bcfd0d03dfec23f27ea722dc9b4acf1928925ee512288bdca72ae39871625e06bada232e2ee5ac1cd21f49e556a161954349d55bd6ad443dcf0744 SHA512 b1bf4b17025c45fe23b01df7b393248301fe80bf6d11dafc7c5d476539ebdf7897f4de40f2e1559fee04378033dc54b19c78ed505e9b9c5b768944692f58ff5b
 DIST crystal-1.6.1-docs.tar.gz 12986588 BLAKE2B 57d2b71e7377d68ff346009452a163e173225071a14180081573953b0505222b1b1c0d3f3e338017e4e1249b9e1647ea4419c19dc3e8ef32f0ffd7eda8061c8d SHA512 fceea50c576241ac28799a5da55acff421a6d54b752a0cfab0b75bf66f6f259e6fccc7804d48ae4e68d03463dad1fd9d2865e2d6c1807554199ccd2fd0a0fccc
+DIST crystal-1.6.2-1-linux-x86_64.tar.gz 41814064 BLAKE2B e4be9024a93b2c8eba09497bab3e3d0aa28215c628d9542e12550cc5668c2218181882b76c0906bfd6f9b628df68c35056e3565b0d37f9c7e2c4ed3f77062bb6 SHA512 7752c82d2bbdbfa2fc2eb1bda554c3a9774c232dd09f8d7947f147bcca1ebd4ef7ae51797a766ba7efa670cc024a3a44e950553774e068dca96d67eddb290c8e
+DIST crystal-1.6.2-docs.tar.gz 12985516 BLAKE2B 5133786bb50b1aee442ba1cf07fd0ea0cb15db4afa9f04069f8605971f5447df71411b64edeac6952699a50e2f1b87f865281d9b5e80ea98b71605e5589c19ae SHA512 b009f49f1e3af6a5c8d73b51ff1c531ff13dcd70468041af2598411d320384a2da9e1d6dcd89dfb4e442e8b058796bb2a2e87a54c2089d0885f97ec86dd8bf90

diff --git a/dev-lang/crystal-bin/crystal-bin-1.6.2.ebuild b/dev-lang/crystal-bin/crystal-bin-1.6.2.ebuild
new file mode 100644
index 000000000..ffdd08f11
--- /dev/null
+++ b/dev-lang/crystal-bin/crystal-bin-1.6.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_MAX_SLOT=14
+
+MY_PN="${PN%-bin}"
+BV=${PV}-1
+BV_AMD64=${BV}-linux-x86_64
+
+DESCRIPTION="The Crystal Programming Language"
+HOMEPAGE="https://crystal-lang.org https://github.com/crystal-lang/crystal"
+SRC_URI="
+	amd64? ( https://github.com/${MY_PN}-lang/${MY_PN}/releases/download/${PV}/${MY_PN}-${BV_AMD64}.tar.gz )
+	doc? ( https://github.com/${MY_PN}-lang/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}-docs.tar.gz )
+"
+S="${WORKDIR}/${MY_PN}-${BV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="doc"
+
+# file collisions
+RDEPEND="
+	!dev-lang/crystal
+	!games-mud/crystal
+	!sci-chemistry/tinker
+"
+
+QA_PREBUILT="usr/bin/.*"
+
+src_prepare() {
+	default
+
+	rm -r share/licenses || die
+	gunzip share/man/*/*.gz || die
+}
+
+src_install() {
+	dobin bin/*
+
+	insinto /usr
+	doins -r share
+
+	insinto /usr/$(get_libdir)
+	doins -r lib/crystal
+
+	use doc && HTML_DOCS=( "${WORKDIR}"/${MY_PN}-${PV}-docs )
+	einstalldocs
+}


             reply	other threads:[~2022-11-04 13:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 13:31 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-29 19:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/crystal-bin/ Anna Vyalkova
2024-10-12  9:49 Anna Vyalkova
2024-08-08 22:58 Anna Vyalkova
2024-06-29  3:57 Anna Vyalkova
2024-04-27  9:50 Anna Vyalkova
2023-07-21 18:00 Anna Vyalkova
2023-05-09 15:43 Anna Vyalkova
2023-04-21 18:52 Anna Vyalkova
2023-04-16 19:13 Anna Vyalkova
2023-03-08 16:45 Anna Vyalkova
2023-01-26 20:53 Anna Vyalkova
2023-01-09 20:38 Anna Vyalkova
2022-11-16 14:30 Anna Vyalkova
2022-10-30  8:38 Anna Vyalkova
2022-10-23 21:04 Anna Vyalkova

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=1667568690.909102c56162b6d605a17eb4fb97ecdd07979fd0.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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