diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-01 02:52:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-01 02:52:02 +0000 |
commit | ce2fa6f6c4951c11ef10627b81603f112c0b62a8 (patch) | |
tree | 3f697c6e444c56ff856d2d5e5300c606d2462d12 /app-emacs/eperiodic | |
parent | masked app-emacs/monk (incomplete for now) (diff) | |
download | historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.tar.gz historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.tar.bz2 historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.zip |
looks like an app-emacs/ import to me
Diffstat (limited to 'app-emacs/eperiodic')
-rw-r--r-- | app-emacs/eperiodic/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/eperiodic/eperiodic-1.26.ebuild | 38 | ||||
-rw-r--r-- | app-emacs/eperiodic/files/50eperiodic-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/eperiodic/files/digest-eperiodic-1.26 | 1 |
4 files changed, 57 insertions, 0 deletions
diff --git a/app-emacs/eperiodic/ChangeLog b/app-emacs/eperiodic/ChangeLog new file mode 100644 index 000000000000..8b20a0902e4c --- /dev/null +++ b/app-emacs/eperiodic/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-emacs/eperiodic +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/eperiodic/ChangeLog,v 1.1 2002/11/01 02:52:01 mkennedy Exp $ + +*eperiodic-1.26 (31 Oct 2002) + + 31 Oct 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + eperiodic-1.26.ebuild, files/50eperiodic-gentoo.el, + files/digest-eperiodic-1.26 : + + Initial import. diff --git a/app-emacs/eperiodic/eperiodic-1.26.ebuild b/app-emacs/eperiodic/eperiodic-1.26.ebuild new file mode 100644 index 000000000000..7862b1cf81c2 --- /dev/null +++ b/app-emacs/eperiodic/eperiodic-1.26.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/eperiodic/eperiodic-1.26.ebuild,v 1.1 2002/11/01 02:52:01 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="Periodic Table for Emacs" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?action=browse&id=MattHodges&oldid=MatthewHodges" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/emacs" + +S="${WORKDIR}/${P}" + +SITEFILE=50eperiodic-gentoo.el + +src_compile() { + emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el +} + +src_install() { + elisp-install ${PN} *.el *.elc + elisp-site-file-install ${FILESDIR}/${SITEFILE} +} + +pkg_postinst() { + elisp-site-regen + einfo "Please see ${SITELISP}/${PN}/eperiodic.el for the complete documentation." +} + +pkg_postrm() { + elisp-site-regen +} diff --git a/app-emacs/eperiodic/files/50eperiodic-gentoo.el b/app-emacs/eperiodic/files/50eperiodic-gentoo.el new file mode 100644 index 000000000000..3c093d4d362b --- /dev/null +++ b/app-emacs/eperiodic/files/50eperiodic-gentoo.el @@ -0,0 +1,7 @@ + +;;; eperiodic site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) +(autoload 'eperiodic "eperiodic" + "Display the periodic table of the elements in its own buffer" + t) diff --git a/app-emacs/eperiodic/files/digest-eperiodic-1.26 b/app-emacs/eperiodic/files/digest-eperiodic-1.26 new file mode 100644 index 000000000000..f7a7efb0d8db --- /dev/null +++ b/app-emacs/eperiodic/files/digest-eperiodic-1.26 @@ -0,0 +1 @@ +MD5 fe290bcecc4256027e7967bd1fde7229 eperiodic-1.26.tar.bz2 17189 |