diff options
author | 2012-09-05 07:12:12 +0000 | |
---|---|---|
committer | 2012-09-05 07:12:12 +0000 | |
commit | 0cf9b08795f286f3591ed7d0f2f7488346796385 (patch) | |
tree | 55685ed49683f137bcb51bb3371db7195f1694e5 /app-editors/jasspa-microemacs | |
parent | any mod support will do (diff) | |
download | historical-0cf9b08795f286f3591ed7d0f2f7488346796385.tar.gz historical-0cf9b08795f286f3591ed7d0f2f7488346796385.tar.bz2 historical-0cf9b08795f286f3591ed7d0f2f7488346796385.zip |
Use domenu instead insinto + doins to install .desktop files
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'app-editors/jasspa-microemacs')
-rw-r--r-- | app-editors/jasspa-microemacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog index 3c3b5a37fa83..82ea6b0be333 100644 --- a/app-editors/jasspa-microemacs/ChangeLog +++ b/app-editors/jasspa-microemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/jasspa-microemacs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.53 2012/05/29 20:52:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.54 2012/09/05 07:09:11 jlec Exp $ + + 05 Sep 2012; Justin Lecher <jlec@gentoo.org> + jasspa-microemacs-20091011-r2.ebuild: + Use domenu instead insinto + doins to install .desktop files 29 May 2012; Ulrich Müller <ulm@gentoo.org> -jasspa-microemacs-20091011-r1.ebuild: @@ -249,4 +253,3 @@ jasspa-microemacs-20021205.ebuild, metadata.xml: Initial import. Ebuild submitted by Randy Roesler <xhl178@shaw.ca>, closing bug #23734 - diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild index b59adef0cb3d..51125b301a80 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v 1.4 2012/05/29 19:15:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v 1.5 2012/09/05 07:09:11 jlec Exp $ EAPI=4 @@ -74,8 +74,7 @@ src_install() { insinto /usr/share doins -r "${WORKDIR}/jasspa" if use X; then - insinto /usr/share/applications - doins "${FILESDIR}/${PN}.desktop" + domenu "${FILESDIR}/${PN}.desktop" fi fi |