summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-11-04 15:19:24 +0100
committerJeroen Roovers <jer@gentoo.org>2018-11-04 15:25:05 +0100
commit801371577000187016850e6930f7ace6112166ce (patch)
tree5bb397f41e4eea4e8574c3923e123e851b7e3302 /dev-util/difffilter/difffilter-0.3.3-r1.ebuild
parentdev-lang/vala: stable 0.36.15 for sparc, bug #670024 (diff)
downloadgentoo-801371577000187016850e6930f7ace6112166ce.tar.gz
gentoo-801371577000187016850e6930f7ace6112166ce.tar.bz2
gentoo-801371577000187016850e6930f7ace6112166ce.zip
dev-util/difffilter: Install man page
Drop USE=doc as that should not be used for manuals Install a pre-"compiled" version of difffilter(1) Fixes: https://bugs.gentoo.org/578048 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'dev-util/difffilter/difffilter-0.3.3-r1.ebuild')
-rw-r--r--dev-util/difffilter/difffilter-0.3.3-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/difffilter/difffilter-0.3.3-r1.ebuild b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
new file mode 100644
index 000000000000..9a0c0387ec78
--- /dev/null
+++ b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Filter files out of unified diffs using POSIX extended regular expressions"
+HOMEPAGE="http://ohnopub.net/~ohnobinki/difffilter/"
+SRC_URI="ftp://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+
+RDEPEND="
+ >=dev-libs/liblist-2.3.1
+ dev-libs/libstrl
+ dev-libs/tre
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+src_install() {
+ default
+ newman "${FILESDIR}"/${PN}-0.3.3.man1 ${PN}.1
+}