diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-03-10 11:23:20 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-03-10 11:23:20 +0000 |
commit | 447f8cdd2c719d59f388478b564a0153c15e0f4b (patch) | |
tree | 72dfdc65a7810d9c7852c16334f230e127c8bd37 /x11-plugins/wmifinfo | |
parent | Stable on x86 and amd64. (diff) | |
download | gentoo-2-447f8cdd2c719d59f388478b564a0153c15e0f4b.tar.gz gentoo-2-447f8cdd2c719d59f388478b564a0153c15e0f4b.tar.bz2 gentoo-2-447f8cdd2c719d59f388478b564a0153c15e0f4b.zip |
Fixed INSTALLing missing documentation. Fixes bug #297342.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmifinfo')
-rw-r--r-- | x11-plugins/wmifinfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmifinfo/wmifinfo-0.09.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
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 <s4t4n@gentoo.org> wmifinfo-0.09.ebuild: + Fixed INSTALLing missing documentation. Fixes bug #297342. 16 Jan 2008; Samuli Suominen <drac@gentoo.org> 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 } |