From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 168B81581E7 for ; Mon, 29 Apr 2024 21:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F014CE2A33; Mon, 29 Apr 2024 21:27:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDB31E2A33 for ; Mon, 29 Apr 2024 21:27:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3C2C3430B6 for ; Mon, 29 Apr 2024 21:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E70841783 for ; Mon, 29 Apr 2024 21:27:42 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1714382797.4dd5b187801128d20efd92c442623bbda6b5f9ba.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/xkcd-handler/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/xkcd-handler/Manifest net-misc/xkcd-handler/xkcd-handler-1.0.13.ebuild net-misc/xkcd-handler/xkcd-handler-1.1.4.ebuild X-VCS-Directories: net-misc/xkcd-handler/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4dd5b187801128d20efd92c442623bbda6b5f9ba X-VCS-Branch: master Date: Mon, 29 Apr 2024 21:27:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16bb3f33-7644-42b3-b9b3-8f432f4c52f1 X-Archives-Hash: b7fd2cd1196a600f9f0d0e06be9a407f commit: 4dd5b187801128d20efd92c442623bbda6b5f9ba Author: Mazunki Hoksaas gmail com> AuthorDate: Mon Apr 29 09:26:33 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Apr 29 09:26:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dd5b187 net-misc/xkcd-handler: add 1.1.4, drop 1.0.13 Signed-off-by: Mazunki Hoksaas gmail.com> net-misc/xkcd-handler/Manifest | 2 +- .../{xkcd-handler-1.0.13.ebuild => xkcd-handler-1.1.4.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/xkcd-handler/Manifest b/net-misc/xkcd-handler/Manifest index 5b9e558d57..3bf1427a2a 100644 --- a/net-misc/xkcd-handler/Manifest +++ b/net-misc/xkcd-handler/Manifest @@ -1 +1 @@ -DIST xkcd-1.0.13.tar.gz 14454 BLAKE2B beb21145b26ecb5efe1d5b4645f98c51440458e7c31203d20777af43b984ed02c8418b02bf22b81c242427a30126c96544db9c19b6e57e881cf2abef5c3b74c8 SHA512 01e79113b6ec072ca2d9340773497f32145233b945bba0bb5c11f78924fd305e832c9a4c3a39ca2972100d421d912b885333d5b78c5be90fcd53264223d187c7 +DIST xkcd-1.1.4.tar.gz 14699 BLAKE2B 28e13584622c0d32186b26868d34bdd0045e017c39ef3772b8f1e3b5c95bc3053159a74e1b139c99fa681ec4a747d1360fd39df95998798731f58ee5acb6c06e SHA512 04cb6e31f9a350454b49d90a020ecaed14d2628da4f759c30bdacd35f49258d53eeeecfc14d854be2911ed14317619b76682259d35631520d3641aed17ded7c9 diff --git a/net-misc/xkcd-handler/xkcd-handler-1.0.13.ebuild b/net-misc/xkcd-handler/xkcd-handler-1.1.4.ebuild similarity index 100% rename from net-misc/xkcd-handler/xkcd-handler-1.0.13.ebuild rename to net-misc/xkcd-handler/xkcd-handler-1.1.4.ebuild