summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 08:17:42 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 08:17:42 +0000
commit7b5c76950fb5b9f7ce9dd4d446b4710ebbef4fba (patch)
tree19d1fb939f2cf7ca6531a9493f2d206760409047 /x11-plugins/wmload
parentUse domenu instead insinto + doins to install .desktop files (diff)
downloadgentoo-2-7b5c76950fb5b9f7ce9dd4d446b4710ebbef4fba.tar.gz
gentoo-2-7b5c76950fb5b9f7ce9dd4d446b4710ebbef4fba.tar.bz2
gentoo-2-7b5c76950fb5b9f7ce9dd4d446b4710ebbef4fba.zip
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmload')
-rw-r--r--x11-plugins/wmload/ChangeLog7
-rw-r--r--x11-plugins/wmload/wmload-0.9.2.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmload/ChangeLog b/x11-plugins/wmload/ChangeLog
index 5e200ab9b690..fedc60c3aaad 100644
--- a/x11-plugins/wmload/ChangeLog
+++ b/x11-plugins/wmload/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmload
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v 1.11 2010/08/25 15:54:04 darkside Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v 1.12 2012/09/05 08:17:42 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmload-0.9.2.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
25 Aug 2010; Jeremy Olexa <darkside@gentoo.org> wmload-0.9.2.ebuild,
+files/wmload-0.9.2-prefix.patch, +files/wmload.solaris.patch:
diff --git a/x11-plugins/wmload/wmload-0.9.2.ebuild b/x11-plugins/wmload/wmload-0.9.2.ebuild
index defdb35d43fa..ab4c6ae0ddf0 100644
--- a/x11-plugins/wmload/wmload-0.9.2.ebuild
+++ b/x11-plugins/wmload/wmload-0.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.11 2010/08/25 15:54:04 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.12 2012/09/05 08:17:42 jlec Exp $
EAPI=3
inherit eutils
@@ -46,6 +46,5 @@ src_install() {
dodoc README
- insinto /usr/share/applications
- doins "${FILESDIR}"/${PN}.desktop
+ domenu "${FILESDIR}"/${PN}.desktop
}