public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/slop/
Date: Mon, 13 Apr 2020 04:31:27 +0000 (UTC)	[thread overview]
Message-ID: <1586752211.79b7d3e01136ecba24b544d83453eee94481b64f.graaff@gentoo> (raw)

commit:     79b7d3e01136ecba24b544d83453eee94481b64f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 04:30:11 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 04:30:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b7d3e0

dev-ruby/slop: add 4.8.1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/slop/Manifest          |  1 +
 dev-ruby/slop/slop-4.8.1.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
index 7fe1ac7a76c..eef6e484987 100644
--- a/dev-ruby/slop/Manifest
+++ b/dev-ruby/slop/Manifest
@@ -1,2 +1,3 @@
 DIST slop-4.6.2.tgz 15750 BLAKE2B a31c8ec895e534be7fe77eb09909c2210d298c1a89099080af816b9e06a5ee2358aef223b1ce0669f9d40cc91c04ce55e8ebb6d506a4bec35fb1fd9b93c0017d SHA512 352d7e5bbbe9ae4c324d1561f953fe28c1c99078bdef27f1be45453e60b34e0191e94d8952ec0a8cee7d689c6ba910616c9515747e81a8378fa825cb2139bfc7
 DIST slop-4.7.0.tgz 16367 BLAKE2B ad128b803876184cddaca5fdc4c8a1c2d20a0deab46cfcc9521cec88dbc777ee849a8bda8b0257281fdcb614a1e710e25b683f9a5f7d97d34ad78e3a1479a88f SHA512 3cbf1c7e2a7f2baf01e533b10f29cb52060dab2d03f69ba345b63cc0aa9d4cdebf1d18eff26177bfbac11bf55fd1167605dcc86d030fed0568fa132de33d1f37
+DIST slop-4.8.1.tgz 16805 BLAKE2B 875b9a1895d99147f6d597b976831fcb406170d6172ad4c888f53cb18e35439f9fc6bcf785864a3209de5169166b2760d196e1f2f102308db3aec07950fe5e88 SHA512 4edace1693081ab7f9d1efaeb9c894f34c0012ae827ee13bd1c8014c222e88db20b082be3d6b0a97e664135b2ba09bec9e7ecb0d20c22b32a859ac574fd2b71e

diff --git a/dev-ruby/slop/slop-4.8.1.ebuild b/dev-ruby/slop/slop-4.8.1.ebuild
new file mode 100644
index 00000000000..aefdfb5d23c
--- /dev/null
+++ b/dev-ruby/slop/slop-4.8.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="slop.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API"
+HOMEPAGE="https://github.com/injekt/slop"
+SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	sed -i -e '/git ls-files/d' slop.gemspec || die
+}


             reply	other threads:[~2020-04-13  4:31 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-13  4:31 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-27  9:36 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/slop/ Hans de Graaff
2023-07-10  7:36 Hans de Graaff
2023-06-23 17:50 Hans de Graaff
2023-03-18  7:17 Hans de Graaff
2023-02-25  7:21 Hans de Graaff
2023-02-25  7:21 Hans de Graaff
2022-10-08  6:26 Hans de Graaff
2022-04-22  6:55 Hans de Graaff
2022-03-28  5:49 Hans de Graaff
2022-03-28  5:49 Hans de Graaff
2021-06-20  6:03 Hans de Graaff
2020-09-11  4:32 Hans de Graaff
2020-07-25 17:10 Hans de Graaff
2020-01-05  8:03 Hans de Graaff
2019-06-30  4:47 Hans de Graaff
2019-05-18  5:36 Hans de Graaff
2019-04-10 15:15 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2018-04-09  5:10 Hans de Graaff
2018-03-27  5:48 Hans de Graaff
2018-03-05 19:46 Hans de Graaff
2018-02-19  6:49 Hans de Graaff
2017-11-25  7:03 Hans de Graaff
2017-10-07  5:52 Hans de Graaff
2017-08-22  9:19 Sergei Trofimovich
2017-07-19  6:55 Hans de Graaff
2017-05-27  5:16 Hans de Graaff
2017-05-03  4:52 Hans de Graaff
2016-12-16  6:15 Hans de Graaff
2016-08-22  5:58 Hans de Graaff
2016-08-16  6:05 Hans de Graaff
2016-03-22  6:21 Hans de Graaff
2016-03-22  6:21 Hans de Graaff
2016-03-22  6:21 Hans de Graaff
2015-11-26  7:13 Hans de Graaff
2015-09-07 21:56 Richard Farina

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=1586752211.79b7d3e01136ecba24b544d83453eee94481b64f.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