From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/
Date: Sun, 19 Jan 2025 09:11:13 +0000 (UTC) [thread overview]
Message-ID: <1737277853.21ecbeb5dabd0b8ea9691afc6c17d3307fded652.graaff@gentoo> (raw)
commit: 21ecbeb5dabd0b8ea9691afc6c17d3307fded652
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 09:10:23 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 09:10:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ecbeb5
app-editors/diakonos: add 0.9.12
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-editors/diakonos/Manifest | 1 +
app-editors/diakonos/diakonos-0.9.12.ebuild | 38 +++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-editors/diakonos/Manifest b/app-editors/diakonos/Manifest
index 6fd115fffe4d..cbf6de3ee8e9 100644
--- a/app-editors/diakonos/Manifest
+++ b/app-editors/diakonos/Manifest
@@ -1 +1,2 @@
+DIST diakonos-0.9.12.tar.gz 142840 BLAKE2B dd9d03da6ee7fc83235ca5d1041f7f3eea74febf2e5bdc32aa663939a6b79c649bb4a3457b56827a6fd362dd293500b3f2eee7045940c242654c50371031d59a SHA512 515308fccdfb7dc7915359e4f7c0911f666b9e8a4a04ba5ad00e236e0b09d8e7a4a06ddab260e74322dfb0dc5b3ce617a407df1bcea3448a04f965626afeb847
DIST diakonos-0.9.7.tar.gz 129807 BLAKE2B 26c3a72a00e1d41b4a7b2916b37024658d7607ac657d4f71a12b939830578d7939a4f9f4c3886693eae9eeaf91bfe1abe055be7bcc7681619448e298acb5c546 SHA512 ec23d93ed6871d18b6a91e02bc6916ac667ca773be5f093a68fffa5c9cbe89b123e80b18762c8649620eda23b1b9ba582a5236eb9eaefc0e22a411390cd30c73
diff --git a/app-editors/diakonos/diakonos-0.9.12.ebuild b/app-editors/diakonos/diakonos-0.9.12.ebuild
new file mode 100644
index 000000000000..9888cc4491e2
--- /dev/null
+++ b/app-editors/diakonos/diakonos-0.9.12.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+inherit ruby-ng
+
+DESCRIPTION="A Linux editor for the masses"
+HOMEPAGE="https://git.sr.ht/~pistos/diakonos"
+SRC_URI="https://git.sr.ht/~pistos/diakonos/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="diakonos-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/curses"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+ test? ( dev-ruby/rspec )"
+
+each_ruby_test() {
+ ${RUBY} -S rspec spec || die
+}
+
+each_ruby_install() {
+ ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${PF} || die "install failed"
+}
+
+all_ruby_install() {
+ if use doc; then
+ rake docs || die
+ dodoc -r doc/*
+ fi
+}
next reply other threads:[~2025-01-19 9:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-19 9:11 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-07 18:11 [gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/ Sam James
2022-08-14 20:06 Sam James
2022-01-20 14:30 Sam James
2022-01-20 14:30 Sam James
2021-10-18 5:52 Hans de Graaff
2021-07-18 4:48 Hans de Graaff
2019-02-09 7:30 Hans de Graaff
2018-03-22 6:50 Hans de Graaff
2016-07-23 19:09 Hans de Graaff
2016-02-16 23:12 Michał Górny
2016-02-02 14:23 Patrick Lauer
2016-01-16 17:45 Manuel Rüger
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=1737277853.21ecbeb5dabd0b8ea9691afc6c17d3307fded652.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