summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-20 22:49:21 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-20 22:49:21 +0000
commitfa2fcd65f206da87f1d48aaa566f866445bb051c (patch)
treeef6a865b27e64546c6210b9761c8f7fa3e8b1440 /app-emacs/pymacs
parentRemoved all of the last instances of dlloader in the tree and also made sure ... (diff)
downloadgentoo-2-fa2fcd65f206da87f1d48aaa566f866445bb051c.tar.gz
gentoo-2-fa2fcd65f206da87f1d48aaa566f866445bb051c.tar.bz2
gentoo-2-fa2fcd65f206da87f1d48aaa566f866445bb051c.zip
remove some files from dodoc to avoid double installation resulting in user-needed input, reported by Ulrich Mueller <ulm@kph.uni-mainz.de> in bug 167280
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r--app-emacs/pymacs/ChangeLog8
-rw-r--r--app-emacs/pymacs/pymacs-0.22-r1.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog
index 8aab6c82d618..4ade202f61a0 100644
--- a/app-emacs/pymacs/ChangeLog
+++ b/app-emacs/pymacs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/pymacs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.13 2007/01/07 01:44:16 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.14 2007/02/20 22:49:21 opfer Exp $
+
+ 20 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
+ pymacs-0.22-r1.ebuild:
+ remove some files from dodoc to avoid double installation resulting in
+ user-needed input, reported by Ulrich Mueller <ulm@kph.uni-mainz.de> in bug
+ 167280
07 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> pymacs-0.22-r1.ebuild:
Stable on x86.
diff --git a/app-emacs/pymacs/pymacs-0.22-r1.ebuild b/app-emacs/pymacs/pymacs-0.22-r1.ebuild
index cf48c1e95972..04c613067539 100644
--- a/app-emacs/pymacs/pymacs-0.22-r1.ebuild
+++ b/app-emacs/pymacs/pymacs-0.22-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-emacs/pymacs/pymacs-0.22-r1.ebuild,v 1.6 2007/02/17 15:12:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22-r1.ebuild,v 1.7 2007/02/20 22:49:21 opfer Exp $
inherit distutils elisp eutils
@@ -37,5 +37,5 @@ src_install() {
doins ./pymacs.pdf
fi
cd "${S}"
- dodoc PKG-INFO README THANKS TODO THANKS-rebox ChangeLog ChangeLog-rebox
-}
+ dodoc THANKS THANKS-rebox
+} \ No newline at end of file