matsl       14/04/03 22:17:32

  Modified:             xemacs-21.5.34-r2.ebuild
  Removed:              xemacs-21.5.29-r2.ebuild xemacs-21.5.34.ebuild
                        xemacs-21.5.34-r1.ebuild xemacs-21.5.30.ebuild
  Log:
  Avoid XEmacs build problems with lisp files in /usr/share/xemacs-21.5-...
  by
   - Use src_compile setting EMACSLOADPATH suggested by Ulrich Mueller
   - Don't compress the el-files.
  
  Cleanup. Remove old ebuilds and patch files.
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  Changes    Path
1.2                  app-editors/xemacs/xemacs-21.5.34-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?r1=1.1&r2=1.2

Index: xemacs-21.5.34-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xemacs-21.5.34-r2.ebuild    17 Feb 2014 21:37:43 -0000      1.1
+++ xemacs-21.5.34-r2.ebuild    3 Apr 2014 22:17:32 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild,v 1.1 
2014/02/17 21:37:43 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild,v 1.2 
2014/04/03 22:17:32 matsl Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -178,13 +178,17 @@
                || die "configuration failed"
 }
 
+src_compile() {
+       emake EMACSLOADPATH="${S}"/lisp
+}
+
 src_install() {
        emake prefix="${D}"/usr \
                mandir="${D}"/usr/share/man/man1 \
                infodir="${D}"/usr/share/info \
                libdir="${D}"/usr/$(get_libdir) \
                datadir="${D}"/usr/share \
-               install gzip-el || die
+               install || die
 
        # Rename some applications installed in bin so that it is clear
        # which application installed them and so that conflicting




Reply via email to