diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-03 20:05:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-03 20:05:50 +0000 |
commit | d09efc81c9952700e59a4bbb4a54efd3c436c6c8 (patch) | |
tree | 11327effe7d190b04707fce0f44c9f8002cd65c0 | |
parent | Remove USE="nls" from 1.2.9999 because sys-devel/gettext is always required f... (diff) | |
download | gentoo-2-d09efc81c9952700e59a4bbb4a54efd3c436c6c8.tar.gz gentoo-2-d09efc81c9952700e59a4bbb4a54efd3c436c6c8.tar.bz2 gentoo-2-d09efc81c9952700e59a4bbb4a54efd3c436c6c8.zip |
Do not bother saving config.h as a doc since we use savedconfig.eclass and it does the same thing.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
-rw-r--r-- | x11-wm/dwm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/dwm/dwm-6.0.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/x11-wm/dwm/ChangeLog b/x11-wm/dwm/ChangeLog index 4f77c080f1d8..5a5bce303e6f 100644 --- a/x11-wm/dwm/ChangeLog +++ b/x11-wm/dwm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/dwm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/ChangeLog,v 1.77 2011/12/27 20:33:12 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/ChangeLog,v 1.78 2012/01/03 20:05:50 vapier Exp $ + + 03 Jan 2012; Mike Frysinger <vapier@gentoo.org> dwm-6.0.ebuild: + Do not bother saving config.h as a doc since we use savedconfig.eclass and it + does the same thing. 27 Dec 2011; Jeroen Roovers <jer@gentoo.org> dwm-6.0.ebuild: Clean up savedconfig logic/output. diff --git a/x11-wm/dwm/dwm-6.0.ebuild b/x11-wm/dwm/dwm-6.0.ebuild index 16315bd2c093..344ab2dd190c 100644 --- a/x11-wm/dwm/dwm-6.0.ebuild +++ b/x11-wm/dwm/dwm-6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-6.0.ebuild,v 1.2 2011/12/27 20:33:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-6.0.ebuild,v 1.3 2012/01/03 20:05:50 vapier Exp $ EAPI="4" @@ -46,9 +46,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" PREFIX="/usr" install - insinto /usr/share/${PN} - newins config.h ${PF}.config.h - exeinto /etc/X11/Sessions newexe "${FILESDIR}"/dwm-session2 dwm |