summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-11-03 12:48:38 +0000
committerUlrich Müller <ulm@gentoo.org>2011-11-03 12:48:38 +0000
commite87b03f4edc20a63bf51c555873fef14636a95da (patch)
tree53cc1624a04758debf70a137d2e8dd296874f1d3 /app-editors
parentTrim changelog (diff)
downloadgentoo-2-e87b03f4edc20a63bf51c555873fef14636a95da.tar.gz
gentoo-2-e87b03f4edc20a63bf51c555873fef14636a95da.tar.bz2
gentoo-2-e87b03f4edc20a63bf51c555873fef14636a95da.zip
Adjust the set of source files installed with USE=source.
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/ChangeLog5
-rw-r--r--app-editors/emacs/emacs-23.3-r2.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index 50dd74c2f00d..67f42fcc5418 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.437 2011/10/11 17:03:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.438 2011/11/03 12:48:38 ulm Exp $
+
+ 03 Nov 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.3-r2.ebuild:
+ Adjust the set of source files installed with USE=source.
11 Oct 2011; Jeroen Roovers <jer@gentoo.org> emacs-23.3-r2.ebuild:
Stable for HPPA (bug #384297).
diff --git a/app-editors/emacs/emacs-23.3-r2.ebuild b/app-editors/emacs/emacs-23.3-r2.ebuild
index 79a1441239ca..32b7df698f88 100644
--- a/app-editors/emacs/emacs-23.3-r2.ebuild
+++ b/app-editors/emacs/emacs-23.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.10 2011/10/11 17:03:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.11 2011/11/03 12:48:38 ulm Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -232,7 +232,10 @@ src_install () {
insinto /usr/share/emacs/${FULL_VERSION}/src
# This is not meant to install all the source -- just the
# C source you might find via find-function
- doins src/*.[ch]
+ doins src/*.{c,h,m}
+ doins -r src/{m,s}
+ rm "${ED}"/usr/share/emacs/${FULL_VERSION}/src/Makefile.c
+ rm "${ED}"/usr/share/emacs/${FULL_VERSION}/src/{m,s}/README
c=""
fi