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 84F5E158020 for ; Sat, 3 Dec 2022 15:51:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 736D3E0E03; Sat, 3 Dec 2022 15:51:12 +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 540E3E0E03 for ; Sat, 3 Dec 2022 15:51:12 +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 36F7634138A for ; Sat, 3 Dec 2022 15:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35608766 for ; Sat, 3 Dec 2022 15:51:09 +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: <1670082665.8eb38aeca01a2461562aab510b7fe25b2ccce50d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vcard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/vcard/vcard-0.3.0.ebuild X-VCS-Directories: dev-ruby/vcard/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8eb38aeca01a2461562aab510b7fe25b2ccce50d X-VCS-Branch: master Date: Sat, 3 Dec 2022 15:51:09 +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: 01869607-8dbc-472d-b1a3-759b01fd91f5 X-Archives-Hash: 19d1e72f925278e724ff95adadab313c commit: 8eb38aeca01a2461562aab510b7fe25b2ccce50d Author: Hans de Graaff gentoo org> AuthorDate: Sat Dec 3 15:49:44 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Dec 3 15:51:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb38aec dev-ruby/vcard: drop 0.3.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/vcard/vcard-0.3.0.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-ruby/vcard/vcard-0.3.0.ebuild b/dev-ruby/vcard/vcard-0.3.0.ebuild deleted file mode 100644 index 8c9fdf412fbb..000000000000 --- a/dev-ruby/vcard/vcard-0.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby25 ruby26 ruby27" - -# Avoid the complexity of the "rake" recipe and run testrb-2 manually. -RUBY_FAKEGEM_RECIPE_TEST=none -RUBY_FAKEGEM_RECIPE_DOC=none - -inherit ruby-fakegem - -DESCRIPTION="Ruby vcard support extracted from Vpim" -HOMEPAGE="https://github.com/qoobaa/vcard" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" - -each_ruby_test() { - ruby-ng_testrb-2 --load-path=lib --pattern='.*_test\.rb' test/ -}