summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-01 06:56:36 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-01 06:56:36 +0000
commitbabe04b7faccb26651e5f3661248658b3f0560ee (patch)
tree7358b900ea0426eb975b9be100286960a8b9ab22 /app-editors/emacs-cvs
parentAdded ~ppc64; bug #164242 (diff)
downloadgentoo-2-babe04b7faccb26651e5f3661248658b3f0560ee.tar.gz
gentoo-2-babe04b7faccb26651e5f3661248658b3f0560ee.tar.bz2
gentoo-2-babe04b7faccb26651e5f3661248658b3f0560ee.zip
finally fix the dir file compression
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r--app-editors/emacs-cvs/ChangeLog6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild10
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild10
3 files changed, 13 insertions, 13 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 1ca21ba9c755..8e60e6847d84 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,10 @@
# 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.70 2007/01/31 08:36:55 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.71 2007/02/01 06:56:36 opfer Exp $
+
+ 01 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
+ emacs-cvs-22.0.93-r1.ebuild, emacs-cvs-22.0.9999-r1.ebuild:
+ finally fix the dir file compression
31 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
emacs-cvs-22.0.93-r1.ebuild, emacs-cvs-22.0.9999-r1.ebuild:
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild
index db84d0c108c1..aa1f47dcea91 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.0.93-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.93-r1.ebuild,v 1.2 2007/01/31 08:36:55 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.93-r1.ebuild,v 1.3 2007/02/01 06:56:36 opfer Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -180,11 +180,9 @@ pkg_postinst() {
elisp-site-regen
# ecompress from Portage 2.2.* does auto-compression
- # which is not desired for the dir file
- # temporary fix until we know how to fix it properly
- if [ -f /usr/share/info/emacs-${SLOT}/dir.bz2 ]; then
- bunzip2 -q /usr/share/info/emacs-${SLOT}/dir.bz2
- fi
+ # 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"
if use X; then
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild
index 8df675b3cb77..a6af73e59e57 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-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.9999-r1.ebuild,v 1.4 2007/01/31 08:36:55 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r1.ebuild,v 1.5 2007/02/01 06:56:36 opfer Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -185,11 +185,9 @@ pkg_postinst() {
elisp-site-regen
# ecompress from Portage 2.2.* does auto-compression
- # which is not desired for the dir file
- # temporary fix until we know how to fix it properly
- if [ -f /usr/share/info/emacs-${SLOT}/dir.bz2 ]; then
- bunzip2 -q /usr/share/info/emacs-${SLOT}/dir.bz2
- fi
+ # 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"
if use X; then
elog "You need to install some fonts for Emacs. Under monolithic"