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/strscan/
Date: Sun, 13 Feb 2022 09:06:12 +0000 (UTC)	[thread overview]
Message-ID: <1644743167.9f2921870227568d68d25e917e541c7423306d46.graaff@gentoo> (raw)

commit:     9f2921870227568d68d25e917e541c7423306d46
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 08:20:06 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 09:06:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f292187

dev-ruby/strscan: import 3.0.1

Extracted from dev-lang/ruby, keywords have been migrated.

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

 dev-ruby/strscan/Manifest             |  1 +
 dev-ruby/strscan/metadata.xml         | 11 +++++++++++
 dev-ruby/strscan/strscan-3.0.1.ebuild | 36 +++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-ruby/strscan/Manifest b/dev-ruby/strscan/Manifest
new file mode 100644
index 000000000000..9d97720cd8a9
--- /dev/null
+++ b/dev-ruby/strscan/Manifest
@@ -0,0 +1 @@
+DIST strscan-3.0.1.tar.gz 28111 BLAKE2B 4623fe6fd74a9ca30ba1818fe548fcc793f1e22798bba9d561299ccdc493dfa5deafec072b193532c92116307c5b79f2c7c7bd362602b0ba3a0d1ea778a1d528 SHA512 7cd37a24dbec02bfade6e7440139de52d149ce1c196a1ea73b5b09e4096a0a99b26d0680498bd27bd443befe62c806bb94cec08c2fbe097c4724446b56c8bfa0

diff --git a/dev-ruby/strscan/metadata.xml b/dev-ruby/strscan/metadata.xml
new file mode 100644
index 000000000000..dd3a41b2a323
--- /dev/null
+++ b/dev-ruby/strscan/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">ruby/strscan</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/strscan/strscan-3.0.1.ebuild b/dev-ruby/strscan/strscan-3.0.1.ebuild
new file mode 100644
index 000000000000..48debae95824
--- /dev/null
+++ b/dev-ruby/strscan/strscan-3.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="strscan.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/strscan/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides lexical scanning operations on a String"
+HOMEPAGE="https://github.com/ruby/strscan"
+SRC_URI="https://github.com/ruby/strscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_prepare() {
+	mkdir lib || die
+}
+
+each_ruby_test() {
+	RUBYOPT="-Ilib -Itest/lib -rhelper" ${RUBY} run-test.rb || die
+}


             reply	other threads:[~2022-02-13  9:06 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-13  9:06 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-09 10:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/strscan/ Hans de Graaff
2022-05-10  5:00 Hans de Graaff
2022-05-11  5:29 Hans de Graaff
2022-07-24  7:26 Hans de Graaff
2022-07-24  7:26 Hans de Graaff
2022-12-12  6:39 Hans de Graaff
2023-02-10  7:45 Hans de Graaff
2023-03-04 10:25 Hans de Graaff
2023-03-04 14:42 Hans de Graaff
2023-06-20  4:38 Hans de Graaff
2023-08-02  4:45 Sam James
2023-08-02  4:45 Sam James
2023-08-02  4:48 Sam James
2023-08-02  5:01 Sam James
2023-08-02 15:11 Sam James
2023-08-02 16:55 Arthur Zamarin
2023-10-11  5:37 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2024-01-13  8:30 Hans de Graaff
2024-01-21  7:45 Hans de Graaff
2024-02-04  8:12 Hans de Graaff
2024-02-04  8:12 Hans de Graaff
2024-05-19  7:17 Hans de Graaff
2024-05-19 13:58 Sam James
2024-05-19 13:58 Sam James
2024-05-19 14:51 Sam James
2024-05-19 14:51 Sam James
2024-05-19 14:51 Sam James
2024-05-19 17:49 Arthur Zamarin
2024-05-25 17:31 Arthur Zamarin
2024-06-14  5:32 Arthur Zamarin
2024-07-11 16:19 Hans de Graaff
2024-07-17  4:38 Viorel Munteanu
     [not found] <1721330787.9278af613240ed888fc3c6c5c7b4b5bb1767f2e7.grobian@gentoo>
2024-07-18 19:26 ` Fabian Groffen
2024-10-06 13:35 Arthur Zamarin
2024-10-08 20:21 Arthur Zamarin
2024-10-08 20:37 Arthur Zamarin
2024-10-09  5:46 Sam James
2024-10-10 12:20 Arthur Zamarin
2024-10-12 15:14 Sam James
2024-12-12  7:36 Hans de Graaff
2024-12-12  7:36 Hans de Graaff
2024-12-15  7:55 Hans de Graaff
2025-04-13  6:46 Hans de Graaff
2025-04-13  8:34 Sam James
2025-04-13  9:15 Sam James
2025-04-13  9:15 Sam James
2025-04-13  9:17 Sam James
2025-04-13 10:44 Sam James
2025-04-13 11:28 Arthur Zamarin

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=1644743167.9f2921870227568d68d25e917e541c7423306d46.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