From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyzip/
Date: Sat, 4 Jun 2016 03:50:56 +0000 (UTC) [thread overview]
Message-ID: <1465012248.4db05a023bec92ead6bc5db10d07501e4dc513b4.graaff@gentoo> (raw)
commit: 4db05a023bec92ead6bc5db10d07501e4dc513b4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 03:38:06 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 03:50:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db05a02
dev-ruby/rubyzip: add 1.2.0
Package-Manager: portage-2.2.28
dev-ruby/rubyzip/Manifest | 1 +
dev-ruby/rubyzip/rubyzip-1.2.0.ebuild | 48 +++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-ruby/rubyzip/Manifest b/dev-ruby/rubyzip/Manifest
index 7aea453..fd87f63 100644
--- a/dev-ruby/rubyzip/Manifest
+++ b/dev-ruby/rubyzip/Manifest
@@ -1,2 +1,3 @@
DIST rubyzip-0.9.9-git.tgz 59030 SHA256 897cce8c2aec4fceff51b05e353b73d7d86567a0efa6bfd6e65274ba53a3da17 SHA512 2b2b035ab0da92ff09e1a916dd703c6b3c0ca423db4a5b4c12fbbdc6018c370532721447e71559382d089172fa4ce3463d9aa148c460a6a0a4ee2ccc9df2cadc WHIRLPOOL a51746c4234ad9f993426da44ae75ad36f40ec3292eac4a0410f3bdef9ee1093542ccee2c893967daccf806666af7121e253dd113e04aaf445f5e8a0c4bc183f
DIST rubyzip-1.1.7-git.tgz 100467 SHA256 12f769a0fa804cf93cabdffec31a56c535a5ad5030a5ca53e09c8b99d245dcf7 SHA512 c59c0f9671e6ddfed26555d860bad1fc560a3428b676dd10e3890b0d08aa847b1b3b6d75865ed1d12850da7a4a59f2a26d3e30d517f92803a144487bbc04ace8 WHIRLPOOL 97ae089905b289236c4c532b771c3a3764963d314b3848526247312a8f62912faeaaf8622bf6da7771e86dbffcd98587f6c0f28ed0f1e84e9c76218977dff566
+DIST rubyzip-1.2.0-git.tgz 150545 SHA256 d5277faab3c20bd6ca2a987d5ed57ceb406e3aca1d1b125f6979839b73d55ec0 SHA512 58654cffabe778d4be228a2e9c61152ae39e5db5e41fcd20ad497f8a9f5d636eb35682e684e783ba78666c28c849678d9974a2f34acaff6f73df3e805a358ffc WHIRLPOOL ebc10d7932180bb8bb9f4338dd62c792b1f94fe6f61c19361355b02171a80628bbc5eeac62dedf1a414b5294b42b4a13647fa890a2e78016ef7aae4e1634a4b5
diff --git a/dev-ruby/rubyzip/rubyzip-1.2.0.ebuild b/dev-ruby/rubyzip/rubyzip-1.2.0.ebuild
new file mode 100644
index 0000000..ca5ecf7
--- /dev/null
+++ b/dev-ruby/rubyzip/rubyzip-1.2.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md TODO"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby library for reading and writing zip files"
+HOMEPAGE="https://github.com/rubyzip/rubyzip"
+# Tests are not included in the gem.
+SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="Ruby"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${DEPEND} test? ( app-arch/zip )"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_install() {
+ all_fakegem_install
+
+ docinto examples
+ dodoc samples/*
+}
+
+all_ruby_prepare() {
+ # Avoid dependencies on simplecov and coveralls
+ sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
+
+ # Avoid dependency on bundler
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
+
+ # Fix hardcoded path to /tmp
+ sed -i -e 's:/tmp/:'${T}'/:g' test/entry_test.rb || die
+
+ # Add missing require
+ sed -i -e '1irequire "forwardable"' test/input_stream_test.rb || die
+}
next reply other threads:[~2016-06-04 3:51 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-04 3:50 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 7:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyzip/ Hans de Graaff
2024-12-31 13:58 Hans de Graaff
2023-12-27 11:23 Hans de Graaff
2023-07-14 5:46 Arthur Zamarin
2023-06-29 6:18 Sam James
2023-04-04 22:24 Sam James
2023-04-02 16:33 Sam James
2023-04-02 16:32 Sam James
2023-04-02 16:30 Sam James
2023-04-02 16:30 Sam James
2023-04-02 8:14 Jakov Smolić
2023-04-02 8:14 Jakov Smolić
2023-04-01 23:53 Sam James
2023-03-28 23:38 Sam James
2023-03-10 9:00 Arthur Zamarin
2023-03-07 3:46 WANG Xuerui
2023-03-05 8:42 Hans de Graaff
2022-07-30 8:22 Hans de Graaff
2022-04-30 9:08 Hans de Graaff
2022-03-21 7:38 Hans de Graaff
2021-12-19 12:36 Yixun Lan
2021-07-10 6:23 Hans de Graaff
2021-05-17 5:40 Hans de Graaff
2021-03-23 6:30 Hans de Graaff
2020-06-26 10:04 Sergei Trofimovich
2020-06-26 9:29 Hans de Graaff
2020-03-19 19:52 Hans de Graaff
2020-03-19 19:52 Hans de Graaff
2020-03-15 7:29 Hans de Graaff
2020-02-03 15:24 Agostino Sarubbo
2020-02-03 12:38 Agostino Sarubbo
2020-02-03 12:35 Agostino Sarubbo
2020-02-03 12:31 Agostino Sarubbo
2020-02-03 12:30 Agostino Sarubbo
2020-02-02 7:22 Hans de Graaff
2020-02-02 7:22 Hans de Graaff
2020-01-26 7:08 Hans de Graaff
2019-12-29 6:51 Hans de Graaff
2019-09-26 4:05 Hans de Graaff
2019-09-26 4:05 Hans de Graaff
2019-09-07 6:10 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-02-01 8:41 Hans de Graaff
2019-01-31 20:21 Markus Meier
2019-01-30 13:20 Tobias Klausmann
2019-01-24 22:22 Thomas Deutschmann
2019-01-23 20:53 Sergei Trofimovich
2019-01-22 6:16 Hans de Graaff
2019-01-21 23:31 Sergei Trofimovich
2019-01-21 23:28 Sergei Trofimovich
2019-01-20 18:43 Hans de Graaff
2018-09-01 6:59 Hans de Graaff
2018-02-07 6:30 Hans de Graaff
2017-07-29 14:32 Alexis Ballier
2017-04-02 6:22 Hans de Graaff
2017-03-11 8:31 Jeroen Roovers
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10 9:09 Agostino Sarubbo
2017-03-07 17:08 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-03-05 10:25 Hans de Graaff
2017-02-09 6:03 Hans de Graaff
2017-01-04 7:02 Hans de Graaff
2016-04-03 6:56 Hans de Graaff
2016-04-03 6:56 Hans de Graaff
2016-01-15 6:41 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=1465012248.4db05a023bec92ead6bc5db10d07501e4dc513b4.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