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 7A349158094 for ; Wed, 21 Sep 2022 19:57:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1B60E0B09; Wed, 21 Sep 2022 19:56:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AB476E0B09 for ; Wed, 21 Sep 2022 19:56:59 +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 C80EF340D33 for ; Wed, 21 Sep 2022 19:56:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A69F5E7 for ; Wed, 21 Sep 2022 19:56: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: <1663790208.b0efdd3bf200669cffe39786f947fb61a093b98a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/p1_utils/Manifest dev-erlang/p1_utils/p1_utils-1.0.23.ebuild X-VCS-Directories: dev-erlang/p1_utils/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b0efdd3bf200669cffe39786f947fb61a093b98a X-VCS-Branch: master Date: Wed, 21 Sep 2022 19:56: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: 61c98263-d82b-4f18-afe9-69a4f6cf7720 X-Archives-Hash: d8916c11f025eda96c80b1865b40bda6 commit: b0efdd3bf200669cffe39786f947fb61a093b98a Author: Florian Schmaus gentoo org> AuthorDate: Wed Sep 21 16:53:15 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Sep 21 19:56:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0efdd3b dev-erlang/p1_utils: drop 1.0.23 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/p1_utils/Manifest | 1 - dev-erlang/p1_utils/p1_utils-1.0.23.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest index 6652905499dd..6715ecf87260 100644 --- a/dev-erlang/p1_utils/Manifest +++ b/dev-erlang/p1_utils/Manifest @@ -1,2 +1 @@ -DIST p1_utils-1.0.23.tar.gz 65338 BLAKE2B 97d2c750b3435c53dfd7cfa61a73f9e7af13aff36fa546bf7b2acee88450e61eb3065c7357701bd652e9aa1d9732dbe033f25b91932b8bbd93381c620189314d SHA512 9fb385641852d100c21e25cb21978436bfac55f17b24c31b983e27c7877274c6a27e9d8084e791633a9d1f4e1bf0b8075307e95384b9698106043a2aac70d62c DIST p1_utils-1.0.25.tar.gz 47802 BLAKE2B 6d3b61257eed3b07312a58f3dc966be27f1c8ecec41a78755fa010427dbbe403b82317b991e0759e3286b710161231464e24b407ffa545d7b2ce1d948de154d7 SHA512 e96bcd309dfaf3f80de573b7ad1b7281ee0cb97b0b91f92a5a9c5b5ccc969dce4d6b1adbaef9ff33bf9deb0da8e6b1738fbe3f69235b51a0069e0fda72a16d74 diff --git a/dev-erlang/p1_utils/p1_utils-1.0.23.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.23.ebuild deleted file mode 100644 index 7f088e660c51..000000000000 --- a/dev-erlang/p1_utils/p1_utils-1.0.23.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit rebar - -DESCRIPTION="Erlang utility modules from ProcessOne" -HOMEPAGE="https://github.com/processone/p1_utils" -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -DEPEND=">=dev-lang/erlang-17.1:=" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md )