From 447f8cdd2c719d59f388478b564a0153c15e0f4b Mon Sep 17 00:00:00 2001 From: Michele Noberasco Date: Wed, 10 Mar 2010 11:23:20 +0000 Subject: Fixed INSTALLing missing documentation. Fixes bug #297342. (Portage version: 2.1.6.13/cvs/Linux i686) --- x11-plugins/wmifinfo/ChangeLog | 7 +++++-- x11-plugins/wmifinfo/wmifinfo-0.09.ebuild | 12 ++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'x11-plugins') diff --git a/x11-plugins/wmifinfo/ChangeLog b/x11-plugins/wmifinfo/ChangeLog index b5c2a9a67764..d22fab42d9f4 100644 --- a/x11-plugins/wmifinfo/ChangeLog +++ b/x11-plugins/wmifinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmifinfo -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v 1.19 2008/01/16 15:24:09 drac Exp $ +# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v 1.20 2010/03/10 11:23:20 s4t4n Exp $ + + 10 Mar 2010; Michele Noberasco wmifinfo-0.09.ebuild: + Fixed INSTALLing missing documentation. Fixes bug #297342. 16 Jan 2008; Samuli Suominen wmifinfo-0.09.ebuild: Fixed build system to respect CC, LD and LDFLAGS and marked amd64 stable. diff --git a/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild b/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild index e6f884806788..d73dcfb59662 100644 --- a/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild +++ b/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild,v 1.7 2008/01/16 15:24:09 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/wmifinfo-0.09.ebuild,v 1.8 2010/03/10 11:23:20 s4t4n Exp $ inherit toolchain-funcs @@ -22,14 +22,14 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - sed -i -e "s:-O2:${CFLAGS}:" "${S}"/Makefile + sed -i -e "s:-O2:${CFLAGS}:" "${S}"/Makefile || die } src_compile() { - emake CC="$(tc-getCC)" LD="$(tc-getCC) ${LDFLAGS}" || die "emake failed." + emake CC="$(tc-getCC)" LD="$(tc-getCC) ${LDFLAGS}" || die } src_install() { - dobin ${PN} - dodoc ChangeLog README + dobin ${PN} || die + dodoc README || die } -- cgit v1.2.3-65-gdbad