From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-editor/
Date: Mon, 2 Aug 2021 16:42:52 +0000 (UTC) [thread overview]
Message-ID: <1627922563.9094f5f13acfb1f082c87eec3c1f6e60fd0e884d.marecki@gentoo> (raw)
commit: 9094f5f13acfb1f082c87eec3c1f6e60fd0e884d
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 15:18:10 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 16:42:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9094f5f1
dev-ruby/tty-editor: initial import
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-ruby/tty-editor/Manifest | 1 +
dev-ruby/tty-editor/metadata.xml | 11 ++++++++++
dev-ruby/tty-editor/tty-editor-0.7.0.ebuild | 31 +++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-ruby/tty-editor/Manifest b/dev-ruby/tty-editor/Manifest
new file mode 100644
index 00000000000..899446d4cb5
--- /dev/null
+++ b/dev-ruby/tty-editor/Manifest
@@ -0,0 +1 @@
+DIST tty-editor-0.7.0.tar.gz 18140 BLAKE2B 917ea287b30588ffdf705d4ea06c711884b4dc7ba348f9acd08f0cf4e71c854ebcec6f7b8285e9fc1d45225f8ccb295dcb23b9493fcea2ac831c352cd7cc3680 SHA512 c5d6a781b0be00ee14e6fa30ff0bbb26fd9548726ff0e101163a8b4206bec9c7ffb520679041c1f174c2f65d76ea71177718a6fc5e06e8191dc5510aafd33175
diff --git a/dev-ruby/tty-editor/metadata.xml b/dev-ruby/tty-editor/metadata.xml
new file mode 100644
index 00000000000..6ffa142e1ab
--- /dev/null
+++ b/dev-ruby/tty-editor/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">piotrmurach/tty-editor</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild b/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild
new file mode 100644
index 00000000000..ac5dd0f45c8
--- /dev/null
+++ b/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Opens a file or text in the user's preferred editor"
+HOMEPAGE="https://github.com/piotrmurach/tty-editor"
+SRC_URI="https://github.com/piotrmurach/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+ruby_add_rdepend ">=dev-ruby/tty-prompt-0.22"
+
+all_ruby_prepare() {
+ sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+ echo '-rspec_helper' > .rspec || die
+}
+
+each_ruby_prepare() {
+ mkdir tmp || die
+}
next reply other threads:[~2021-08-02 16:42 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-02 16:42 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-03 15:42 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-editor/ Marek Szuba
2021-08-06 7:32 Hans de Graaff
2021-08-17 18:56 Sam James
2021-09-09 4:22 Sam James
2021-09-15 2:32 Sam James
2021-09-27 5:08 Sam James
2021-10-10 0:05 Sam James
2021-10-10 0:05 Sam James
2021-12-31 20:07 Matt Turner
2022-01-03 9:41 Jakov Smolić
2022-03-26 22:31 Marek Szuba
2022-03-27 7:13 Hans de Graaff
2022-04-18 6:20 Hans de Graaff
2023-03-18 0:02 Sam James
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=1627922563.9094f5f13acfb1f082c87eec3c1f6e60fd0e884d.marecki@gentoo \
--to=marecki@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