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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD369139348 for ; Thu, 8 Jul 2021 18:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CE5EE0B97; Thu, 8 Jul 2021 18:37:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8046E0B97 for ; Thu, 8 Jul 2021 18:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D728342ACD for ; Thu, 8 Jul 2021 18:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3656A7D2 for ; Thu, 8 Jul 2021 18:37:04 +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: <1625769394.c43e20e261435b6d9dab5c3c11b5eef6d71d127c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/stringprep/Manifest dev-erlang/stringprep/stringprep-1.0.22.ebuild X-VCS-Directories: dev-erlang/stringprep/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c43e20e261435b6d9dab5c3c11b5eef6d71d127c X-VCS-Branch: master Date: Thu, 8 Jul 2021 18:37:04 +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: f680c418-fed9-49bb-b1a0-d90dfcc2c839 X-Archives-Hash: 252e22aea7d63b95795d606eb6b95684 commit: c43e20e261435b6d9dab5c3c11b5eef6d71d127c Author: Florian Schmaus gentoo org> AuthorDate: Thu Jul 8 17:45:43 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jul 8 18:36:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43e20e2 dev-erlang/stringprep: drop 1.0.22 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/stringprep/Manifest | 1 - dev-erlang/stringprep/stringprep-1.0.22.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest index 2d5b4d18469..05da6ecb0f3 100644 --- a/dev-erlang/stringprep/Manifest +++ b/dev-erlang/stringprep/Manifest @@ -1,3 +1,2 @@ DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5 SHA512 402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d -DIST stringprep-1.0.22.tar.gz 98910 BLAKE2B 5885aa58a7201408467afa7ec6c4fda350effaf2c4f0ce3000f036fd67c16e778344e23a71f753abb6337db5e2084b147ef3b24878c1ca2bc0e1e308945a46ba SHA512 3cd687ede237de24476b091d0e871bbb4af42be21cf27ea44936413ba2b643d0c6f92b5c7135b7064b8e111e05f0a0815b0d32e6d33b60e46612bc0f7bfd3b09 DIST stringprep-1.0.25.tar.gz 99387 BLAKE2B e0654a2c0ec9e3fa85c2e2344bc33de9416f87ebd198409753f34e40cc91006b74d0f1650c60d990cafcec5e7d548f6e6fc58072a3057e6853fe7c1b49edf9d4 SHA512 b1c2e16bc036e1e8402cbf434a609372d94a5e9ef02b9844316a1d444e288194625a77fad220819db662ac859d99fab3a24d76c53cbbeff49c53e82e45a89ab8 diff --git a/dev-erlang/stringprep/stringprep-1.0.22.ebuild b/dev-erlang/stringprep/stringprep-1.0.22.ebuild deleted file mode 100644 index 26bf847cef0..00000000000 --- a/dev-erlang/stringprep/stringprep-1.0.22.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir" -HOMEPAGE="https://github.com/processone/stringprep" -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0 tcltk" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" - -DEPEND=">=dev-lang/erlang-17.1 - >=dev-erlang/p1_utils-1.0.20" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md )