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 BAE4715800F for ; Sat, 21 Jan 2023 08:45:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A84DFE091D; Sat, 21 Jan 2023 08:45:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6971BE091D for ; Sat, 21 Jan 2023 08:45:00 +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 A2605340DB9 for ; Sat, 21 Jan 2023 08:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E7D865 for ; Sat, 21 Jan 2023 08:44:58 +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: <1674290694.83861f97d9d38b63d5fa4fe8797cbc39b02f0123.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/semantic_puppet/Manifest dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild X-VCS-Directories: dev-ruby/semantic_puppet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 83861f97d9d38b63d5fa4fe8797cbc39b02f0123 X-VCS-Branch: master Date: Sat, 21 Jan 2023 08:44:58 +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: ee69681b-f656-4b1e-859a-2aaa4dc2cbc2 X-Archives-Hash: 6f20e5d36cc0a8f3081c6a3680a70a18 commit: 83861f97d9d38b63d5fa4fe8797cbc39b02f0123 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jan 21 08:17:40 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 21 08:44:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83861f97 dev-ruby/semantic_puppet: drop 1.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/semantic_puppet/Manifest | 1 - .../semantic_puppet/semantic_puppet-1.0.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index 2d7c1b090321..321d9a0a3d34 100644 --- a/dev-ruby/semantic_puppet/Manifest +++ b/dev-ruby/semantic_puppet/Manifest @@ -1,2 +1 @@ -DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241 SHA512 b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480 DIST semantic_puppet-1.0.4.gem 32256 BLAKE2B 4704a6d913388d10cf32442511d66d742bcdba792d81d67de960209dbffc8ade970431e794934152b71031de83a75d9e09bda830e6e66838b68913d2bbb9da0a SHA512 8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild deleted file mode 100644 index 2693101b352f..000000000000 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild +++ /dev/null @@ -1,20 +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="README.md CHANGELOG.md" - -inherit ruby-fakegem - -DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies" -HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86" -IUSE=""