diff options
author | Serkan Kaba <serkan@gentoo.org> | 2008-11-30 14:55:46 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2008-11-30 14:55:46 +0000 |
commit | ddec0fa8d619b005004884299698eee681b0c5d1 (patch) | |
tree | ec063a27f44e8f471a8a28f7c264f6c3270ed1ab /x11-libs | |
parent | amd64/x86 stable, bug #249107 (diff) | |
download | gentoo-2-ddec0fa8d619b005004884299698eee681b0c5d1.tar.gz gentoo-2-ddec0fa8d619b005004884299698eee681b0c5d1.tar.bz2 gentoo-2-ddec0fa8d619b005004884299698eee681b0c5d1.zip |
Fix Makefile.in to avoid plain docs to be installed.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtkhotkey/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/gtkhotkey/ChangeLog b/x11-libs/gtkhotkey/ChangeLog index d4fd78bae27a..8b8b940ada5f 100644 --- a/x11-libs/gtkhotkey/ChangeLog +++ b/x11-libs/gtkhotkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtkhotkey # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/ChangeLog,v 1.3 2008/11/27 18:32:35 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/ChangeLog,v 1.4 2008/11/30 14:55:46 serkan Exp $ + + 30 Nov 2008; Serkan Kaba <serkan@gentoo.org> gtkhotkey-0.2.0.ebuild: + Fix Makefile.in to avoid plain docs to be installed. 27 Nov 2008; Serkan Kaba <serkan@gentoo.org> +files/gtkhotkey-0.2.0-buildfixes.patch, gtkhotkey-0.2.0.ebuild: diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild index 514f26386336..6cd6d0a5dcd8 100644 --- a/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild +++ b/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild,v 1.4 2008/11/27 18:32:35 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild,v 1.5 2008/11/30 14:55:46 serkan Exp $ EAPI="2" @@ -31,6 +31,7 @@ DEPEND="${COMMON_DEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-buildfixes.patch eautoreconf + sed -i -e "s: install-gtkhotkeydocDATA ::" Makefile.in || die "Patching Makefile.in failed" } src_install() { |