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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FA99158232 for ; Sat, 7 Dec 2024 10:53:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDBCBE1009; Sat, 7 Dec 2024 10:53:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 79A91E1009 for ; Sat, 7 Dec 2024 10:53:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 397053430B2 for ; Sat, 7 Dec 2024 10:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98E071AB5 for ; Sat, 7 Dec 2024 10:52:56 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1733568724.924ab6fe1e0c5165d37c9881ef1fa99b9f549b1b.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eix/Manifest app-portage/eix/eix-0.36.7-r2.ebuild app-portage/eix/eix-0.36.9.ebuild X-VCS-Directories: app-portage/eix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 924ab6fe1e0c5165d37c9881ef1fa99b9f549b1b X-VCS-Branch: master Date: Sat, 7 Dec 2024 10:52:56 +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: 3e6872ad-848c-466c-ab9e-f1f07164b1aa X-Archives-Hash: 5bb214dc25728c0cdee837ba75fd2d4b commit: 924ab6fe1e0c5165d37c9881ef1fa99b9f549b1b Author: Florian Schmaus gentoo org> AuthorDate: Sat Dec 7 10:49:36 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Dec 7 10:52:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924ab6fe app-portage/eix: add 0.36.9, drop 0.36.7-r2 Closes: https://bugs.gentoo.org/945989 Signed-off-by: Florian Schmaus gentoo.org> app-portage/eix/Manifest | 1 + app-portage/eix/{eix-0.36.7-r2.ebuild => eix-0.36.9.ebuild} | 0 2 files changed, 1 insertion(+) diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest index 36c0e3b0427d..75578f26a4ae 100644 --- a/app-portage/eix/Manifest +++ b/app-portage/eix/Manifest @@ -1 +1,2 @@ DIST eix-0.36.7.tar.xz 639832 BLAKE2B 37202ae78378688ede95b410fe2e6325d63a9553dc082e4e09dc5bcd261f4e7bf49f349a92c286743c30a54cdc5bc1733fedebae33c37d601e6f5db1faf499e7 SHA512 5f5d059b502633be22c8a18fca410e2319061989bbc65b23592c87a9a109b93e615a5b5a7ca92a500999e3cc791e331b12e32a10700cc104040b1980f7f7a0f9 +DIST eix-0.36.9.tar.xz 642764 BLAKE2B 08f3a76283e540d57d667123f3787a57f08d746b5e8d9c24d541c72dd3c3b225cbfe9130764b5b6457735907b05ba37d415a807cbe37986fa78a366632ecf934 SHA512 7d9a1f7513678a64103e38340e456168d1530edb1fbb2c3379362f79f74737d2fac03340801c67cf186505c2d569e1337cedfe186b22f5ad546ac9bcc542d32c diff --git a/app-portage/eix/eix-0.36.7-r2.ebuild b/app-portage/eix/eix-0.36.9.ebuild similarity index 100% rename from app-portage/eix/eix-0.36.7-r2.ebuild rename to app-portage/eix/eix-0.36.9.ebuild