From 819efb7e5239760efced22f56b48186c72c08cea Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 21 May 2012 19:51:01 +0000 Subject: inherit eutils for make_desktop_entry (Portage version: 2.2.0_alpha107/cvs/Linux x86_64) --- x11-wm/windowmaker/ChangeLog | 6 +++++- x11-wm/windowmaker/windowmaker-0.95.1.ebuild | 4 ++-- x11-wm/windowmaker/windowmaker-0.95.2.ebuild | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'x11-wm/windowmaker') diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index c45dba60165a..6697adb8645a 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowmaker # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.132 2012/03/15 14:03:52 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.133 2012/05/21 19:51:01 ssuominen Exp $ + + 21 May 2012; Samuli Suominen + windowmaker-0.95.1.ebuild, windowmaker-0.95.2.ebuild: + inherit eutils for make_desktop_entry 15 Mar 2012; Bernard Cafarelli windowmaker-0.95.1.ebuild, windowmaker-0.95.2.ebuild: diff --git a/x11-wm/windowmaker/windowmaker-0.95.1.ebuild b/x11-wm/windowmaker/windowmaker-0.95.1.ebuild index f23d0165aa39..30f48dafa260 100644 --- a/x11-wm/windowmaker/windowmaker-0.95.1.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.95.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.1.ebuild,v 1.2 2012/03/15 14:03:52 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.1.ebuild,v 1.3 2012/05/21 19:51:01 ssuominen Exp $ EAPI=4 -inherit autotools +inherit autotools eutils DESCRIPTION="The fast and light GNUstep window manager" HOMEPAGE="http://www.windowmaker.org/" diff --git a/x11-wm/windowmaker/windowmaker-0.95.2.ebuild b/x11-wm/windowmaker/windowmaker-0.95.2.ebuild index cd6a7d6bae52..3c33afa4d8e6 100644 --- a/x11-wm/windowmaker/windowmaker-0.95.2.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.95.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.2.ebuild,v 1.2 2012/03/15 14:03:52 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.2.ebuild,v 1.3 2012/05/21 19:51:01 ssuominen Exp $ EAPI=4 +inherit eutils DESCRIPTION="The fast and light GNUstep window manager" HOMEPAGE="http://www.windowmaker.org/" -- cgit v1.2.3-65-gdbad