From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/archive-tar-minitar/
Date: Sun, 28 Oct 2018 06:31:12 +0000 (UTC) [thread overview]
Message-ID: <1540707901.8a783f7dd2e4266c07c7d64f1da496e2e42f55bb.graaff@gentoo> (raw)
commit: 8a783f7dd2e4266c07c7d64f1da496e2e42f55bb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 06:25:01 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 06:25:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a783f7d
dev-ruby/archive-tar-minitar: add 0.7
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-ruby/archive-tar-minitar/Manifest | 1 +
.../archive-tar-minitar-0.7.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/archive-tar-minitar/Manifest b/dev-ruby/archive-tar-minitar/Manifest
index 7f45a713a2f..c052f21f86d 100644
--- a/dev-ruby/archive-tar-minitar/Manifest
+++ b/dev-ruby/archive-tar-minitar/Manifest
@@ -1,2 +1,3 @@
DIST archive-tar-minitar-0.6.1.tar.gz 29972 BLAKE2B 8881480aeb6fa8ea52dea22d6dd8fd51180c5224220b52336f54c7e68a0ed53709c28f671221c2e02141cf2918f862509815d649c9fc1def9d0f0c030c1064f1 SHA512 67b4636fc8d1651b90621a5e836b6e2912109dd90ec03ac86c9856abe544f55276c6aa520640b8a25e7f74c2619b77798aacfe1e10795da20f9fa78b7c3d5a07
+DIST archive-tar-minitar-0.7.tar.gz 31722 BLAKE2B 2cbf24f28558e3c253f963f049644f3924ad46e5227f9a85d786e682fe10693639a5768562774de981678c90d776227fb6833e863389a2d1c1a7ebc467cc3235 SHA512 754c66c4730f5205afced8b53dd83b9426c9a854e7607eb2f9395523bf45780b60428ce77bc09d102c45bef980ef97605de94c0b75611cd9bd32167f929e2003
DIST minitar-0.6.1.gem 29184 BLAKE2B ff6ff432a669e1244d785ef26bd56ea0631573c0efd84fd64b51758815362fcb001f11dd21486d155b366bafc05d8f30f24ef3ac7bb205d9a03568128a354333 SHA512 e8a4acd8c831ef587d9571376ae111454faba1d6d4db5c88f2087c84d3dbb5487cdcac8ad47c5f717e195262b95040a9ee72cdaeaad23715b8a1270baec6ec70
diff --git a/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.7.ebuild b/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.7.ebuild
new file mode 100644
index 00000000000..74d0cb11896
--- /dev/null
+++ b/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.rdoc"
+
+RUBY_FAKEGEM_GEMNAME=minitar
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides POSIX tarchive management from Ruby programs"
+HOMEPAGE="https://github.com/halostatue/minitar"
+SRC_URI="https://github.com/halostatue/minitar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="minitar-${PV}"
+
+LICENSE="|| ( BSD-2 Ruby )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2018-10-28 6:31 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-28 6:31 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-05-03 4:54 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/archive-tar-minitar/ Hans de Graaff
2019-05-02 21:33 Mikle Kolyada
2019-04-27 15:48 Sergei Trofimovich
2019-04-21 17:07 Sergei Trofimovich
2019-04-19 0:56 Aaron Bauman
2019-04-11 14:56 Hans de Graaff
2019-01-05 9:48 Hans de Graaff
2018-01-10 6:40 Hans de Graaff
2017-08-01 5:50 Hans de Graaff
2017-02-21 19:13 Hans de Graaff
2017-02-21 11:54 Tobias Klausmann
2017-02-18 13:42 Jeroen Roovers
2017-02-17 21:43 Michael Weber
2017-02-16 6:53 Hans de Graaff
2017-02-14 15:39 Agostino Sarubbo
2017-02-13 11:13 Agostino Sarubbo
2017-02-08 6:02 Hans de Graaff
2017-01-25 7:12 Hans de Graaff
2016-04-27 5:12 Hans de Graaff
2016-04-27 5:12 Hans de Graaff
2016-03-15 5:26 Hans de Graaff
2016-03-15 5:26 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=1540707901.8a783f7dd2e4266c07c7d64f1da496e2e42f55bb.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