From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab_git/
Date: Sat, 26 Mar 2016 01:23:47 +0000 (UTC) [thread overview]
Message-ID: <1458955417.d1c545d21a5b0c2629f2d1d88de9a3d94a1ac62c.mrueg@gentoo> (raw)
commit: d1c545d21a5b0c2629f2d1d88de9a3d94a1ac62c
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 01:23:37 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> 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/activesupport-5
+ >=dev-ruby/charlock_holmes-0.7.3
+ <dev-ruby/charlock_holmes-0.8
+ >=dev-ruby/github-linguist-4.7.0
+ >=dev-ruby/rugged-0.24.0
+ <dev-ruby/rugged-0.25"
+ruby_add_bdepend "test? ( dev-ruby/rspec-mocks:3
+ dev-ruby/rspec-its
+ dev-ruby/webmock
+ )"
+
+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
+}
diff --git a/dev-ruby/gitlab_git/metadata.xml b/dev-ruby/gitlab_git/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/gitlab_git/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2016-03-26 1:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-26 1:23 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-24 0:39 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab_git/ Manuel Rüger
2016-04-29 20:29 Manuel Rüger
2016-05-16 22:09 Manuel Rüger
2016-06-26 16:33 Manuel Rüger
2016-08-22 20:42 Manuel Rüger
2016-09-04 23:57 Manuel Rüger
2016-09-07 23:12 Manuel Rüger
2016-09-19 0:05 Manuel Rüger
2016-10-01 19:52 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458955417.d1c545d21a5b0c2629f2d1d88de9a3d94a1ac62c.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox