From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/eless/
Date: Tue, 31 May 2022 21:03:18 +0000 (UTC) [thread overview]
Message-ID: <1654030972.b4727cb45ae60b80bab55b0194fde6d82663856a.xgqt@gentoo> (raw)
commit: b4727cb45ae60b80bab55b0194fde6d82663856a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 20:50:29 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue May 31 21:02:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4727cb4
sys-apps/eless: new package; add version 0.7
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
sys-apps/eless/Manifest | 1 +
sys-apps/eless/eless-0.7.ebuild | 30 ++++++++++++++++++++++++++++++
sys-apps/eless/metadata.xml | 23 +++++++++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/sys-apps/eless/Manifest b/sys-apps/eless/Manifest
new file mode 100644
index 000000000000..25014df3769a
--- /dev/null
+++ b/sys-apps/eless/Manifest
@@ -0,0 +1 @@
+DIST eless-0.7.tar.gz 555328 BLAKE2B 1b3a30c5206ed6768f3c3b82e1ee061cb50da6ec10abbb6e02dd9a723995c39d41da742f51ff23445b4eb46e82f79a99634b9aa2c0eba62888be7ef0eacb38fb SHA512 452518dc4367222f19a59376cd31dcf8f8fa346a06158d147f5b223d8082d4d82695f6de61572161ca5dc1aafeffb520ccc44be233e2396def795ba08b0c0577
diff --git a/sys-apps/eless/eless-0.7.ebuild b/sys-apps/eless/eless-0.7.ebuild
new file mode 100644
index 000000000000..8c50f4917789
--- /dev/null
+++ b/sys-apps/eless/eless-0.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Use Emacs as a paginator"
+HOMEPAGE="https://eless.scripter.co/ https://github.com/kaushalmodi/eless/"
+SRC_URI="https://github.com/kaushalmodi/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # Tests have to be run manually
+
+RDEPEND="
+ >=app-editors/emacs-25.3:*
+ app-shells/bash
+ dev-lang/perl
+"
+
+src_compile() {
+ : # Nothing to compile
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc ${PN}.org README.org
+ doinfo docs/${PN}.info
+}
diff --git a/sys-apps/eless/metadata.xml b/sys-apps/eless/metadata.xml
new file mode 100644
index 000000000000..f84decef9437
--- /dev/null
+++ b/sys-apps/eless/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <longdescription>
+ eless provides a combination of Bash script and a minimal Emacs view-mode.
+ Features: independent of a user’s Emacs config, customizable via the
+ (locate-user-emacs-file "elesscfg") config, not require an Emacs server to
+ be already running, syntax highlighting, Org-mode file rendering, man page
+ viewer, info viewer, dired, wdired, (batch edit symbolic links), colored
+ diffs, git diff, git log, ls with auto ANSI detection, filter log files
+ lines matching a regexp, auto-revert log files similar to tail -f, quickly
+ change frame and font sizes.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/kaushalmodi/eless/issues/</bugs-to>
+ <remote-id type="github">kaushalmodi/eless</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2022-05-31 21:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-31 21:03 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-12 0:13 [gentoo-commits] repo/gentoo:master commit in: sys-apps/eless/ 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=1654030972.b4727cb45ae60b80bab55b0194fde6d82663856a.xgqt@gentoo \
--to=xgqt@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