From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7DE77138208 for ; Sun, 24 Apr 2016 00:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DD71E07A3; Sun, 24 Apr 2016 00:39:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAA67E07C5 for ; Sun, 24 Apr 2016 00:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90025340D15 for ; Sun, 24 Apr 2016 00:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F0395E for ; Sun, 24 Apr 2016 00:39:09 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1461458326.93f0e2770314e4b9069600d330e433763734c4f0.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab_git/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-ruby/gitlab_git/Manifest dev-ruby/gitlab_git/gitlab_git-10.0.0.ebuild dev-ruby/gitlab_git/gitlab_git-10.0.1.ebuild X-VCS-Directories: dev-ruby/gitlab_git/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 93f0e2770314e4b9069600d330e433763734c4f0 X-VCS-Branch: master Date: Sun, 24 Apr 2016 00:39:09 +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: a144e470-500f-41eb-b924-55f3cc6b2cd3 X-Archives-Hash: 01ba632073a456138ddce584637dfa2f commit: 93f0e2770314e4b9069600d330e433763734c4f0 Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 24 00:38:46 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 24 00:38:46 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=93f0e277 dev-ruby/gitlab_git: Version bump to 10.0.1, remove old Package-Manager: portage-2.2.28 dev-ruby/gitlab_git/Manifest | 2 +- .../gitlab_git/{gitlab_git-10.0.0.ebuild => gitlab_git-10.0.1.ebuild} | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/gitlab_git/Manifest b/dev-ruby/gitlab_git/Manifest index d6389c7..5c3f7d8 100644 --- a/dev-ruby/gitlab_git/Manifest +++ b/dev-ruby/gitlab_git/Manifest @@ -1 +1 @@ -DIST gitlab_git-10.0.0.tar.gz 52080 SHA256 b080b38827594561cf77c33a05d5fbea1065ed5bbcd4cf6c5f7c6c8908239018 SHA512 862da141a77135b22939b0a83983044e1bf8afb3d99683815d54d76272cef35413678495fc60b2f5e73b52e45cbf84302c0b324ac943652934480ebb2b2e9d56 WHIRLPOOL 2a0fceb6ab8567681678efec756ed98dcf8f1ef749063f9641e52e0a2f7f5a1faa8b4ab80098401bd301d745ad0bdb874a55d756a03ddf4d3bdfc12cc50f1c40 +DIST gitlab_git-10.0.1.tar.gz 82875 SHA256 a6daef98e880f7324eebe33c738a82bdf2920c125ea804fd973559b8048dfe9e SHA512 767d6eeb57f8fc35d93632b287b74b0fb86eccdb9db282283d2e14ecb1711240001854932b3aeca09f0b7a939c481cf7e15fdbc5a0d07b13cf45bf4e6b2b4cb1 WHIRLPOOL e0e962f666ef5fe89d780126b9bed691176978183dd887c1f47e75d95b6e18c2b0e459280829695bed04b4f493c2250e590bdb4f2add31674c77d5b6ed7f5368 diff --git a/dev-ruby/gitlab_git/gitlab_git-10.0.0.ebuild b/dev-ruby/gitlab_git/gitlab_git-10.0.1.ebuild similarity index 86% rename from dev-ruby/gitlab_git/gitlab_git-10.0.0.ebuild rename to dev-ruby/gitlab_git/gitlab_git-10.0.1.ebuild index 36e7fbd..e1e08c7 100644 --- a/dev-ruby/gitlab_git/gitlab_git-10.0.0.ebuild +++ b/dev-ruby/gitlab_git/gitlab_git-10.0.1.ebuild @@ -35,5 +35,6 @@ ruby_add_bdepend "test? ( dev-ruby/rspec-mocks:3 all_ruby_prepare() { sed -i -e "/[Ss]imple[Cc]ov/d" -e '/pry/d' spec/spec_helper.rb || die - sed -i -e "1s/^/require \'pathname\'\n/" lib/gitlab_git/path_helper.rb || die + sed -i -e "1irequire \'pathname\'\n" lib/gitlab_git/path_helper.rb || die + sed -i -e "1irequire \'forwardable\'\n" lib/gitlab_git/repository.rb || die }