diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-24 21:32:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-24 21:32:03 +0000 |
commit | 88d82794646f763f4d30c527c552e52860af567e (patch) | |
tree | f1508bc938e90ca297eadce2d71f6cb6037715b4 /app-emacs | |
parent | - version bump for newer 2.6.x kernels (diff) | |
download | historical-88d82794646f763f4d30c527c552e52860af567e.tar.gz historical-88d82794646f763f4d30c527c552e52860af567e.tar.bz2 historical-88d82794646f763f4d30c527c552e52860af567e.zip |
Set the load-path during site initialisation.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/emacs-wget/Manifest | 14 | ||||
-rw-r--r-- | app-emacs/emacs-wget/files/65emacs-wget-gentoo.el | 1 |
3 files changed, 18 insertions, 4 deletions
diff --git a/app-emacs/emacs-wget/ChangeLog b/app-emacs/emacs-wget/ChangeLog index 3c61b477d27d..d0ecb355d089 100644 --- a/app-emacs/emacs-wget/ChangeLog +++ b/app-emacs/emacs-wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/emacs-wget -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.18 2007/12/02 14:41:42 opfer Exp $ +# 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 $ + + 24 Mar 2008; Ulrich Mueller <ulm@gentoo.org> files/65emacs-wget-gentoo.el: + Set the load-path during site initialisation. 02 Dec 2007; Christian Faulhammer <opfer@gentoo.org> emacs-wget-0.5.0.ebuild: diff --git a/app-emacs/emacs-wget/Manifest b/app-emacs/emacs-wget/Manifest index 72e9a6035fb8..ef4ab161f49a 100644 --- a/app-emacs/emacs-wget/Manifest +++ b/app-emacs/emacs-wget/Manifest @@ -1,5 +1,15 @@ -AUX 65emacs-wget-gentoo.el 252 RMD160 10e908a47a6ff86a6175cd6276297705e59a586e SHA1 a1942341cbd25e066bd67d4adac7553bd980188b SHA256 10801c92a607607f72e68af4cefe9522e81dd5274b184242665e8f7a42a4787d +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX 65emacs-wget-gentoo.el 290 RMD160 e8f988f6f00e8c57713366ce40965decac985fa4 SHA1 a2f1a53d54d50a2192bd43c412f4e410e1a5dfd3 SHA256 b019f0025a2524cd936d3b5761ab7879f33a52d7721ee0039c5b5c0b6747f64b DIST emacs-wget-0.5.0.tar.gz 37074 RMD160 9b4d554047a470a08b2603a4845f1634abaf7abc SHA1 f4a6406268e82dbbebfeaa17954189ebc6129a0e SHA256 ce59516c15f9de0c637d033419605c58f4da2f5ba762f74a5911cc96b6df7e81 EBUILD emacs-wget-0.5.0.ebuild 644 RMD160 da64f2fc3e373d57364d7f57529deb4111559b75 SHA1 0973b2d9c0cf64edefb10cd8f98186132fbce024 SHA256 d1ba286efcfd77b29620ace92da4a36bce3725860155a2109631a7fd5e86fca3 -MISC ChangeLog 2113 RMD160 d0f7fe2735c4c5787b51f6058bff49af6d42f4a1 SHA1 0955a193003ce3a129502348b9fc1aea7471b8d8 SHA256 d4e58517a6ea02d94ec89f3844134fe9e607b1ec2a04d6345fdb3fd4023ee1d3 +MISC ChangeLog 2237 RMD160 816f5285730e2e9ecdbe2afe579953e503e1097a SHA1 2b06edd1c15db92b767b6ec8dd5098761863c0c7 SHA256 8e27917869644b6ea5afdb1292da9580e3a584a64cdaeaec25d9e7db4f9b52a0 MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.8 (GNU/Linux) + +iEYEARECAAYFAkfoHboACgkQOeoy/oIi7uzVQQCfSMaENlQ8dKcQUuoxTe7nyl8O +iP0AoKkcyhrz2Ra/2OHQBOmX2FBuRoMJ +=DLp6 +-----END PGP SIGNATURE----- diff --git a/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el index 538f601f94b9..af86cfd06699 100644 --- a/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el +++ b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el @@ -1,6 +1,7 @@ ;;; emacs-wget site-lisp configuration +(add-to-list 'load-path "@SITELISP@") (autoload 'wget "wget" "wget interface for Emacs." t) (autoload 'wget-web-page "wget" "wget interface to download whole web page." t) (load "w3m-wget") |