diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 08:48:48 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 08:48:48 +0000 |
commit | 9b36cbb58f52e051429c314f8f9cbcc99c289d85 (patch) | |
tree | 9fc1f83e2f5c5a8e0ff621631ec950b25846155b /app-editors/xemacs | |
parent | Use doicon instead insinto + doins to install icon files (diff) | |
download | gentoo-2-9b36cbb58f52e051429c314f8f9cbcc99c289d85.tar.gz gentoo-2-9b36cbb58f52e051429c314f8f9cbcc99c289d85.tar.bz2 gentoo-2-9b36cbb58f52e051429c314f8f9cbcc99c289d85.zip |
Use doicon instead insinto + doins to install icon 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 534f10f0c289..f72e005cc63f 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.161 2012/09/05 07:12:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.162 2012/09/05 08:48:48 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 doicon instead insinto + doins to install icon files 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: diff --git a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild b/app-editors/xemacs/xemacs-21.4.22-r2.ebuild index 1372dca42bcd..afcb60b3de3c 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.14 2012/09/05 07:12:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.15 2012/09/05 08:48:48 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 @@ -229,8 +229,7 @@ src_install() { dodoc BUGS CHANGES-* ChangeLog GETTING* INSTALL PROBLEMS README* dodoc "${FILESDIR}"/README.Gentoo - insinto /usr/share/pixmaps - newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm + newicon "${S}"/etc/${PN}-icon.xpm ${PN}.xpm domenu "${FILESDIR}"/${PN}.desktop } diff --git a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild b/app-editors/xemacs/xemacs-21.5.29-r2.ebuild index 0cf35dcdeec9..7c4b80f823f5 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.11 2012/09/05 07:12:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.12 2012/09/05 08:48:48 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 @@ -224,8 +224,7 @@ src_install() { cd "${S}" dodoc CHANGES-* ChangeLog INSTALL Installation PROBLEMS README* - insinto /usr/share/pixmaps - newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm + newicon "${S}"/etc/${PN}-icon.xpm ${PN}.xpm domenu "${FILESDIR}"/${PN}.desktop } diff --git a/app-editors/xemacs/xemacs-21.5.30.ebuild b/app-editors/xemacs/xemacs-21.5.30.ebuild index 4142a5922583..40b4bbd7b510 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.4 2012/09/05 07:12:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.30.ebuild,v 1.5 2012/09/05 08:48:48 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() { cd "${S}" dodoc CHANGES-* ChangeLog INSTALL Installation PROBLEMS README* - insinto /usr/share/pixmaps - newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm + newicon "${S}"/etc/${PN}-icon.xpm ${PN}.xpm domenu "${FILESDIR}"/${PN}.desktop } diff --git a/app-editors/xemacs/xemacs-21.5.31.ebuild b/app-editors/xemacs/xemacs-21.5.31.ebuild index 4de3f3d3c76d..ccb1574c9fee 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.9 2012/09/05 07:12:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.10 2012/09/05 08:48:48 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 @@ -213,8 +213,7 @@ src_install() { cd "${S}" dodoc CHANGES-* ChangeLog INSTALL Installation PROBLEMS README* - insinto /usr/share/pixmaps - newins "${S}"/etc/${PN}-icon.xpm ${PN}.xpm + newicon "${S}"/etc/${PN}-icon.xpm ${PN}.xpm domenu "${FILESDIR}"/${PN}.desktop } |