public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/colordiff/
Date: Thu,  7 May 2020 09:16:05 +0000 (UTC)	[thread overview]
Message-ID: <1588842961.ced3b2014fd9e669af709f7e182a1412eed4ad0d.polynomial-c@gentoo> (raw)

commit:     ced3b2014fd9e669af709f7e182a1412eed4ad0d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 09:15:51 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May  7 09:16:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced3b201

app-misc/colordiff: Bump to version 1.0.19

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-misc/colordiff/Manifest                |  1 +
 app-misc/colordiff/colordiff-1.0.19.ebuild | 40 ++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-misc/colordiff/Manifest b/app-misc/colordiff/Manifest
index c79098970f5..7b3aa6f8197 100644
--- a/app-misc/colordiff/Manifest
+++ b/app-misc/colordiff/Manifest
@@ -1 +1,2 @@
 DIST colordiff-1.0.18.tar.gz 21695 BLAKE2B 034e105d92766240d2f854efd44efe8c68d443803ac994983829be0e02fb4c6d087ffc76a626bf34832d30755c9be5d97c1c0e0629ebc1328d08d3d24002447f SHA512 53eb855b2554ca736146983adb522c8c06e4cfb9eb27bf9acb659c210b2af8101dba76ae392cf14db62fab61e3e5d3b664196c0f6432d47acdfa0846c799aa83
+DIST colordiff-1.0.19.tar.gz 21329 BLAKE2B 3137159aa9bb83d0813c18ef62936cdd7cfaaf9655b077fc7efd0c70b7f88157720f71166d9449dc9840762f09267c9baa81065a3bd7df15d322cba61c48a585 SHA512 2845c4b8229df317984ea93aa9d2e08b3bb39ba67b870a14f09dc19fa1e94b4fc8e4da9a7554d53934591766b3aa1696fdc62765ce95e55f50da219e44dae523

diff --git a/app-misc/colordiff/colordiff-1.0.19.ebuild b/app-misc/colordiff/colordiff-1.0.19.ebuild
new file mode 100644
index 00000000000..a611018c9e5
--- /dev/null
+++ b/app-misc/colordiff/colordiff-1.0.19.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit prefix
+
+DESCRIPTION="Colorizes output of diff"
+HOMEPAGE="https://www.colordiff.org/"
+SRC_URI="https://www.colordiff.org/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+	dev-lang/perl
+	sys-apps/diffutils"
+
+src_prepare() {
+	default
+
+	# set proper etcdir for Gentoo Prefix
+	sed \
+		-e "s:'/etc:'@GENTOO_PORTAGE_EPREFIX@/etc:" \
+		-i "${S}/colordiff.pl" || die "sed etcdir failed"
+	eprefixify "${S}"/colordiff.pl
+}
+
+# This package has a makefile, but we don't want to run it
+src_compile() { :; }
+
+src_install() {
+	newbin ${PN}{.pl,}
+	dobin cdiff.sh
+	insinto /etc
+	doins colordiffrc{,-lightbg,-gitdiff}
+	dodoc BUGS CHANGES README
+	doman {cdiff,colordiff}.1
+}


             reply	other threads:[~2020-05-07  9:16 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07  9:16 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-04  9:16 [gentoo-commits] repo/gentoo:master commit in: app-misc/colordiff/ Arthur Zamarin
2023-03-04  8:07 Arthur Zamarin
2023-03-04  7:04 Arthur Zamarin
2023-03-04  7:04 Arthur Zamarin
2023-03-04  6:17 Arthur Zamarin
2023-03-04  5:38 Arthur Zamarin
2022-12-22 22:32 Sam James
2022-12-22 22:32 Sam James
2022-07-09 10:49 Sam James
2021-01-06 13:19 Fabian Groffen
2020-09-13  8:44 Sergei Trofimovich
2020-09-11 17:32 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-09 21:35 Sergei Trofimovich
2020-09-07  0:50 Thomas Deutschmann
2020-09-06 20:20 Sam James
2020-07-20  1:14 Sam James
2018-04-05 15:21 Aaron Bauman
2017-11-30  7:43 Patrice Clement
2017-11-30  7:43 Patrice Clement
2017-06-03  8:17 Lars Wendler
2017-06-01 14:04 Lars Wendler
2017-06-01 14:04 Lars Wendler
2017-06-01 14:04 Lars Wendler
2017-01-29 14:59 Fabian Groffen
2015-11-03 18:25 Justin Lecher
2015-11-03 16:18 Agostino Sarubbo
2015-11-03 15:22 Agostino Sarubbo
2015-11-03 15:06 Lars Wendler

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=1588842961.ced3b2014fd9e669af709f7e182a1412eed4ad0d.polynomial-c@gentoo \
    --to=polynomial-c@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