From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/
Date: Sat, 11 Aug 2018 05:05:36 +0000 (UTC) [thread overview]
Message-ID: <1533963603.38226a1fb93753a29f4bc2442e80fede03457a6f.graaff@gentoo> (raw)
commit: 38226a1fb93753a29f4bc2442e80fede03457a6f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 05:00:03 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 05:00:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38226a1f
dev-ruby/git: add 1.5.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/git/Manifest | 1 +
dev-ruby/git/git-1.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index c257e85c14c..0a954c2ed64 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1,3 @@
DIST git-1.3.0.tar.gz 124800 BLAKE2B 7dbdfe19d3398a2ca7df4383c619acca3e9d05875a629dd580286f3e2241e19183b5713daa5c5357f0644ca1570d4ee5a9d81b204ad0546656faa45cf0c99bbc SHA512 a5c86030f20580886b92b0a258cfc5d281d9fb093069c6350d0afb69a9dccb372a257cbbabd415132b35ccd26620bbc3589a5dc6ac1a418f35f42f7d225c9307
DIST git-1.4.0.tar.gz 125691 BLAKE2B 313cbf5bb6b33d96237fccb01aa691e54ab0e94708ffa582d18c7457196f0438de97a2d03518da219ccde85cae627babdffe1f075d16f113f4b8e98cc00fc9a8 SHA512 270c7cd7485f1fc41bda5e8c11556707b7e807720bce9bfac7f172a9c640d0fb31404ce7d1fa0de8fc743a95adecfb34efae01fbfccb83ccd8a8f0169443a073
+DIST git-1.5.0.tar.gz 128607 BLAKE2B e2bf19af6c0dd95917b7f599ce2e9b0b4237da78020a86cab5c5985b6944f0921a8f245ef860b9e1faf31761296c4cb6a685ca8d6033e3a8ca7086eef8a9e75b SHA512 001b2e93c1a1f5010026e4b6ea280cc6d7649903cc6faec277b2389bd74fd274c6b2daa465bb66ad7e15f7bdc4b09e20e8c1cc1a55ccfd4ab80ec12bf8562af2
diff --git a/dev-ruby/git/git-1.5.0.ebuild b/dev-ruby/git/git-1.5.0.ebuild
new file mode 100644
index 00000000000..1db96ff807e
--- /dev/null
+++ b/dev-ruby/git/git-1.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://github.com/schacon/ruby-git"
+SRC_URI="https://github.com/schacon/ruby-git/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="ruby-git-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
+RDEPEND+=">=dev-vcs/git-1.6.0.0"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+ # Don't use hardcoded /tmp directory.
+ sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb tests/test_helper.rb || die
+}
next reply other threads:[~2018-08-11 5:05 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-11 5:05 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 6:33 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/ Hans de Graaff
2024-10-24 6:33 Hans de Graaff
2024-10-06 11:35 Sam James
2024-09-17 16:29 Arthur Zamarin
2024-09-02 5:22 Hans de Graaff
2024-09-02 5:22 Hans de Graaff
2024-08-31 2:42 Ionen Wolkens
2024-08-27 5:40 Hans de Graaff
2024-08-27 5:40 Hans de Graaff
2024-07-18 6:47 Hans de Graaff
2024-07-18 6:47 Hans de Graaff
2024-07-18 6:47 Hans de Graaff
2024-07-18 6:47 Hans de Graaff
2024-06-29 8:53 Sam James
2024-06-29 5:16 Hans de Graaff
2024-01-31 16:45 Hans de Graaff
2024-01-15 7:40 Hans de Graaff
2024-01-14 8:30 Hans de Graaff
2023-12-29 7:47 Hans de Graaff
2023-07-12 5:41 Hans de Graaff
2023-07-12 5:41 Hans de Graaff
2023-04-24 15:29 Arthur Zamarin
2023-04-08 10:57 Arthur Zamarin
2023-03-24 7:00 Hans de Graaff
2023-03-24 7:00 Hans de Graaff
2023-03-04 8:28 Hans de Graaff
2023-03-04 8:28 Hans de Graaff
2023-02-04 7:41 Hans de Graaff
2023-02-04 7:41 Hans de Graaff
2023-02-04 7:41 Hans de Graaff
2023-01-13 7:57 Hans de Graaff
2023-01-09 6:33 Hans de Graaff
2023-01-09 6:33 Hans de Graaff
2023-01-08 11:57 Hans de Graaff
2023-01-08 8:33 Hans de Graaff
2022-12-15 6:51 Hans de Graaff
2022-12-15 6:51 Hans de Graaff
2022-12-15 6:51 Hans de Graaff
2022-08-19 5:47 Hans de Graaff
2022-08-19 5:47 Hans de Graaff
2022-05-06 7:13 Hans de Graaff
2022-04-19 5:09 Hans de Graaff
2022-04-19 5:09 Hans de Graaff
2022-01-15 6:29 Hans de Graaff
2022-01-15 6:29 Hans de Graaff
2021-12-25 7:42 Hans de Graaff
2021-12-25 7:42 Hans de Graaff
2021-07-09 6:55 Hans de Graaff
2020-08-21 6:51 Hans de Graaff
2020-07-12 6:35 Hans de Graaff
2020-07-11 16:05 Sam James
2020-07-11 3:50 Sam James
2020-06-20 14:49 Thomas Deutschmann
2020-05-21 5:15 Hans de Graaff
2019-11-16 9:13 Hans de Graaff
2019-07-22 13:03 Hans de Graaff
2019-02-02 8:13 Hans de Graaff
2018-08-11 5:05 Hans de Graaff
2018-08-11 5:05 Hans de Graaff
2018-05-17 4:57 Hans de Graaff
2017-07-18 6:45 Hans de Graaff
2016-12-18 7:45 Hans de Graaff
2016-08-13 6:13 Hans de Graaff
2016-07-21 19:38 Hans de Graaff
2016-03-21 21:53 Manuel Rüger
2016-03-21 21:53 Manuel Rüger
2016-02-26 6:54 Hans de Graaff
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=1533963603.38226a1fb93753a29f4bc2442e80fede03457a6f.graaff@gentoo \
--to=graaff@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