diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:12:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:12:12 +0000 |
commit | b920f060d53443b1396a449af7aeb943279dbf6c (patch) | |
tree | 0c2900a89f312f34f07b2014ace1be012c2cf235 /app-editors/xemacs | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | gentoo-2-b920f060d53443b1396a449af7aeb943279dbf6c.tar.gz gentoo-2-b920f060d53443b1396a449af7aeb943279dbf6c.tar.bz2 gentoo-2-b920f060d53443b1396a449af7aeb943279dbf6c.zip |
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r2.ebuild | 5 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.29-r2.ebuild | 5 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.30.ebuild | 5 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.31.ebuild | 5 |
5 files changed, 13 insertions, 13 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 170f48f25328..534f10f0c289 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xemacs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.160 2012/06/02 14:12:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.161 2012/09/05 07:12:12 jlec Exp $ + + 05 Sep 2012; Justin Lecher <jlec@gentoo.org> xemacs-21.4.22-r2.ebuild, + xemacs-21.5.29-r2.ebuild, xemacs-21.5.30.ebuild, xemacs-21.5.31.ebuild: + Use domenu instead insinto + doins to install .desktop files 02 Jun 2012; Alexis Ballier <aballier@gentoo.org> xemacs-21.5.31.ebuild: keyword ~amd64-fbsd diff --git a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild b/app-editors/xemacs/xemacs-21.4.22-r2.ebuild index 9e609ae1a0fb..1372dca42bcd 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-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/xemacs/xemacs-21.4.22-r2.ebuild,v 1.13 2012/03/18 12:58:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.14 2012/09/05 07:12:12 jlec Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -232,8 +232,7 @@ src_install() { insinto /usr/share/pixmaps newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop + domenu "${FILESDIR}"/${PN}.desktop } pkg_postinst() { diff --git a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild b/app-editors/xemacs/xemacs-21.5.29-r2.ebuild index b3bd46be1111..0cf35dcdeec9 100644 --- a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.5.29-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/xemacs/xemacs-21.5.29-r2.ebuild,v 1.10 2012/03/18 12:58:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.11 2012/09/05 07:12:12 jlec Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -227,8 +227,7 @@ src_install() { insinto /usr/share/pixmaps newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop + domenu "${FILESDIR}"/${PN}.desktop } pkg_postinst() { diff --git a/app-editors/xemacs/xemacs-21.5.30.ebuild b/app-editors/xemacs/xemacs-21.5.30.ebuild index cc2868ab8083..4142a5922583 100644 --- a/app-editors/xemacs/xemacs-21.5.30.ebuild +++ b/app-editors/xemacs/xemacs-21.5.30.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/xemacs/xemacs-21.5.30.ebuild,v 1.3 2012/03/18 12:58:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.30.ebuild,v 1.4 2012/09/05 07:12:12 jlec Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -219,8 +219,7 @@ src_install() { insinto /usr/share/pixmaps newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop + domenu "${FILESDIR}"/${PN}.desktop } pkg_postinst() { diff --git a/app-editors/xemacs/xemacs-21.5.31.ebuild b/app-editors/xemacs/xemacs-21.5.31.ebuild index ad7ce499698c..4de3f3d3c76d 100644 --- a/app-editors/xemacs/xemacs-21.5.31.ebuild +++ b/app-editors/xemacs/xemacs-21.5.31.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/xemacs/xemacs-21.5.31.ebuild,v 1.8 2012/06/02 14:12:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.9 2012/09/05 07:12:12 jlec Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -216,8 +216,7 @@ src_install() { insinto /usr/share/pixmaps newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop + domenu "${FILESDIR}"/${PN}.desktop } pkg_postinst() { |