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 BBFB3158089 for ; Sat, 16 Sep 2023 05:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1D652BC04C; Sat, 16 Sep 2023 05:30:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AC87A2BC043 for ; Sat, 16 Sep 2023 05:30:08 +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 E1852335D3C for ; Sat, 16 Sep 2023 05:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BF4F11C4 for ; Sat, 16 Sep 2023 05:30:05 +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: <1694841630.b3fd2dd4e6735baf4d1a6914d22e21b644bac5c7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/acts_as_list/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/acts_as_list/Manifest dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild X-VCS-Directories: dev-ruby/acts_as_list/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b3fd2dd4e6735baf4d1a6914d22e21b644bac5c7 X-VCS-Branch: master Date: Sat, 16 Sep 2023 05:30:05 +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: d73cd735-1480-4525-a64f-9e4dc247201f X-Archives-Hash: af0ef0b3aeceed18217504813dd214d6 commit: b3fd2dd4e6735baf4d1a6914d22e21b644bac5c7 Author: Hans de Graaff gentoo org> AuthorDate: Sat Sep 16 05:20:30 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Sep 16 05:20:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fd2dd4 dev-ruby/acts_as_list: drop 1.0.4 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/acts_as_list/Manifest | 1 - dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild | 38 ------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest index 0fd33119099a..41ed93deebb9 100644 --- a/dev-ruby/acts_as_list/Manifest +++ b/dev-ruby/acts_as_list/Manifest @@ -1,2 +1 @@ -DIST acts_as_list-1.0.4.gem 40448 BLAKE2B ac0d9e29006c052b1f421fc734d19390942fcb1eb68d33ed67944bf9bcf1dc8b73c813a2ee8ae6b358f74e019bf36d200e6fe44e01391dff68041d5263b907b1 SHA512 45cc3a2ddc3bdf245819bfe62c39cea5e9b96bf63b3e817adae2acadcf7b51f47379ae9bf1c2c1cfd6a1dc70d7279f44e0a932c838fa93fa4a0c3b9dcbcd46ea DIST acts_as_list-1.1.0.gem 41984 BLAKE2B abeb0325795276294451b4cb86e20dab6871003c72679ce28f9326cd844234ad56457a03d9b9ecd81b8c143deeefc25dd15df88a38ebdd1324a953b2399465e7 SHA512 bdcaf07bc4ad3854d68c8d95e666e86c2500474ffa212c315b6b4abd321341ac782c0e301f2c859c12b80ecfdd1cc743ccf8a7bdbdb36e30fafcd98d4928a00a diff --git a/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild b/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild deleted file mode 100644 index 9c41a3ce04c6..000000000000 --- a/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31" - -inherit ruby-fakegem - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list" -HOMEPAGE="https://github.com/swanandp/acts_as_list" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/activerecord-4.2:*" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha - dev-ruby/test-unit:2 - dev-ruby/timecop - dev-ruby/activerecord[sqlite] - )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die - sed -i -e '/bundler/,/^end/ s:^:#:' test/helper.rb || die - sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e '/github_changelog/,$ s:^:#:' Rakefile || die -}