Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ulm 08/08/27 13:22:35
Modified: emacs-wget-0.5.0.ebuild ChangeLog
Log:
Use eclass default instead of elisp-comp, bug 235442.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Revision Changes Path
1.11 app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?r1=1.10&r2=1.11
Index: emacs-wget-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- emacs-wget-0.5.0.ebuild 2 Dec 2007 14:41:42 -0000 1.10
+++ emacs-wget-0.5.0.ebuild 27 Aug 2008 13:22:34 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.10 2007/12/02 14:41:42 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.11 2008/08/27 13:22:34 ulm Exp $
inherit elisp
@@ -17,7 +17,3 @@
SITEFILE=65${PN}-gentoo.el
DOCS="ChangeLog README* USAGE*"
-
-src_compile() {
- elisp-comp *.el || die "elisp-comp failed"
-}
1.20 app-emacs/emacs-wget/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 24 Mar 2008 21:32:03 -0000 1.19
+++ ChangeLog 27 Aug 2008 13:22:34 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/emacs-wget
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.19 2008/03/24 21:32:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.20 2008/08/27 13:22:34 ulm Exp $
+
+ 27 Aug 2008; Ulrich Mueller <ulm@g.o> emacs-wget-0.5.0.ebuild:
+ Use eclass default instead of elisp-comp, bug 235442.
24 Mar 2008; Ulrich Mueller <ulm@g.o> files/65emacs-wget-gentoo.el:
Set the load-path during site initialisation.
|
|