diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-07-03 19:54:36 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-07-03 19:54:36 +0000 |
commit | 151974360a7c043eee090c5903e6efadc2a2c704 (patch) | |
tree | b2e45e3c9772069b2f164b72ffbe1fb075c6f81d /app-emacs/typing | |
parent | Remove redundant functions. (diff) | |
download | historical-151974360a7c043eee090c5903e6efadc2a2c704.tar.gz historical-151974360a7c043eee090c5903e6efadc2a2c704.tar.bz2 historical-151974360a7c043eee090c5903e6efadc2a2c704.zip |
Remove redundant functions.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'app-emacs/typing')
-rw-r--r-- | app-emacs/typing/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/typing/typing-1.1.2.ebuild | 28 |
2 files changed, 8 insertions, 25 deletions
diff --git a/app-emacs/typing/ChangeLog b/app-emacs/typing/ChangeLog index 5006fe081ecd..cff2f3770170 100644 --- a/app-emacs/typing/ChangeLog +++ b/app-emacs/typing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/typing # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/ChangeLog,v 1.8 2007/03/08 09:51:40 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/ChangeLog,v 1.9 2007/07/03 19:49:49 ulm Exp $ + + 03 Jul 2007; Ulrich Mueller <ulm@gentoo.org> typing-1.1.2.ebuild: + Remove redundant functions. 08 Mar 2007; Christian Faulhammer <opfer@gentoo.org> files/50typing-gentoo.el: diff --git a/app-emacs/typing/typing-1.1.2.ebuild b/app-emacs/typing/typing-1.1.2.ebuild index 0cb751418b32..b53d439dc504 100644 --- a/app-emacs/typing/typing-1.1.2.ebuild +++ b/app-emacs/typing/typing-1.1.2.ebuild @@ -1,36 +1,16 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/typing-1.1.2.ebuild,v 1.10 2007/01/28 04:34:26 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/typing-1.1.2.ebuild,v 1.11 2007/07/03 19:49:49 ulm Exp $ inherit elisp -IUSE="" - DESCRIPTION='The Typing of Emacs -- an Elisp parody of The Typing of the Dead for Dreamcast' HOMEPAGE="ftp://ftp.cis.ohio-state.edu/pub/emacs-lisp/archive/" SRC_URI="mirror://gentoo/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc64 x86" +IUSE="" -DEPEND="virtual/emacs" - -SITEFILE=50typing-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 - elog "Please see ${SITELISP}/${PN}/typing.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} +SITEFILE=50${PN}-gentoo.el |