diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-08-18 03:12:00 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-08-18 03:12:00 +0000 |
commit | 90b636a1a4ad457539ec9f438daa303d72e1a99d (patch) | |
tree | 44b6f4155bd75de45cde54a1eeb481d0687c5b82 | |
parent | Fixed compile issue, bug #185360. (diff) | |
download | gentoo-2-90b636a1a4ad457539ec9f438daa303d72e1a99d.tar.gz gentoo-2-90b636a1a4ad457539ec9f438daa303d72e1a99d.tar.bz2 gentoo-2-90b636a1a4ad457539ec9f438daa303d72e1a99d.zip |
Remove unneeded patch and add dodoc
(Portage version: 2.1.3.6)
-rw-r--r-- | app-misc/pv/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/pv/pv-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-misc/pv/ChangeLog b/app-misc/pv/ChangeLog index 8c20d4b713b3..0c576146f67d 100644 --- a/app-misc/pv/ChangeLog +++ b/app-misc/pv/ChangeLog @@ -1,6 +1,9 @@ # 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.27 2007/08/14 13:22:36 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/ChangeLog,v 1.28 2007/08/18 03:12:00 angelos Exp $ + + 18 Aug 2007; Christoph Mende <angelos@gentoo.org> pv-1.0.1.ebuild: + Remove unneeded patch and add dodoc 14 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> pv-0.9.9.ebuild: Stable on sparc diff --git a/app-misc/pv/pv-1.0.1.ebuild b/app-misc/pv/pv-1.0.1.ebuild index ab6b4ee20ed0..82e8031553fa 100644 --- a/app-misc/pv/pv-1.0.1.ebuild +++ b/app-misc/pv/pv-1.0.1.ebuild @@ -1,6 +1,6 @@ # 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-1.0.1.ebuild,v 1.1 2007/08/13 02:05:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-1.0.1.ebuild,v 1.2 2007/08/18 03:12:00 angelos Exp $ inherit eutils @@ -20,10 +20,12 @@ src_compile() { $(use_enable nls) \ $(use_enable debug debugging) \ || die "configure failed" - #epatch "${FILESDIR}/pv-remove-doc-target.patch" + emake || die "make failed" } src_install() { make DESTDIR=${D} UNINSTALL=/bin/true install || die "install failed" + + dodoc README doc/NEWS doc/TODO } |