From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/gshards/files/0.1/, dev-util/gshards/
Date: Sat, 27 Apr 2024 11:10:12 +0000 (UTC) [thread overview]
Message-ID: <1714211404.26b60c9829a81782f1e45b2664ea65cfbb910e1e.davidroman@gentoo> (raw)
commit: 26b60c9829a81782f1e45b2664ea65cfbb910e1e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 27 05:29:37 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr 27 09:50:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26b60c98
dev-util/gshards: drop 0.1-r1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-util/gshards/files/0.1/gshards-get-pkgname.cr | 10 ------
dev-util/gshards/files/0.1/gshards-has-targets.cr | 14 --------
dev-util/gshards/gshards-0.1-r1.ebuild | 40 -----------------------
3 files changed, 64 deletions(-)
diff --git a/dev-util/gshards/files/0.1/gshards-get-pkgname.cr b/dev-util/gshards/files/0.1/gshards-get-pkgname.cr
deleted file mode 100644
index 4a19472219..0000000000
--- a/dev-util/gshards/files/0.1/gshards-get-pkgname.cr
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-require "yaml"
-
-yaml = File.open("shard.yml") do |file|
- YAML.parse(file)
-end
-
-puts yaml["name"].as_s
diff --git a/dev-util/gshards/files/0.1/gshards-has-targets.cr b/dev-util/gshards/files/0.1/gshards-has-targets.cr
deleted file mode 100644
index 1b2eb308ed..0000000000
--- a/dev-util/gshards/files/0.1/gshards-has-targets.cr
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-require "yaml"
-
-yaml = File.open("shard.yml") do |file|
- YAML.parse(file)
-end
-
-if yaml["targets"]?
- exit(0)
-end
-
-exit(1)
diff --git a/dev-util/gshards/gshards-0.1-r1.ebuild b/dev-util/gshards/gshards-0.1-r1.ebuild
deleted file mode 100644
index 3e288542cd..0000000000
--- a/dev-util/gshards/gshards-0.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit crystal-utils multiprocessing toolchain-funcs
-
-DESCRIPTION="Small helper tools to aid installing Crystal packages in Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-S="${WORKDIR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-libs/boehm-gc
- dev-libs/libevent:=
- dev-libs/libpcre:3
- dev-libs/libyaml
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${CRYSTAL_DEPS}"
-
-QA_FLAGS_IGNORED='.*'
-
-src_configure() {
- crystal_configure
- tc-export CC
-}
-
-src_compile() {
- for prog in "${FILESDIR}"/${PV}/gshards-*.cr; do
- ecrystal build "${prog}" --verbose --threads=$(makeopts_jobs)
- done
-}
-
-src_install() {
- dobin gshards-*
-}
reply other threads:[~2024-04-27 11:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1714211404.26b60c9829a81782f1e45b2664ea65cfbb910e1e.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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