public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/distribution-gpg-keys/
Date: Tue, 13 Aug 2024 13:02:43 +0000 (UTC)	[thread overview]
Message-ID: <1723554104.dbdcebb8bd4723a31b747afb1a3773348848746b.pastalian46@gentoo> (raw)

commit:     dbdcebb8bd4723a31b747afb1a3773348848746b
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Aug 13 12:50:14 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Tue Aug 13 13:01:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbdcebb8

dev-util/distribution-gpg-keys: drop 1.104

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-util/distribution-gpg-keys/Manifest            |  1 -
 .../distribution-gpg-keys-1.104.ebuild             | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-util/distribution-gpg-keys/Manifest b/dev-util/distribution-gpg-keys/Manifest
index 21a8e9959..f48963629 100644
--- a/dev-util/distribution-gpg-keys/Manifest
+++ b/dev-util/distribution-gpg-keys/Manifest
@@ -1,2 +1 @@
-DIST distribution-gpg-keys-1.104-1.tar.gz 63565336 BLAKE2B 6ba4dda992f14212fe2865657c0bfd341c7c4078ee42d68344704373ae25d627b4319ada632f2b1f2ca49a2da0a2d2ce1fb422fba7be84a750dab9040a31998c SHA512 3adb06f8e4c5f9983c752916e5e63045aad19caffac3de0a90ef232fd616b9a5edaf56d7dc2d330f4d8b7a0a412619918043fce68fcdb44b29605c85d66b84af
 DIST distribution-gpg-keys-1.105-1.tar.gz 67292024 BLAKE2B 2ff487b651222aa7470b143e9b8a90f5dba8488e2475b0ffaf1b90dc1c6fd1de95759d286aa4c47bf2a0cee6d3ebb010299163ad8f629443cd466fc94ff87e23 SHA512 5ac631cd4e60919f7d164c53ecb930b548090239ebdd8c431a7350cf1448b27ddadd4449f023a40ce81b21b058330806bc8dd2a4b31d340b90779f44c83b0d4c

diff --git a/dev-util/distribution-gpg-keys/distribution-gpg-keys-1.104.ebuild b/dev-util/distribution-gpg-keys/distribution-gpg-keys-1.104.ebuild
deleted file mode 100644
index 7be1840f5..000000000
--- a/dev-util/distribution-gpg-keys/distribution-gpg-keys-1.104.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="${P}-1"
-
-DESCRIPTION="Collection of GPG keys used in Linux Distributions"
-HOMEPAGE="https://github.com/xsuchy/distribution-gpg-keys"
-SRC_URI="https://github.com/xsuchy/distribution-gpg-keys/archive/${MY_P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_P}"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="copr"
-
-src_prepare() {
-	default
-	use copr || rm -rf keys/copr || die
-}
-
-src_install() {
-	insinto "/usr/share/${PN}"
-	doins -r keys/*
-}


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

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-13 13:02 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15 13:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/distribution-gpg-keys/ Takuya Wakazono
2025-02-15 13:36 Takuya Wakazono
2025-02-07 16:17 Takuya Wakazono
2025-02-07 16:17 Takuya Wakazono
2025-02-01 14:50 Takuya Wakazono
2025-02-01 14:50 Takuya Wakazono
2025-01-17 13:26 Takuya Wakazono
2025-01-17 13:26 Takuya Wakazono
2024-12-03 12:42 Takuya Wakazono
2024-12-03 12:42 Takuya Wakazono
2024-08-13 13:02 Takuya Wakazono
2024-06-16 10:50 Takuya Wakazono
2024-06-16 10:50 Takuya Wakazono
2024-06-09 13:42 Takuya Wakazono
2024-06-09 13:42 Takuya Wakazono
2024-03-09  6:04 Takuya Wakazono
2024-03-09  6:04 Takuya Wakazono
2024-02-14 12:07 Takuya Wakazono
2024-02-14 12:07 Takuya Wakazono
2024-01-10 10:14 Takuya Wakazono
2024-01-10 10:14 Takuya Wakazono
2023-12-28 11:36 Takuya Wakazono
2023-12-19 16:56 Takuya Wakazono

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=1723554104.dbdcebb8bd4723a31b747afb1a3773348848746b.pastalian46@gentoo \
    --to=pastalian46@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