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: Sun, 23 Oct 2022 21:04:26 +0000 (UTC)	[thread overview]
Message-ID: <1666558103.2631f5c72c2e87a23e767ba8ec7d7a09c977f334.cybertailor@gentoo> (raw)

commit:     2631f5c72c2e87a23e767ba8ec7d7a09c977f334
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Oct 23 15:06:54 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Oct 23 20:48:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2631f5c7

dev-lang/crystal-bin: new package, add 1.6.1

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.1.ebuild | 50 +++++++++++++++++++++++++++
 dev-lang/crystal-bin/metadata.xml             | 16 +++++++++
 3 files changed, 68 insertions(+)

diff --git a/dev-lang/crystal-bin/Manifest b/dev-lang/crystal-bin/Manifest
new file mode 100644
index 000000000..404e42105
--- /dev/null
+++ b/dev-lang/crystal-bin/Manifest
@@ -0,0 +1,2 @@
+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

diff --git a/dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild b/dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild
new file mode 100644
index 000000000..3bd88def4
--- /dev/null
+++ b/dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild
@@ -0,0 +1,50 @@
+# 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
+}
+
+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
+}

diff --git a/dev-lang/crystal-bin/metadata.xml b/dev-lang/crystal-bin/metadata.xml
new file mode 100644
index 000000000..adf649842
--- /dev/null
+++ b/dev-lang/crystal-bin/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<longdescription lang="en">
+		Crystal is a programming language that resembles Ruby but compiles to
+		native code and tries to be much more efficient, at the cost of
+		disallowing certain dynamic aspects of Ruby.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">crystal-lang/crystal</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-10-23 21:04 UTC|newest]

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