diff options
-rw-r--r-- | app-emacs/h4x0r/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/h4x0r/files/50h4x0r-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/h4x0r/files/51h4x0r-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/h4x0r/h4x0r-0.13-r1.ebuild | 6 |
4 files changed, 12 insertions, 15 deletions
diff --git a/app-emacs/h4x0r/ChangeLog b/app-emacs/h4x0r/ChangeLog index 9051bbb2c9a5..326936b30580 100644 --- a/app-emacs/h4x0r/ChangeLog +++ b/app-emacs/h4x0r/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/h4x0r -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/ChangeLog,v 1.15 2007/10/15 20:03:16 ulm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/ChangeLog,v 1.16 2010/01/17 19:11:14 ulm Exp $ + + 17 Jan 2010; Ulrich Mueller <ulm@gentoo.org> files/50h4x0r-gentoo.el, + h4x0r-0.13-r1.ebuild, -files/51h4x0r-gentoo.el: + Clean up old site-init file. 15 Oct 2007; Ulrich Mueller <ulm@gentoo.org> h4x0r-0.13-r1.ebuild: amd64 stable, bug #195512. diff --git a/app-emacs/h4x0r/files/50h4x0r-gentoo.el b/app-emacs/h4x0r/files/50h4x0r-gentoo.el index b8649be01ce8..d2af8119a174 100644 --- a/app-emacs/h4x0r/files/50h4x0r-gentoo.el +++ b/app-emacs/h4x0r/files/50h4x0r-gentoo.el @@ -1,5 +1,4 @@ - -;;; h4x0r site-lisp configuration (add-to-list 'load-path "@SITELISP@") -(require 'h4x0r) - +(autoload 'h4x0r-region "h4x0r" "Convert region to h4x0r-talk." t) +(autoload 'h4x0r-buffer "h4x0r" "Convert entire buffer to h4x0r-talk." t) +(autoload 'h4x0r-word-at-point "h4x0r" nil t) diff --git a/app-emacs/h4x0r/files/51h4x0r-gentoo.el b/app-emacs/h4x0r/files/51h4x0r-gentoo.el deleted file mode 100644 index de5ae3539a76..000000000000 --- a/app-emacs/h4x0r/files/51h4x0r-gentoo.el +++ /dev/null @@ -1,6 +0,0 @@ - -;;; h4x0r site-lisp configuration -(add-to-list 'load-path "@SITELISP@") -(autoload 'h4x0r-region "h4x0r" "Convert region to h4x0r-talk." t) -(autoload 'h4x0r-buffer "h4x0r" "Convert entire buffer to h4x0r-talk." t) -(autoload 'h4x0r-word-at-point "h4x0r" nil t) diff --git a/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild b/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild index d6f8ecc13836..a736b645bde8 100644 --- a/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild +++ b/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild,v 1.5 2007/10/15 20:03:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild,v 1.6 2010/01/17 19:11:14 ulm Exp $ inherit elisp @@ -13,4 +13,4 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -SITEFILE=51${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" |