summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-01-29 13:28:37 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-01-29 13:28:37 +0000
commit68759d6e904e9c9cdd7c475bd8f21811fb37f8ee (patch)
tree77e7a197a738a00017089d0cdf70a4eb9178c68e /app-editors/emacs-cvs
parentpackage.masking apr/apr-util-0.9.13, until the weird IP-adress bug (#164379) ... (diff)
downloadgentoo-2-68759d6e904e9c9cdd7c475bd8f21811fb37f8ee.tar.gz
gentoo-2-68759d6e904e9c9cdd7c475bd8f21811fb37f8ee.tar.bz2
gentoo-2-68759d6e904e9c9cdd7c475bd8f21811fb37f8ee.zip
also fix double compressed info files for this version
(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-23.0.0-r1.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 501234016b96..b73c3c3cf670 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.64 2007/01/26 15:34:01 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.65 2007/01/29 13:28:37 opfer Exp $
+
+ 29 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
+ emacs-cvs-23.0.0-r1.ebuild:
+ also fix double compressed info files for this version
*emacs-cvs-22.0.93 (26 Jan 2007)
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild
index 026e1e8212f1..a4dd308a229b 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0-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-23.0.0-r1.ebuild,v 1.5 2007/01/05 14:16:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild,v 1.6 2007/01/29 13:28:37 opfer Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -123,7 +123,6 @@ src_install () {
do
if [ "${i##*/}" != emacs-${SLOT} ] ; then
mv ${i} ${i/info/info/emacs-${SLOT}}.info
- gzip -9 ${i/info/info/emacs-${SLOT}}.info
fi
done