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 4FBFE59CA9 for ; Sat, 26 Mar 2016 01:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0078321C005; Sat, 26 Mar 2016 01:23:52 +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 8A51221C005 for ; Sat, 26 Mar 2016 01:23:51 +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 96E95340D21 for ; Sat, 26 Mar 2016 01:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B4A785D for ; Sat, 26 Mar 2016 01:23:47 +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: <1458955417.d1c545d21a5b0c2629f2d1d88de9a3d94a1ac62c.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/metadata.xml X-VCS-Directories: dev-ruby/gitlab_git/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d1c545d21a5b0c2629f2d1d88de9a3d94a1ac62c X-VCS-Branch: master Date: Sat, 26 Mar 2016 01:23:47 +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: 0e537cbe-e9bf-46f0-b3d3-77ad5932ecad X-Archives-Hash: b39d0d2cce489cb9acaad7caef8fc4bf commit: d1c545d21a5b0c2629f2d1d88de9a3d94a1ac62c Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 26 01:23:37 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 26 01:23:37 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d1c545d2 dev-ruby/gitlab_git: Initial version Package-Manager: portage-2.2.28 dev-ruby/gitlab_git/Manifest | 1 + dev-ruby/gitlab_git/gitlab_git-10.0.0.ebuild | 39 ++++++++++++++++++++++++++++ dev-ruby/gitlab_git/metadata.xml | 8 ++++++ 3 files changed, 48 insertions(+) diff --git a/dev-ruby/gitlab_git/Manifest b/dev-ruby/gitlab_git/Manifest new file mode 100644 index 0000000..d6389c7 --- /dev/null +++ b/dev-ruby/gitlab_git/Manifest @@ -0,0 +1 @@ +DIST gitlab_git-10.0.0.tar.gz 52080 SHA256 b080b38827594561cf77c33a05d5fbea1065ed5bbcd4cf6c5f7c6c8908239018 SHA512 862da141a77135b22939b0a83983044e1bf8afb3d99683815d54d76272cef35413678495fc60b2f5e73b52e45cbf84302c0b324ac943652934480ebb2b2e9d56 WHIRLPOOL 2a0fceb6ab8567681678efec756ed98dcf8f1ef749063f9641e52e0a2f7f5a1faa8b4ab80098401bd301d745ad0bdb874a55d756a03ddf4d3bdfc12cc50f1c40 diff --git a/dev-ruby/gitlab_git/gitlab_git-10.0.0.ebuild b/dev-ruby/gitlab_git/gitlab_git-10.0.0.ebuild new file mode 100644 index 0000000..36e7fbd --- /dev/null +++ b/dev-ruby/gitlab_git/gitlab_git-10.0.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="GitLab wrapper around git objects" +HOMEPAGE="https://rubygems.org/gems/gitlab_git https://gitlab.com/gitlab-org/gitlab_git" +SRC_URI="https://gitlab.com/gitlab-org/gitlab_git/repository/archive.tar.gz?ref=v${PV} -> ${P}.tar.gz" + +RUBY_S="gitlab_git-*" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activesupport-4.0 + =dev-ruby/charlock_holmes-0.7.3 + =dev-ruby/github-linguist-4.7.0 + >=dev-ruby/rugged-0.24.0 + + + + + mrueg@gentoo.org + Manuel Rüger + +