diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-02-25 10:29:53 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-02-25 10:29:53 +0000 |
commit | 63e5edbd3f0d72dd9e2a1b3f763c5a8de73b5ed7 (patch) | |
tree | 7cfb28e3278d2c667c99236e45e317322b82ef50 /net-misc/omnievents | |
parent | stable x86, bug 306099 (diff) | |
download | gentoo-2-63e5edbd3f0d72dd9e2a1b3f763c5a8de73b5ed7.tar.gz gentoo-2-63e5edbd3f0d72dd9e2a1b3f763c5a8de73b5ed7.tar.bz2 gentoo-2-63e5edbd3f0d72dd9e2a1b3f763c5a8de73b5ed7.zip |
Do not install ELF files to /usr/share wrt bug #295764 by flameeyes.
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'net-misc/omnievents')
-rw-r--r-- | net-misc/omnievents/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/omnievents/omnievents-2.6.2.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-misc/omnievents/ChangeLog b/net-misc/omnievents/ChangeLog index b0b7fb5513e7..b3dc7a3614bc 100644 --- a/net-misc/omnievents/ChangeLog +++ b/net-misc/omnievents/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/omnievents -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omnievents/ChangeLog,v 1.6 2009/07/20 15:16:32 vostorga Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/omnievents/ChangeLog,v 1.7 2010/02/25 10:29:53 phajdan.jr Exp $ + + 25 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + omnievents-2.6.2.ebuild: + Do not install ELF files to /usr/share wrt bug #295764 by flameeyes. 20 Jul 2009; Víctor Ostorga <vostorga@gentoo.org> omnievents-2.6.2.ebuild, +files/omnievents-2.6.2-gcc44.patch: diff --git a/net-misc/omnievents/omnievents-2.6.2.ebuild b/net-misc/omnievents/omnievents-2.6.2.ebuild index fc3cfa931d08..3749bdc250e6 100644 --- a/net-misc/omnievents/omnievents-2.6.2.ebuild +++ b/net-misc/omnievents/omnievents-2.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omnievents/omnievents-2.6.2.ebuild,v 1.5 2009/07/20 15:16:32 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omnievents/omnievents-2.6.2.ebuild,v 1.6 2010/02/25 10:29:53 phajdan.jr Exp $ inherit eutils versionator @@ -39,6 +39,9 @@ src_install () { dohtml -A xml -x man,rc -r doc/* + # Remove ELF files from examples that go to /usr/share, bug #295764. + rm examples/{pull,push}{cons,supp}{,.o} || die "rm failed" + insinto /usr/share/doc/${PF}/examples doins -r examples/* |