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 613A515817D for ; Tue, 11 Jun 2024 06:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A34E5E2A99; Tue, 11 Jun 2024 06:01:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45705E2A99 for ; Tue, 11 Jun 2024 06:01:15 +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 6984B33BE12 for ; Tue, 11 Jun 2024 06:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 043211C8D for ; Tue, 11 Jun 2024 06:01:13 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1718085661.7c7817ca5be6bd31491e5a1bd2c12e88ca1e48b2.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/meck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/meck/Manifest dev-erlang/meck/meck-0.8.13.ebuild X-VCS-Directories: dev-erlang/meck/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7c7817ca5be6bd31491e5a1bd2c12e88ca1e48b2 X-VCS-Branch: master Date: Tue, 11 Jun 2024 06:01:13 +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: c4fa64d1-7973-4c0f-9912-8527c31ae607 X-Archives-Hash: b2ccb1ba8bc9b15ca5ca31ea406bba0d commit: 7c7817ca5be6bd31491e5a1bd2c12e88ca1e48b2 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jun 11 06:00:41 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jun 11 06:01:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7817ca dev-erlang/meck: drop 0.8.13 Signed-off-by: Arthur Zamarin gentoo.org> dev-erlang/meck/Manifest | 1 - dev-erlang/meck/meck-0.8.13.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-erlang/meck/Manifest b/dev-erlang/meck/Manifest index a225f7543f3e..b5a0c154d7b1 100644 --- a/dev-erlang/meck/Manifest +++ b/dev-erlang/meck/Manifest @@ -1,2 +1 @@ -DIST meck-0.8.13.tar.gz 50976 BLAKE2B 614470a039ad46b49d2dfcc93ff560f4b05c7bab091502ccdf3ab41d82c77292dd19bb4c8b6a8110b94eedccbe39633820db59342ea3af2735b3a197ac1c59d2 SHA512 8207a0ae81362ffd4c6c57083226297fc3976e82dc9cd0503da147edefef3ee8453fa20ea98364359bec5487ed0e2fb26ddcb6588bda943e8d0ce73e6f2940d5 DIST meck-0.9.2.tar.gz 53916 BLAKE2B 8ea50d89fcc17da6f19a489ae02c28247ade1f4be06721c055ca9f5771d73e595f71b849dcd145c81070ebd0b1753e7d037892f553a2232a395e2150a2c69b17 SHA512 0798cfca789d576ee9c4af9b6879bcb5c518d510945810f2dca1afeb74dd77123bcbf56f054ba477ba54799e534bd879732c2873ad5bdf8ddc24707c56a70393 diff --git a/dev-erlang/meck/meck-0.8.13.ebuild b/dev-erlang/meck/meck-0.8.13.ebuild deleted file mode 100644 index def554185af0..000000000000 --- a/dev-erlang/meck/meck-0.8.13.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="Mocking library for Erlang" -HOMEPAGE="https://github.com/eproxus/meck" -SRC_URI="https://github.com/eproxus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~sparc x86" - -DEPEND=">=dev-lang/erlang-17.1" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md NOTICE README.md ) - -# Tests need rebar3. The build somewhat works with rebar2. -RESTRICT="test"