diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2015-06-07 09:56:50 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2015-06-07 09:56:50 +0000 |
commit | 1fea93961414973ae2f17d94ba4a2697d285083c (patch) | |
tree | e674358ea850d76c4af83f7a1a575412557bb2ba /sci-electronics/gwave | |
parent | arm stable, bug #540290 (diff) | |
download | gentoo-2-1fea93961414973ae2f17d94ba4a2697d285083c.tar.gz gentoo-2-1fea93961414973ae2f17d94ba4a2697d285083c.tar.bz2 gentoo-2-1fea93961414973ae2f17d94ba4a2697d285083c.zip |
Drop 'nonfatal dodoc' (Bug #551188)
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x24083D3E28343508)
Diffstat (limited to 'sci-electronics/gwave')
-rw-r--r-- | sci-electronics/gwave/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20090213-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-electronics/gwave/ChangeLog b/sci-electronics/gwave/ChangeLog index 85ef9cf7fe36..f414196f8df6 100644 --- a/sci-electronics/gwave/ChangeLog +++ b/sci-electronics/gwave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/gwave -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.32 2013/10/17 18:26:26 tomjbe Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.33 2015/06/07 09:56:50 tomjbe Exp $ + + 07 Jun 2015; Thomas Beierlein <tomjbe@gentoo.org> gwave-20090213-r1.ebuild: + Drop 'nonfatal dodoc' (Bug #551188) 17 Oct 2013; Thomas Beierlein <tomjbe@gentoo.org> gwave-20090213-r1.ebuild: Fix missing -lX11 (bug #487934). Thanks M. Rowell for reporting diff --git a/sci-electronics/gwave/gwave-20090213-r1.ebuild b/sci-electronics/gwave/gwave-20090213-r1.ebuild index f14e977c7914..e87b9a4bd154 100644 --- a/sci-electronics/gwave/gwave-20090213-r1.ebuild +++ b/sci-electronics/gwave/gwave-20090213-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20090213-r1.ebuild,v 1.6 2013/10/17 18:26:26 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20090213-r1.ebuild,v 1.7 2015/06/07 09:56:50 tomjbe Exp $ EAPI="5" @@ -36,7 +36,7 @@ src_prepare() { src_install() { emake DESTDIR="${D}" install - nonfatal dodoc AUTHORS NEWS README TODO + dodoc AUTHORS NEWS README TODO newicon icons/wave-drag-ok.xpm gwave.xpm make_desktop_entry gwave "Gwave" gwave "Electronics" } |