From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/diva/
Date: Fri, 18 Oct 2019 06:37:18 +0000 (UTC) [thread overview]
Message-ID: <1571380628.7abbbb1d75ff218d8857e99cba43b6b62a4dd6b5.graaff@gentoo> (raw)
commit: 7abbbb1d75ff218d8857e99cba43b6b62a4dd6b5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 06:32:59 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 06:37:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abbbb1d
dev-ruby/diva: add 1.0.1
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/diva/Manifest | 1 +
dev-ruby/diva/diva-1.0.1.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/diva/Manifest b/dev-ruby/diva/Manifest
index ee15068b08e..d6656f503b5 100644
--- a/dev-ruby/diva/Manifest
+++ b/dev-ruby/diva/Manifest
@@ -1,2 +1,3 @@
DIST diva-0.3.2.gem 13824 BLAKE2B da6236bf24dfca3d2ebc241172ee104c5ce66001446fcef397108695ffa70e37d65de9a2db29a706f6f81c5d6a70934cc59155d94e890f7499ed572df3adecdd SHA512 3506aead4314d8d43c838ca0bc596a8f63e6d0b86da68810999e9101bfad611b8fd4902078ec7495e66704e756d928ec28e916105f22c4260b2681ab97eb08aa
DIST diva-1.0.0.tar.gz 13654 BLAKE2B 3743a2a0cacf6390a2bb2149e1213c9057c7c348fdb514d622b1edeeaad52a8a255defa0ea556a6bc5f89889d36f9f096b63d48eb03d868797f37ba2a5ba6a03 SHA512 d29375840893f61f022e3afb041855486ff13266a9635c8d944177df0642f1e53c0038b5bd6fecfa2d02296558f6f0f0e4f86089434f6c5f04a440044c9b75ca
+DIST diva-1.0.1.tar.gz 13643 BLAKE2B a5fb279003c05a795e40125fd99023f458efe8d22a6ef6236275da2a276e481ef40547cb99ae6dbbaae50685627848c0bc0f1af010c75ed5ccb9d896e7fab7d7 SHA512 cac830f78ba02c41289f44b6ef4bc9853d94a742f9c720190ab8944df14630b0882110d683a4a52971281f1f94c5a857927939236577da1790b577a8cb1a6f3e
diff --git a/dev-ruby/diva/diva-1.0.1.ebuild b/dev-ruby/diva/diva-1.0.1.ebuild
new file mode 100644
index 00000000000..08ec4d43682
--- /dev/null
+++ b/dev-ruby/diva/diva-1.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="diva.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implementation of expression for handling things."
+HOMEPAGE="https://github.com/toshia/diva"
+SRC_URI="https://github.com/toshia/diva/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "<dev-ruby/addressable-2.8"
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2019-10-18 6:37 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-18 6:37 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-25 5:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/diva/ Hans de Graaff
2024-06-02 9:59 Hans de Graaff
2024-01-15 7:40 Hans de Graaff
2023-03-27 8:35 Sam James
2023-02-08 10:06 Naohiro Aota
2022-12-16 9:13 Hans de Graaff
2022-12-16 9:12 Hans de Graaff
2022-05-06 10:04 Hans de Graaff
2021-10-09 15:24 Naohiro Aota
2021-07-13 10:17 Hans de Graaff
2020-05-23 17:41 Hans de Graaff
2020-05-23 17:41 Hans de Graaff
2020-04-18 6:52 Hans de Graaff
2020-02-01 12:12 Naohiro Aota
2020-01-12 6:47 Hans de Graaff
2019-06-02 6:01 Hans de Graaff
2019-04-21 5:31 Naohiro Aota
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=1571380628.7abbbb1d75ff218d8857e99cba43b6b62a4dd6b5.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