* [gentoo-commits] repo/gentoo:master commit in: sys-apps/eless/
@ 2022-05-31 21:03 Maciej Barć
0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2022-05-31 21:03 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/eless/
@ 2023-08-12 0:13 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-08-12 0:13 UTC (permalink / raw
To: gentoo-commits
commit: 7414ebec63958b2689d7d544b8d8cb8e2f398cdf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 00:13:20 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 00:13:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7414ebec
sys-apps/eless: Stabilize 0.7 amd64, #912086
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/eless/eless-0.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/eless/eless-0.7.ebuild b/sys-apps/eless/eless-0.7.ebuild
index 8c50f4917789..e5372f766685 100644
--- a/sys-apps/eless/eless-0.7.ebuild
+++ b/sys-apps/eless/eless-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/kaushalmodi/${PN}/archive/v${PV}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RESTRICT="test" # Tests have to be run manually
RDEPEND="
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-12 0:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12 0:13 [gentoo-commits] repo/gentoo:master commit in: sys-apps/eless/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-05-31 21:03 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox