summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-07-07 01:39:20 +0000
committerChristoph Mende <angelos@gentoo.org>2007-07-07 01:39:20 +0000
commit36c441abcc84c6270154e82733c8c02f3e0c239e (patch)
tree74e82a5d51cc9ea10bd4840e66317787559f8695 /app-misc
parentAdd warning to the user to rebuild libXfont after emerging freetype-2.3.5. (diff)
downloadgentoo-2-36c441abcc84c6270154e82733c8c02f3e0c239e.tar.gz
gentoo-2-36c441abcc84c6270154e82733c8c02f3e0c239e.tar.bz2
gentoo-2-36c441abcc84c6270154e82733c8c02f3e0c239e.zip
Removing doc target which is useless and broken with /usr/bin/less != less
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/pv/ChangeLog6
-rw-r--r--app-misc/pv/files/pv-remove-doc-target.patch12
-rw-r--r--app-misc/pv/pv-0.9.9.ebuild5
3 files changed, 21 insertions, 2 deletions
diff --git a/app-misc/pv/ChangeLog b/app-misc/pv/ChangeLog
index 22842b8d633f..6b5f860c0bc3 100644
--- a/app-misc/pv/ChangeLog
+++ b/app-misc/pv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/pv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/ChangeLog,v 1.21 2007/07/05 01:24:19 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/ChangeLog,v 1.22 2007/07/07 01:39:20 angelos Exp $
+
+ 07 Jul 2007; Christoph Mende <angelos@gentoo.org>
+ +files/pv-remove-doc-target.patch, pv-0.9.9.ebuild:
+ Removing doc target which is useless and broken with /usr/bin/less != less
05 Jul 2007; Christoph Mende <angelos@gentoo.org> -pv-0.8.1.ebuild,
-pv-0.9.0.ebuild, pv-0.9.9.ebuild:
diff --git a/app-misc/pv/files/pv-remove-doc-target.patch b/app-misc/pv/files/pv-remove-doc-target.patch
new file mode 100644
index 000000000000..08edf71e5f63
--- /dev/null
+++ b/app-misc/pv/files/pv-remove-doc-target.patch
@@ -0,0 +1,12 @@
+diff -Nru pv-0.9.9.orig/Makefile pv-0.9.9/Makefile
+--- pv-0.9.9.orig/Makefile 2007-07-07 03:33:29.000000000 +0200
++++ pv-0.9.9/Makefile 2007-07-07 03:33:35.000000000 +0200
+@@ -279,7 +279,7 @@
+ test $$STATUS -eq 1 && echo FAILED || echo OK; \
+ done; rm -f $$TMP1 $$TMP2; exit $$FAIL
+
+-install: all doc
++install: all
+ $(srcdir)/autoconf/scripts/mkinstalldirs \
+ "$(DESTDIR)/$(bindir)"
+ $(srcdir)/autoconf/scripts/mkinstalldirs \
diff --git a/app-misc/pv/pv-0.9.9.ebuild b/app-misc/pv/pv-0.9.9.ebuild
index 9548cc4544b7..cdddf68e1a85 100644
--- a/app-misc/pv/pv-0.9.9.ebuild
+++ b/app-misc/pv/pv-0.9.9.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-0.9.9.ebuild,v 1.2 2007/07/05 01:24:19 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-0.9.9.ebuild,v 1.3 2007/07/07 01:39:20 angelos Exp $
+
+inherit eutils
DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
@@ -15,6 +17,7 @@ DEPEND="virtual/libc"
src_compile() {
econf $(use_enable nls) || die "configure failed"
+ epatch "${FILESDIR}/pv-remove-doc-target.patch"
emake || die "make failed"
}