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: Thu, 26 Jan 2023 20:53:30 +0000 (UTC)	[thread overview]
Message-ID: <1674766323.292ded56d1ce1bd7f6602f126a186390153ed1d6.cybertailor@gentoo> (raw)

commit:     292ded56d1ce1bd7f6602f126a186390153ed1d6
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 25 15:23:11 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jan 26 20:52:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=292ded56

dev-lang/crystal-bin: add 1.7.2, drop 1.6.2

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

 dev-lang/crystal-bin/Manifest                                     | 4 ++--
 .../{crystal-bin-1.6.2.ebuild => crystal-bin-1.7.2.ebuild}        | 8 +++-----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-lang/crystal-bin/Manifest b/dev-lang/crystal-bin/Manifest
index 5d97ab0fa..abc8eb664 100644
--- a/dev-lang/crystal-bin/Manifest
+++ b/dev-lang/crystal-bin/Manifest
@@ -1,4 +1,4 @@
-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
 DIST crystal-1.7.0-1-linux-x86_64.tar.gz 41095174 BLAKE2B 0c6c449e8f94c17865b855035185cdf84db7f6d9d64f8f829eda070de83c0c149a3a21e7ddeb892e80984dbbd9c53ff557d25ca8562f8f14079b11ce33e2eef2 SHA512 1e20b46b7b4bd66a572c48e8020a5cdf8f8de26e206757ee85d16e59b3ccb7e92ba8b1328e0e24c8638d98276c176d4cfaf499f275bf437689621afa77ddc5cf
 DIST crystal-1.7.0-docs.tar.gz 13062490 BLAKE2B 00f8b226279190cb6d483f8841a562eac8c802caec09b77379ecbdafc7381243493badc883ee09ffacc676048c405b36b363387805127fff936e5ee2e2c501f5 SHA512 ca2989d486c840220136f3998db7ab19b58cdda83bb45d5aea861edf76301b178cb61b5ea7d2879f8d7bcccc57f81f2379bf3657978ad0c3c871275727f77a3f
+DIST crystal-1.7.2-1-linux-x86_64.tar.gz 41103664 BLAKE2B 399f5703fe907bed55b002d3d85873871c55e5d091c6342c3dc8356b219d5190ee3bf94456c0d4f169f4e2dee1f62cb42acbe707db9ee46c12a6ac4d60c4b5a4 SHA512 374e1a26f4540a0b368edd280dbab77d39237104432d4998f067e042de05bc58340d6a80ce569d5089b73e0d9b79fa5c65c04ea51f88ac5b0294af81d54d81ca
+DIST crystal-1.7.2-docs.tar.gz 13061662 BLAKE2B 69c70d349e3617119f76049f7177a09fb5d3a0fd204a0d4d6a34b19bcefc9ac5779d6caa570a464a1992a0a867ebf79f66f04ad78d24acd8717bc0877a58b31f SHA512 e33842bbaefcbe64cc8c16dc0b92dbfa35499255261a2238623bbe7653fde49a85d61e68e324e6243cfae3531862302225bcffbaa6e1ce7986633ca1ad733f84

diff --git a/dev-lang/crystal-bin/crystal-bin-1.6.2.ebuild b/dev-lang/crystal-bin/crystal-bin-1.7.2.ebuild
similarity index 90%
rename from dev-lang/crystal-bin/crystal-bin-1.6.2.ebuild
rename to dev-lang/crystal-bin/crystal-bin-1.7.2.ebuild
index 04616d364..35dec1a2e 100644
--- a/dev-lang/crystal-bin/crystal-bin-1.6.2.ebuild
+++ b/dev-lang/crystal-bin/crystal-bin-1.7.2.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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
+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"


             reply	other threads:[~2023-01-26 20:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26 20:53 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-08 22:58 [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/crystal-bin/ 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-09 20:38 Anna Vyalkova
2022-11-16 14:30 Anna Vyalkova
2022-11-04 13:31 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=1674766323.292ded56d1ce1bd7f6602f126a186390153ed1d6.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