public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shards/
Date: Sun, 25 Jun 2023 08:07:27 +0000 (UTC)	[thread overview]
Message-ID: <1687680444.8d2e62cfe45e87bb369d08afa1ec1bfcd97bd520.xgqt@gentoo> (raw)

commit:     8d2e62cfe45e87bb369d08afa1ec1bfcd97bd520
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 08:04:46 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 08:07:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2e62cf

dev-util/shards: drop old 0.17.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-util/shards/Manifest             |  1 -
 dev-util/shards/shards-0.17.2.ebuild | 56 ------------------------------------
 2 files changed, 57 deletions(-)

diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest
index e8e87b17de0b..78275916567f 100644
--- a/dev-util/shards/Manifest
+++ b/dev-util/shards/Manifest
@@ -1,3 +1,2 @@
 DIST crystal-molinillo-0.2.0.tar.gz 23959 BLAKE2B 257dcca66583db87a802b27b1f100e226eb0b6ac53708d110040d7b5560f429a82f11595e303af4922f22917d922d60ea380fb395d254dc3b3ce24f4183395b6 SHA512 7c00a6a3ee4864b712ad8b703557f10498ba0b25491a55ae2f6c02d574034ec5bf8b87df777c3d34eb9cc4c87eebdcf6567c153e9edf3bc3c1b9ac4306ce3dc2
-DIST shards-0.17.2.tar.gz 72048 BLAKE2B 1aab6e12be7300918d2e39d3c529da852fd7bb085a23fb2b4c089901ca2188d8f707b5c6554d3912d06067c9cae2c559d415636445c771ec9ec620deabe408ed SHA512 a3f4343fb3e7c653f8a61384bc159ae5c1dacc97017c7895f65f425a79bfee0af080abe2a98b7a3f2a7e4b0ee4bfc05db53af724d0ffb09cbde64f848599acd1
 DIST shards-0.17.3.tar.gz 72539 BLAKE2B 2be15469df4b8a53ebd480815487f782717ce9d436cddf6acc2559e4c5dd61f06a1089d34b0a31aab2ab3e5334cd10abe513edd2cbe92b84d0fbd1cfc6cb09e5 SHA512 0789cf1fcc0df0f2d7657c034a157f05c0d65ee2c2ecda1f3d8b2d2f1274d584769f8600985fc463bc6632fe0a0822bdc40250aef2a92d1d612d0548ed0f4d2a

diff --git a/dev-util/shards/shards-0.17.2.ebuild b/dev-util/shards/shards-0.17.2.ebuild
deleted file mode 100644
index 7632e49c8393..000000000000
--- a/dev-util/shards/shards-0.17.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multiprocessing toolchain-funcs
-
-CRYSTAL_MOLINILLO_PV=0.2.0
-CRYSTAL_MOLINILLO_P=crystal-molinillo-${CRYSTAL_MOLINILLO_PV}
-
-DESCRIPTION="Dependency manager for the Crystal language"
-HOMEPAGE="https://github.com/crystal-lang/shards/"
-SRC_URI="
-	https://github.com/crystal-lang/shards/archive/v${PV}.tar.gz
-		-> ${P}.tar.gz
-	https://github.com/crystal-lang/crystal-molinillo/archive/v${CRYSTAL_MOLINILLO_PV}.tar.gz
-		-> ${CRYSTAL_MOLINILLO_P}.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-RESTRICT="test"  # missing files in tarball
-
-RDEPEND="
-	>dev-lang/crystal-0.11.1
-	dev-libs/libyaml:=
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md README.md SPEC.md )
-
-QA_PREBUILT=".*"  # Generated by Crystal.
-
-src_prepare() {
-	default
-
-	# bundle crystal-molinillo to bootstrap 'shards'
-	mkdir -p lib || die
-	ln -s ../../${CRYSTAL_MOLINILLO_P} lib/molinillo || die
-
-	tc-export CC
-}
-
-src_compile() {
-	emake release=1 \
-		FLAGS="--link-flags=\"${LDFLAGS}\" --verbose --threads $(makeopts_jobs)"
-}
-
-src_install() {
-	exeinto /usr/bin
-	doexe bin/${PN}
-
-	doman man/*
-	einstalldocs
-}


             reply	other threads:[~2023-06-25  8:07 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-25  8:07 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-util/shards/ Maciej Barć
2025-03-07 19:34 Maciej Barć
2025-03-04 22:45 Sam James
2025-02-05 14:10 Jakov Smolić
2025-01-27 14:51 Maciej Barć
2024-12-27 18:52 Maciej Barć
2024-05-01 16:48 Sam James
2024-03-30 23:09 Maciej Barć
2024-03-30 23:09 Maciej Barć
2024-01-28  6:50 Sam James
2023-12-27  1:20 Maciej Barć
2023-06-25  8:07 Maciej Barć
2023-05-19 17:45 Sam James
2023-04-16 10:02 Maciej Barć
2023-03-26  2:57 Sam James
2023-03-04  7:45 Arthur Zamarin
2023-02-12  0:48 Maciej Barć
2023-02-12  0:48 Maciej Barć
2023-02-11 18:54 Jonas Stein
2021-08-26 10:51 Joonas Niilola
2021-08-01  6:39 Joonas Niilola
2021-07-23  7:33 Sergei Trofimovich
2021-07-17 11:22 Sergei Trofimovich
2021-06-30  6:39 Sergei Trofimovich
2021-03-13  9:53 Sergei Trofimovich
2021-03-11  7:49 Sergei Trofimovich
2021-02-26 10:25 Sergei Trofimovich
2021-02-24  8:16 Sergei Trofimovich
2021-01-28  8:09 Sergei Trofimovich
2021-01-23 11:28 Sergei Trofimovich
2020-08-09 18:35 Sergei Trofimovich
2020-08-08  9:58 Sergei Trofimovich
2020-08-06 21:31 Sergei Trofimovich
2020-06-20 19:49 Sergei Trofimovich
2020-06-09  6:42 Sergei Trofimovich
2020-06-06  8:56 Sergei Trofimovich
2020-05-29 22:13 Sergei Trofimovich
2020-05-23 10:13 Sergei Trofimovich
2020-03-25 22:41 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2019-06-14 18:32 Sergei Trofimovich
2018-06-17 21:48 Sergei Trofimovich
2018-06-08 15:36 Sergei Trofimovich
2018-06-08 15:36 Sergei Trofimovich
2018-05-19 16:10 Jonas Stein
2018-01-09 23:09 Sergei Trofimovich
2016-11-25  8:57 Sergei Trofimovich
2016-09-02 16:38 Sergei Trofimovich
2016-07-30  9:50 Sergei Trofimovich
2016-03-20 22:59 Patrice Clement
2016-02-24 21:38 Patrice Clement
2016-02-24 21:38 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=1687680444.8d2e62cfe45e87bb369d08afa1ec1bfcd97bd520.xgqt@gentoo \
    --to=xgqt@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