From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/diff-so-fancy/
Date: Sun, 3 Oct 2021 23:04:59 +0000 (UTC) [thread overview]
Message-ID: <1633302257.2c9d687513682b6fbe932ffb9da18b83257c9ec9.Alessandro-Barbieri@gentoo> (raw)
commit: 2c9d687513682b6fbe932ffb9da18b83257c9ec9
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct 3 23:04:17 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct 3 23:04:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c9d6875
app-misc/diff-so-fancy: add 1.4.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/diff-so-fancy/Manifest | 1 +
app-misc/diff-so-fancy/diff-so-fancy-1.4.3.ebuild | 37 +++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/app-misc/diff-so-fancy/Manifest b/app-misc/diff-so-fancy/Manifest
index fecb9985a..c3f02462f 100644
--- a/app-misc/diff-so-fancy/Manifest
+++ b/app-misc/diff-so-fancy/Manifest
@@ -1 +1,2 @@
DIST diff-so-fancy-1.4.2.tar.gz 51750 BLAKE2B 77d43c813cd6bd5c33b26c8687f6a664bc5557a1df65a300fd15d914723ffefe60c62facbf09f5e4bd4a0d063ea22ff99e9d049e5ce215f1deee7e7c3ed92cec SHA512 cedef279417708d4cbbc6d37fe8b4ba4e71b2bc759a86abab068242db3ff71336c7672251fd6d558bd38e2e5a3084caf19fb5a3c2e76d22dbbd07cf56ec29110
+DIST diff-so-fancy-1.4.3.tar.gz 51800 BLAKE2B e36a30e79d50f9dd0c151ab42e4192563ab0dc9aa30d0aa12e2cf85c29ef8acf9761cc7c19e0067ecf62f5243b667a7d438ab19aaa7150fd93613e11ecbfabf8 SHA512 9c85c0ffcb7235ad985377206e93e56bdac3926f029d8ab8a899a4391339f344049e9bfe4b77df0f2bda29720ab454378218ea3752b97f40b5ac7ba72a5fa047
diff --git a/app-misc/diff-so-fancy/diff-so-fancy-1.4.3.ebuild b/app-misc/diff-so-fancy/diff-so-fancy-1.4.3.ebuild
new file mode 100644
index 000000000..6ccc8520e
--- /dev/null
+++ b/app-misc/diff-so-fancy/diff-so-fancy-1.4.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Good-lookin' diffs. Actually... nah... The best-lookin' diffs."
+HOMEPAGE="https://github.com/so-fancy/diff-so-fancy"
+SRC_URI="https://github.com/so-fancy/diff-so-fancy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-lang/perl
+"
+BDEPEND="test? ( dev-util/bats )"
+
+PATCHES=( "${FILESDIR}/fix-path.patch" )
+DOCS=( README.md history.md pro-tips.md )
+RESTRICT="!test? ( test )"
+
+src_install() {
+ dobin "${PN}"
+
+ insinto "/usr/share/${PN}"
+ doins lib/*
+
+ einstalldocs
+}
+
+src_test() {
+ bats test || die
+}
next reply other threads:[~2021-10-03 23:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-03 23:04 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-21 14:37 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/diff-so-fancy/ Takuya Wakazono
2022-03-12 4:01 Alessandro Barbieri
2021-06-15 23:28 Alessandro Barbieri
2021-06-15 23:28 Alessandro Barbieri
2021-06-14 2:27 Alessandro Barbieri
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=1633302257.2c9d687513682b6fbe932ffb9da18b83257c9ec9.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--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