public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/carapace/
Date: Sat, 21 Jun 2025 05:09:54 +0000 (UTC)	[thread overview]
Message-ID: <1750482448.69fba7aff7a48d6ff375096ae6c90810a415609a.freijon@gentoo> (raw)

commit:     69fba7aff7a48d6ff375096ae6c90810a415609a
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sat Jun 21 05:05:24 2025 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sat Jun 21 05:07:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69fba7af

app-shells/carapace: drop 1.3.2

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 app-shells/carapace/Manifest              |  2 --
 app-shells/carapace/carapace-1.3.2.ebuild | 43 -------------------------------
 2 files changed, 45 deletions(-)

diff --git a/app-shells/carapace/Manifest b/app-shells/carapace/Manifest
index ecca937a1e..abe913d93d 100644
--- a/app-shells/carapace/Manifest
+++ b/app-shells/carapace/Manifest
@@ -1,4 +1,2 @@
-DIST carapace-1.3.2-deps.tar.xz 2994144 BLAKE2B 7d20782e4268b8878e20c465ba1f28426bde0cc55fc2d420d9754985d24335f69a020a890c3c21ba2dae01e716c177f464b104dcb857e7a7dd3a6f8eae5d17cb SHA512 2da64f26fe46aa64542f84426a4d2ddd97575519f394efe36fd19167902b0fb173171e3e19a7c2752e51cab4831872373e1e4124b130546d615037239919212a
-DIST carapace-1.3.2.tar.gz 17417475 BLAKE2B 7da29568ff6e34a880959650d4dd1f3be6f7340496f2f94b3460149c3d81b204e10738396eeacd7dd4b65a6c231180d56a349991bac176b9435c9a0cb5beda7d SHA512 e7b04c5b8c3f71a0c58fb054cab4fc85635602db13e4fd097b32169d5711253d0c11a3eaa73f7782ac07fe45441afffd02df3ad611d43ba02ef15aab991f6bee
 DIST carapace-1.3.3-deps.tar.xz 2996008 BLAKE2B c115ac47cef343fa81314f49670419151b15059d3b745e5fa6f781e03987b7d2da82b54fed552e71f24cf23486723d1d1d4cc722ad8b50092689617fc6748368 SHA512 d8eb74592edfff6a49f1cc44f11f5d71d6ea9928e557a3a8c842d53049a1c1348be46aeb8d8c85dbf1f91128b5b11c5235ee5de4a04249b9b8ec3b11684f9f2b
 DIST carapace-1.3.3.tar.gz 17418650 BLAKE2B 4e55082b68890886d50ca0adb211770666363ffe640facee368ec681ea9f71c4afee9234696888ec7e30080f459702108f88716534c68e7344e9ae4515c83747 SHA512 87cbcd9edc4fc74d694400fe670e40637bd1b869fa0bea693a716077df1e30ebec8bb94a5dfac09d53ebaa0c0d107b8238b74730799d17f8ff35946cf51de3a3

diff --git a/app-shells/carapace/carapace-1.3.2.ebuild b/app-shells/carapace/carapace-1.3.2.ebuild
deleted file mode 100644
index b9400c753e..0000000000
--- a/app-shells/carapace/carapace-1.3.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Multi-shell multi-command argument completer"
-HOMEPAGE="https://carapace.sh/"
-SRC_URI="https://github.com/${PN}-sh/${PN}-bin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-DEPS_URI="https://github.com/freijon/${PN}-bin/releases/download/v${PV}/${P}-deps.tar.xz"
-SRC_URI+=" ${DEPS_URI}"
-
-S="${WORKDIR}/${PN}-bin-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-	>=dev-lang/go-1.23.1
-"
-
-DOCS=(
-	"README.md"
-)
-HTML_DOCS=(
-	"docs/book/"
-)
-
-src_compile() {
-	pushd "cmd/${PN}"
-	ego generate ./...
-	ego build -ldflags="-s -w" -tags release
-}
-
-src_install() {
-	dobin "cmd/${PN}/${PN}"
-	mv "docs/src" "docs/book" || die
-	rm -r "docs/book/release_notes" || die
-	einstalldocs
-}


             reply	other threads:[~2025-06-21  5:09 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-21  5:09 Jonas Frei [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-15  8:04 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/carapace/ Jonas Frei
2025-09-15  8:04 Jonas Frei
2025-07-28  4:45 Jonas Frei
2025-07-28  4:45 Jonas Frei
2025-07-23 18:25 Jonas Frei
2025-07-23 18:25 Jonas Frei
2025-06-21  5:09 Jonas Frei
2025-05-25 15:51 Jonas Frei
2025-05-25 15:51 Jonas Frei
2025-05-06 18:01 Jonas Frei
2025-05-06 18:01 Jonas Frei
2025-04-17 12:30 Jonas Frei
2025-04-17 12:30 Jonas Frei
2025-01-28 18:10 Jonas Frei
2025-01-28 18:10 Jonas Frei
2024-12-17 19:05 Jonas Frei
2024-12-17 19:05 Jonas Frei
2024-12-13  5:13 Jonas Frei
2024-12-13  5:13 Jonas Frei
2024-10-06  4:21 Jonas Frei
2024-10-06  4:21 Jonas Frei
2024-10-06  4:21 Jonas Frei
2024-09-23 11:23 Jonas Frei
2024-09-23 11:23 Jonas Frei
2024-08-10  5:19 Jonas Frei
2024-08-10  5:19 Jonas Frei
2024-06-30 15:57 Jonas Frei
2024-06-30 15:57 Jonas Frei
2024-06-15  7:15 Jonas Frei
2024-06-15  7:15 Jonas Frei
2024-05-12 17:56 Jonas Frei
2024-05-12 17:56 Jonas Frei
2024-04-15 18:18 Jonas Frei
2024-04-15 18:18 Jonas Frei
2024-04-15 18:18 Jonas Frei
2024-03-24 19:16 Jonas Frei
2024-03-24  7:47 Jonas Frei
2024-02-23  6:13 Jonas Frei
2024-02-23  6:13 Jonas Frei
2024-02-14 19:17 Jonas Frei
2024-02-14 19:17 Jonas Frei
2024-01-29 19:31 Jonas Frei
2024-01-29 19:31 Jonas Frei
2024-01-04 10:49 Jonas Frei
2024-01-04 10:49 Jonas Frei
2023-12-05  4:56 Jonas Frei
2023-12-05  4:56 Jonas Frei
2023-11-28  4:48 Jonas Frei
2023-11-16 20:17 Jonas Frei

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=1750482448.69fba7aff7a48d6ff375096ae6c90810a415609a.freijon@gentoo \
    --to=freijon@pm.me \
    --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