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 D947315803E for ; Sun, 31 Dec 2023 19:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 288162BC04F; Sun, 31 Dec 2023 19:49:30 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1212A2BC04F for ; Sun, 31 Dec 2023 19:49:30 +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 E024A33D0AF for ; Sun, 31 Dec 2023 19:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F01F14C5 for ; Sun, 31 Dec 2023 19:49:26 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1704052137.8288b14d2b8d94a2ad1ab4de93738902ec9961b4.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciimath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/asciimath/Manifest dev-ruby/asciimath/asciimath-2.0.4.ebuild X-VCS-Directories: dev-ruby/asciimath/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8288b14d2b8d94a2ad1ab4de93738902ec9961b4 X-VCS-Branch: master Date: Sun, 31 Dec 2023 19:49:26 +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: 56c5a51f-ec7a-49c5-ad8f-29d00ec039b2 X-Archives-Hash: 9ab9f3c99a007f1ff6c1ae2a016e01b8 commit: 8288b14d2b8d94a2ad1ab4de93738902ec9961b4 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 31 19:48:57 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 31 19:48:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8288b14d dev-ruby/asciimath: drop 2.0.4 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/asciimath/Manifest | 1 - dev-ruby/asciimath/asciimath-2.0.4.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest index 05571ac335e4..c79628711c21 100644 --- a/dev-ruby/asciimath/Manifest +++ b/dev-ruby/asciimath/Manifest @@ -1,2 +1 @@ -DIST asciimath-2.0.4.gem 60416 BLAKE2B 9a5d6bf967962d37e620d0b49204ba8dafadf65e95a613924c7c169fee98f00203861fbbb1c06db1ee833e401f9a2141566dc693237e1cb7e797e639c63dccfa SHA512 28ab7fd7f43320112c0e7166fb2a6ef269eb91314940deb88606443bec055792cf3c49bc2d9b75c1e5ee5690c3071e66f15f817c4539fc6246da7a8d792f1803 DIST asciimath-2.0.5.gem 60928 BLAKE2B ba81e68f4ae529dab80a40e5d268137af743d8c01f22c84c39c91102bea0b2293871158d157f19bd4213a59b5808a26a5d99697d79750b8a3fc39436426979f2 SHA512 05328306e0b750baf49eb090b02d3e840e58a764ed96dc511fc9fd1b7c3fd0b49e0be0d3300acadd809c0b2860fa2ad873e979711d6725e1420782395c5a2185 diff --git a/dev-ruby/asciimath/asciimath-2.0.4.ebuild b/dev-ruby/asciimath/asciimath-2.0.4.ebuild deleted file mode 100644 index 5bef48f31f09..000000000000 --- a/dev-ruby/asciimath/asciimath-2.0.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" - -inherit ruby-fakegem - -DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library" -HOMEPAGE="https://github.com/pepijnve/asciimath" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/nokogiri )"