diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-21 19:51:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-21 19:51:01 +0000 |
commit | 819efb7e5239760efced22f56b48186c72c08cea (patch) | |
tree | 4131c24fe5d44aa939d6066ee69945fa063d3d6f /x11-wm/windowmaker | |
parent | inherit eutils for make_desktop_entry (diff) | |
download | gentoo-2-819efb7e5239760efced22f56b48186c72c08cea.tar.gz gentoo-2-819efb7e5239760efced22f56b48186c72c08cea.tar.bz2 gentoo-2-819efb7e5239760efced22f56b48186c72c08cea.zip |
inherit eutils for make_desktop_entry
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.95.1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.95.2.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
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 <ssuominen@gentoo.org> + windowmaker-0.95.1.ebuild, windowmaker-0.95.2.ebuild: + inherit eutils for make_desktop_entry 15 Mar 2012; Bernard Cafarelli <voyageur@gentoo.org> 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/" |