diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-11-23 10:26:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-11-23 10:26:38 +0000 |
commit | 9967ea25a48f7cda6233d4d6760aca17a9377f42 (patch) | |
tree | 3e30f6aa4fbb76bb0f3bfe7b9a54ddfea5bf64aa | |
parent | Remove old; this was moved to the Portage tree. (diff) | |
download | emacs-9967ea25a48f7cda6233d4d6760aca17a9377f42.tar.gz emacs-9967ea25a48f7cda6233d4d6760aca17a9377f42.tar.bz2 emacs-9967ea25a48f7cda6233d4d6760aca17a9377f42.zip |
Initial import.
svn path=/emacs-overlay/; revision=1217
-rw-r--r-- | app-emacs/faith/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/faith/Manifest | 5 | ||||
-rw-r--r-- | app-emacs/faith/faith-1.9.ebuild | 16 | ||||
-rw-r--r-- | app-emacs/faith/files/50faith-gentoo.el | 16 | ||||
-rw-r--r-- | app-emacs/faith/metadata.xml | 5 |
5 files changed, 52 insertions, 0 deletions
diff --git a/app-emacs/faith/ChangeLog b/app-emacs/faith/ChangeLog new file mode 100644 index 0000000..c629c2c --- /dev/null +++ b/app-emacs/faith/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emacs/faith +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*faith-1.9 (23 Nov 2008) + + 23 Nov 2008; Ulrich Mueller <ulm@gentoo.org> +files/50faith-gentoo.el, + +metadata.xml, +faith-1.9.ebuild: + Initial import. Ebuild contributed by me. + diff --git a/app-emacs/faith/Manifest b/app-emacs/faith/Manifest new file mode 100644 index 0000000..e1ddee8 --- /dev/null +++ b/app-emacs/faith/Manifest @@ -0,0 +1,5 @@ +AUX 50faith-gentoo.el 650 RMD160 408c08c470701b01c4139c685cd4a5ececed7f4a SHA1 72067689f43ecd5103c02336a17fec108e813b78 SHA256 ba76b9e74c39b213f9a98aeaa86656e222f56e1ff4d2c9165770c2c83ff180b6 +DIST faith-1.9.el.bz2 8875 RMD160 33cb45fac2aed0169f9cf229cd67f2a8b5bece33 SHA1 bf23408e51344d36f0b5107f930d5ed7a9fd9236 SHA256 26d7ed0a762e4aa6c82958650272b10248a3fdf97d440baef3ecdd37d5133c76 +EBUILD faith-1.9.ebuild 393 RMD160 276e21f9f4a88d9311a8baa64c1560b6b19c8ef1 SHA1 df1470ced2672c7db9f01fb3b509c5b553ad1176 SHA256 a1999f407d86fcc700f458ae3c2c34c0461193d7ef9017e0417bf4c787c56a2f +MISC ChangeLog 296 RMD160 a0fc8501ac0fb1452d97ea7801af98d788dc5cc9 SHA1 9762561e464300ea3f06eafaeb100f19a62235bb SHA256 4215e5d5d80e48ce1c7231807a05d8f9bd2b8426e33ab2673b44ab1a6d00fba3 +MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab diff --git a/app-emacs/faith/faith-1.9.ebuild b/app-emacs/faith/faith-1.9.ebuild new file mode 100644 index 0000000..230c609 --- /dev/null +++ b/app-emacs/faith/faith-1.9.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit elisp + +DESCRIPTION="Helps spreading the true faith!" +HOMEPAGE="http://www.gnufans.net/~deego/emacspub/lisp-mine/faith/" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SITEFILE=50${PN}-gentoo.el diff --git a/app-emacs/faith/files/50faith-gentoo.el b/app-emacs/faith/files/50faith-gentoo.el new file mode 100644 index 0000000..3ed5237 --- /dev/null +++ b/app-emacs/faith/files/50faith-gentoo.el @@ -0,0 +1,16 @@ + +;;; faith site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'faith-insert "faith" + "Insert a quote right here, right now, in the current buffer" t) +(autoload 'faith "faith" + "Switch to buffer *faith* and insert faith-snippets there." t) +(autoload 'faith-quote "faith" + "Helps reinforce and spread faith in the ONE TRUE EDITOR." t) +(autoload 'faith-correct-buffer "faith" + "Replace false Gods by the ONE TRUE GOD." t) +(autoload 'faith-correct-region "faith" + "Replace false Gods by the ONE TRUE GOD in region delimited by B and E." t) +(autoload 'faith-correct-string "faith" + "Replace false Gods by the ONE TRUE GOD." t) diff --git a/app-emacs/faith/metadata.xml b/app-emacs/faith/metadata.xml new file mode 100644 index 0000000..bc306fe --- /dev/null +++ b/app-emacs/faith/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +</pkgmetadata> |