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 5D1501382C5 for ; Tue, 16 Feb 2021 05:45:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35E12E086F; Tue, 16 Feb 2021 05:45:26 +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 C7007E086D for ; Tue, 16 Feb 2021 05:45:25 +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 99A5C340D06 for ; Tue, 16 Feb 2021 05:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A4614A4 for ; Tue, 16 Feb 2021 05:45:23 +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: <1613454317.d6dbfc6c6a4fbc9b9ab42d032484fd582845d663.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.3.ebuild X-VCS-Directories: dev-ruby/acts_as_list/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d6dbfc6c6a4fbc9b9ab42d032484fd582845d663 X-VCS-Branch: master Date: Tue, 16 Feb 2021 05:45:23 +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: 5e1e25d1-c1c2-411d-bfdd-e7569a23a685 X-Archives-Hash: b411ac112ebfe91a59dba2a31d96365b commit: d6dbfc6c6a4fbc9b9ab42d032484fd582845d663 Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 16 05:35:53 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Feb 16 05:45:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6dbfc6c dev-ruby/acts_as_list: add 1.0.3 Package-Manager: Portage-3.0.13, Repoman-3.0.2 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.3.ebuild | 37 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest index dba70345d04..1e42db6fada 100644 --- a/dev-ruby/acts_as_list/Manifest +++ b/dev-ruby/acts_as_list/Manifest @@ -1 +1,2 @@ DIST acts_as_list-1.0.1.gem 39424 BLAKE2B 278705cd57bf3fcf2d1d9e2f4ad8757c9842f768bc36470e5b9a2f52f0d695f4c7bbab71200dde8e1fb099840495ea5a6ad131d1a213b8389dce49e08240eb3a SHA512 15a0cd7e6c89ba6ed218c5e866b15c33ae64f5ed1587de67ec6ea20480fa622ec32f3131e714ff0d5196189a46d5d745ff5de026c451a485ebb735df73ef9ce5 +DIST acts_as_list-1.0.3.gem 40448 BLAKE2B dd847fc30b374d2d0087fcdef95aabbcf0b5237597ec908c422708519fb3a39892a419a0acb5e33751005f64bf5c30ea76927e17b77a7970764009c19ef83663 SHA512 efcfb79cb09543867d6938766c39c4a89de09f957c1d37a716e41c895dbea8d324c40f17952d878cc97a2a449fb01f24823109978bf4901771ddfdb4929f6ee4 diff --git a/dev-ruby/acts_as_list/acts_as_list-1.0.3.ebuild b/dev-ruby/acts_as_list/acts_as_list-1.0.3.ebuild new file mode 100644 index 00000000000..600bb27fcc3 --- /dev/null +++ b/dev-ruby/acts_as_list/acts_as_list-1.0.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +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/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 +}