summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-12 09:05:57 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-12 09:05:57 +0000
commit5648f680f3949532b23c9a159d6b439b03881386 (patch)
tree5ab4ff5701a5bf563b8701baa55d094c7ecb42e1 /app-editors
parentstable x86, bug 161546 (diff)
downloadgentoo-2-5648f680f3949532b23c9a159d6b439b03881386.tar.gz
gentoo-2-5648f680f3949532b23c9a159d6b439b03881386.tar.bz2
gentoo-2-5648f680f3949532b23c9a159d6b439b03881386.zip
remove the dir file in the correct place and also remove desktop entry for live ebuild, fixes bug 170133
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild4
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild6
3 files changed, 10 insertions, 7 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index a8fda95f7d88..957672686c54 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.91 2007/03/07 05:21:07 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.92 2007/03/12 09:05:57 opfer Exp $
+
+ 12 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
+ emacs-cvs-22.0.95-r1.ebuild, emacs-cvs-22.0.9999-r5.ebuild:
+ remove the dir file in the correct place and also remove desktop entry for
+ live ebuild, fixes bug 170133
07 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
-files/40aspell-gentoo.el, emacs-cvs-22.0.95-r1.ebuild,
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild
index 03006b31a7cc..20c69f908735 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild,v 1.3 2007/03/07 05:21:07 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild,v 1.4 2007/03/12 09:05:57 opfer Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -195,7 +195,7 @@ pkg_postinst() {
# ecompress from Portage 2.2.* does auto-compression
# which is not desired for the dir file, so remove it to
# let it be recreated
- rm "${D}/usr/share/info/emacs-${SLOT}/dir.bz2" 2> /dev/null
+ rm "${ROOT}/usr/share/info/emacs-${SLOT}/dir.*" 2> /dev/null
if use X; then
elog "You need to install some fonts for Emacs. Under monolithic"
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild
index 41811c7bcaf2..931e7b7a4062 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild,v 1.3 2007/03/07 05:21:07 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild,v 1.4 2007/03/12 09:05:57 opfer Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -170,8 +170,6 @@ EOF
fi
dodoc BUGS ChangeLog README
-
- make_desktop_entry emacs Emacs /usr/share/emacs/${SLOT}/etc/images/icons/emacs_48.png editors
}
update-alternatives() {
@@ -202,7 +200,7 @@ pkg_postinst() {
# ecompress from Portage 2.2.* does auto-compression
# which is not desired for the dir file, so remove it to
# let it be recreated
- rm "${D}/usr/share/info/emacs-${SLOT}/dir.bz2" 2> /dev/null
+ rm "${ROOT}/usr/share/info/emacs-${SLOT}/dir.*" 2> /dev/null
if use X; then
elog "You need to install some fonts for Emacs. Under monolithic"