public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/carapace/
Date: Fri, 23 Feb 2024 13:10:59 +0000 (UTC)	[thread overview]
Message-ID: <1708668727.0095e3ad5e49c0b868dbad9adab3aa87b627f394.davidroman@gentoo> (raw)

commit:     0095e3ad5e49c0b868dbad9adab3aa87b627f394
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Fri Feb 23 06:12:07 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Feb 23 06:12:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0095e3ad

app-shells/carapace: drop 0.30.1

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

 app-shells/carapace/Manifest               |  2 --
 app-shells/carapace/carapace-0.30.1.ebuild | 34 ------------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-shells/carapace/Manifest b/app-shells/carapace/Manifest
index 51bcafa11d..058dc3119c 100644
--- a/app-shells/carapace/Manifest
+++ b/app-shells/carapace/Manifest
@@ -1,6 +1,4 @@
 DIST carapace-0.28.5-deps.tar.xz 2166312 BLAKE2B 9ae03183e1f3f8e3b121f76f226bfe0230ef2c4f2b2f02deffeb42228767b38ad614dd7b32f9e27400db94f87f8e061e84be15fc8930fa55edbb953cea17f9c4 SHA512 f50ae69ce6dc7f06aee4d62e0f4a49b9932c38c58fef67aa6a1dae2bc7852a6c66ad3f80709efb69bbdfd5fa8564c758bb6b72b32d5671d7022c72b5a6cc0b0e
 DIST carapace-0.28.5.tar.gz 12432252 BLAKE2B ae5b0e30d88fdd79eea05094d7b7e2c5365f115a369aef57200175a48eee755cd4e964c8eb0c42fffe1f1d951db4d217af3aa0ff1c814c4643769479694ee9e0 SHA512 ce1746a05075afed1a394b424c8dc796f3c9a9215010fb4f716fde8c230f8a50b616e83883c292f524dff87697a2e5837b9739bb546dc8e58edcbe12f416df9b
-DIST carapace-0.30.1-deps.tar.xz 2203088 BLAKE2B fdeabf4cfe9edf29e85d58e0758f9c853c63db854784cccb1b9d415342f1cc15a87fdf036aa8fb327cdc249ce5750804a06d44976e55f272bb271b60e8351743 SHA512 12b23bf6a0754587fe3ad94e84b12fbf4055db3b470e9890eae4d6c97ca1e6bc763e1a18495646ba38befac0f053c7a3d9be550e3b61cec6326751245087f51e
-DIST carapace-0.30.1.tar.gz 13774355 BLAKE2B 85ca8c72be5e9e05230fa5983e44752a9f9d69d0e56a03da83598fe07fb6b5b316de1b995339df44a875992e74a8dac6f51b1a839f85f8cd410808e575c68a02 SHA512 8dca0d971940745a1cded1b35e56ce3d7bec986f0e1c44c1c50d1b9ac1251bef9754ab196dd13868e28ef08e0f65f85d862f539050e0149114a95f493e5b4eed
 DIST carapace-0.30.2-deps.tar.xz 2206908 BLAKE2B 7ed05934d8512f8e091397c8aa6ca45b4843fb1ab3d5f6cc7ecb7e9c3d75314d919c6f784f214c6f836385e0722faa59e94a48765ca338f0914bb232c9b2b95a SHA512 dd597c786f09798c3c8a6029972e8d4627fa2d3d4f5dce2771d4a88c969daa85738b99b8e34896a26a168e115310231b7b6898b8e607375de0840be42d3bc7a1
 DIST carapace-0.30.2.tar.gz 13819214 BLAKE2B 8dce39ece1f216dbf9a109be5f8bbaf0d1dd9d7756402bdee64caf50ebf2770c24f068e541b0528f98e429acb1aa43231300fe74590385629ec69b7c73718869 SHA512 142cfb1d99df10507f27f1fc20b6639f84307182bd37eed3a6797f39b646f2315875873cd6ecfeb497dfdaf4b3bf9293dc96bd2e494661612bd949a62c2e495b

diff --git a/app-shells/carapace/carapace-0.30.1.ebuild b/app-shells/carapace/carapace-0.30.1.ebuild
deleted file mode 100644
index e983bfcf88..0000000000
--- a/app-shells/carapace/carapace-0.30.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 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://rsteube.github.io/carapace-bin/"
-SRC_URI="https://github.com/rsteube/${PN}-bin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
-DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"
-SRC_URI+=" ${DEPS_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${PN}-bin-${PV}"
-
-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
-	dodoc "README.md"
-	dodoc -r "docs/book"
-}


             reply	other threads:[~2024-02-23 13:11 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 13:10 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-29  9:37 [gentoo-commits] repo/proj/guru:master commit in: app-shells/carapace/ David Roman
2025-01-29  9:37 David Roman
2024-12-18  0:14 Julien Roy
2024-12-18  0:14 Julien Roy
2024-09-25 13:53 David Roman
2024-09-25 13:53 David Roman
2024-08-10 15:41 Lucio Sauer
2024-08-10 15:41 Lucio Sauer
2024-07-01 13:50 David Roman
2024-07-01 13:50 David Roman
2024-06-15 11:12 Julien Roy
2024-06-15 11:12 Julien Roy
2024-04-15 20:52 Julien Roy
2024-04-15 20:52 Julien Roy
2024-04-15 20:52 Julien Roy
2024-03-24 19:31 Julien Roy
2024-03-24 19:31 Julien Roy
2024-02-23 13:10 David Roman
2024-01-30 11:33 David Roman
2024-01-30 11:33 David Roman
2024-01-04 15:19 Viorel Munteanu
2024-01-04 15:19 Viorel Munteanu
2023-11-18  9:53 Andrew Ammerlaan

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=1708668727.0095e3ad5e49c0b868dbad9adab3aa87b627f394.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