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 99263158090 for ; Wed, 4 May 2022 05:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 891DDE077A; Wed, 4 May 2022 05:26:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 69C5FE077A for ; Wed, 4 May 2022 05:26:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3306F341AD4 for ; Wed, 4 May 2022 05:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62904449 for ; Wed, 4 May 2022 05:26:45 +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: <1651642001.7f1fc975cd9d049d15f1b8d53be7c462eb2da2a6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/inflecto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/inflecto/inflecto-0.0.2.ebuild X-VCS-Directories: dev-ruby/inflecto/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7f1fc975cd9d049d15f1b8d53be7c462eb2da2a6 X-VCS-Branch: master Date: Wed, 4 May 2022 05:26:45 +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: a8252053-7874-4306-826b-54eb74cf113d X-Archives-Hash: 04941dd0b209ffe281b2cf8e0bb16c95 commit: 7f1fc975cd9d049d15f1b8d53be7c462eb2da2a6 Author: Hans de Graaff gentoo org> AuthorDate: Wed May 4 05:24:39 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 4 05:26:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1fc975 dev-ruby/inflecto: drop 0.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/inflecto/inflecto-0.0.2.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-ruby/inflecto/inflecto-0.0.2.ebuild b/dev-ruby/inflecto/inflecto-0.0.2.ebuild deleted file mode 100644 index 42f33dc3e1cf..000000000000 --- a/dev-ruby/inflecto/inflecto-0.0.2.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 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Inflector for ruby" -HOMEPAGE="https://github.com/mbj/inflecto" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE=""