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 79225158088 for ; Sat, 15 Jan 2022 06:43:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA6EE2BC06E; Sat, 15 Jan 2022 06:43:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D45B12BC068 for ; Sat, 15 Jan 2022 06:43:47 +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 3C5F034352D for ; Sat, 15 Jan 2022 06:43:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79EA62BF for ; Sat, 15 Jan 2022 06:43:42 +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: <1642228872.41a77f10264d6d50b9bc87ca00e312cad0fb6e50.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/htmlentities/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/htmlentities/htmlentities-4.3.4.ebuild X-VCS-Directories: dev-ruby/htmlentities/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 41a77f10264d6d50b9bc87ca00e312cad0fb6e50 X-VCS-Branch: master Date: Sat, 15 Jan 2022 06:43:42 +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: 8a5d1339-cc27-4e34-a1e3-bc74beccef5a X-Archives-Hash: 8db9a93509aee488832ed0003dc23259 commit: 41a77f10264d6d50b9bc87ca00e312cad0fb6e50 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jan 15 06:41:12 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 15 06:41:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a77f10 dev-ruby/htmlentities: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/htmlentities/htmlentities-4.3.4.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-ruby/htmlentities/htmlentities-4.3.4.ebuild b/dev-ruby/htmlentities/htmlentities-4.3.4.ebuild deleted file mode 100644 index 15d7cbebe9b7..000000000000 --- a/dev-ruby/htmlentities/htmlentities-4.3.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="History.txt" - -inherit ruby-fakegem - -DESCRIPTION="A simple library for encoding/decoding entities in (X)HTML documents" -HOMEPAGE="https://github.com/threedaymonk/htmlentities" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -each_ruby_test() { - ${RUBY} -Ilib:. -S testrb-2 test/*_test.rb || die "tests failed" -}