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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63EAB1382C5 for ; Wed, 21 Feb 2018 07:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE81DE08F7; Wed, 21 Feb 2018 07:36:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EB25E08F7 for ; Wed, 21 Feb 2018 07:36:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ECFA335C65 for ; Wed, 21 Feb 2018 07:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58433238 for ; Wed, 21 Feb 2018 07:36: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: <1519198553.89924e6a829f4c5ece180b6dac4e3313a7731fc4.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vcard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/vcard/Manifest dev-ruby/vcard/vcard-0.2.13.ebuild dev-ruby/vcard/vcard-0.2.14.ebuild X-VCS-Directories: dev-ruby/vcard/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 89924e6a829f4c5ece180b6dac4e3313a7731fc4 X-VCS-Branch: master Date: Wed, 21 Feb 2018 07:36: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-Archives-Salt: 3526737c-d7de-4069-9842-37d9e62cb00e X-Archives-Hash: 0fa04fb2e9f448d5e3ddcdf457bc38fd commit: 89924e6a829f4c5ece180b6dac4e3313a7731fc4 Author: Hans de Graaff gentoo org> AuthorDate: Wed Feb 21 07:20:04 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Feb 21 07:35:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89924e6a dev-ruby/vcard: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/vcard/Manifest | 2 -- dev-ruby/vcard/vcard-0.2.13.ebuild | 25 ------------------------- dev-ruby/vcard/vcard-0.2.14.ebuild | 25 ------------------------- 3 files changed, 52 deletions(-) diff --git a/dev-ruby/vcard/Manifest b/dev-ruby/vcard/Manifest index 64418efc23c..dcb13966b47 100644 --- a/dev-ruby/vcard/Manifest +++ b/dev-ruby/vcard/Manifest @@ -1,3 +1 @@ -DIST vcard-0.2.13.gem 51712 BLAKE2B 5b33ddcf7ce0d514924482b78447345a30204c28f10faba444e47b1004351e1be1f3bc4f75468ed6789af8d40299d2b0c1e1b93e0ae53ab0aa7f56a89e7ce2de SHA512 4ab38ad9408349e7a8fc15ebb75d7bfa50607e81987965bf03625cde0991df8a11c78ae7e2e5d7144e555f7d501ac5e0e4575015068d2dd8f579f4ffd392dae7 -DIST vcard-0.2.14.gem 52224 BLAKE2B e97c8b477bc623a5ec4806046ac4160a50e93fae055048e1a8dd14d84530abf7535d1e31fc0a952ce098ffeb59e873d47b54f69850bb1dcae648cdad8a2d4473 SHA512 b40223afac51391c6da6350e59405e5450647a9136b7e2b3873d111731a4c922af6ade23c30b7d02ebcd9f04cfa032a56ade528333f5930c9d073d42e813d049 DIST vcard-0.2.15.gem 52224 BLAKE2B bb9850d69048709b27f5031c038dad774a175161d70402e0cb8edd8976a88da7ddb8effeab1efe3d0f794a41fbc45ce748fd0d170d9eafe99556d396792d28d1 SHA512 598133f82fcbb3e953a0ec9e933fd140f5b3501870a1698f202ae7990aea82aa2c9951c7ab4e6abd29b826771fb810fee3c8c890feb0ca3a19bd3ca9197c176b diff --git a/dev-ruby/vcard/vcard-0.2.13.ebuild b/dev-ruby/vcard/vcard-0.2.13.ebuild deleted file mode 100644 index 46a876a4aa5..00000000000 --- a/dev-ruby/vcard/vcard-0.2.13.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -# 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/ -} diff --git a/dev-ruby/vcard/vcard-0.2.14.ebuild b/dev-ruby/vcard/vcard-0.2.14.ebuild deleted file mode 100644 index 46a876a4aa5..00000000000 --- a/dev-ruby/vcard/vcard-0.2.14.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -# 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/ -}