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 AB9511382C5 for ; Sat, 21 Apr 2018 06:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3C9BE0872; Sat, 21 Apr 2018 06:12:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B0850E0872 for ; Sat, 21 Apr 2018 06:12:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C3D58335C73 for ; Sat, 21 Apr 2018 06:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A30DA291 for ; Sat, 21 Apr 2018 06:12:10 +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: <1524287543.c91e77ac0b3cd39ac47647896ce6c3689517a457.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/certificate_authority/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild X-VCS-Directories: dev-ruby/certificate_authority/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c91e77ac0b3cd39ac47647896ce6c3689517a457 X-VCS-Branch: master Date: Sat, 21 Apr 2018 06:12:10 +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: 1396904e-fe93-4126-9955-5969b9be111e X-Archives-Hash: 30d39c79c4bc6092f3650d340f39cc7d commit: c91e77ac0b3cd39ac47647896ce6c3689517a457 Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 21 05:12:23 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 21 05:12:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91e77ac dev-ruby/certificate_authority: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../certificate_authority-0.1.6-r1.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild deleted file mode 100644 index d767260bfe7..00000000000 --- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Managing the core functions outlined in RFC-3280 for PKI" -HOMEPAGE="https://github.com/cchandler/certificate_authority" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*" - -all_ruby_prepare() { - # Avoid dependency on dev-libs/engine_pkcs11 that will be hard to - # make work on different arches due to hardwired load paths in - # specs. - rm -f spec/units/pkcs11_key_material_spec.rb || die -}