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 80FDA158020 for ; Sat, 17 Dec 2022 08:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFF6FE08A0; Sat, 17 Dec 2022 08:37:33 +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 964EDE08A0 for ; Sat, 17 Dec 2022 08:37:33 +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 B10F7341176 for ; Sat, 17 Dec 2022 08:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEAB67D6 for ; Sat, 17 Dec 2022 08:37:29 +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: <1671266244.8cb0ff17f59356f0ac07f77c614c8e7eefbc4c62.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet-lint/Manifest app-admin/puppet-lint/puppet-lint-2.5.1.ebuild X-VCS-Directories: app-admin/puppet-lint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8cb0ff17f59356f0ac07f77c614c8e7eefbc4c62 X-VCS-Branch: master Date: Sat, 17 Dec 2022 08:37:29 +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: 559074e5-8120-49aa-be0a-3ac9e940bedb X-Archives-Hash: 2fef9189403e737a7ed56e20f0ef1620 commit: 8cb0ff17f59356f0ac07f77c614c8e7eefbc4c62 Author: Hans de Graaff gentoo org> AuthorDate: Fri Dec 16 12:55:16 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Dec 17 08:37:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb0ff17 app-admin/puppet-lint: drop 2.5.1 Signed-off-by: Hans de Graaff gentoo.org> app-admin/puppet-lint/Manifest | 1 - app-admin/puppet-lint/puppet-lint-2.5.1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest index ce5f326323c0..917a731feec5 100644 --- a/app-admin/puppet-lint/Manifest +++ b/app-admin/puppet-lint/Manifest @@ -1,2 +1 @@ -DIST puppet-lint-2.5.1.gem 93184 BLAKE2B ce93397fcb05655043ed41693690d909505a74a7e8029f355d76cbcdc247cb03b87f9fc870d07e88ca378b0866b4490c853950a9dc7eff871006ff526d852c70 SHA512 5ffad674280b4b67669a59c9b17b36cef8338dc4de2c9a28b2cdfcff810f733eb4ae18824b6145b75db3816ed906c12e9d4b6404ac5294c4a9a0eb27c4272820 DIST puppet-lint-2.5.2.gem 91136 BLAKE2B cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643 SHA512 996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03 diff --git a/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild b/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild deleted file mode 100644 index da9a2fc51291..000000000000 --- a/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINWRAP="puppet-lint" - -inherit ruby-fakegem - -DESCRIPTION="A linter for puppet DSL" -HOMEPAGE="http://puppet-lint.com/" - -LICENSE="MIT" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~x86" - -ruby_add_bdepend "test? ( - dev-ruby/rspec-its:1 - dev-ruby/rspec-collection_matchers:1 - dev-ruby/rspec-json_expectations )"