summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-03 19:49:49 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-03 19:49:49 +0000
commit659197214edd1a796779fb997d32f6434427aea1 (patch)
tree0a79c86b03674aac461c167daac79564ecc3a40d
parentRemove redundant functions. (diff)
downloadgentoo-2-659197214edd1a796779fb997d32f6434427aea1.tar.gz
gentoo-2-659197214edd1a796779fb997d32f6434427aea1.tar.bz2
gentoo-2-659197214edd1a796779fb997d32f6434427aea1.zip
Remove redundant functions.
(Portage version: 2.1.3_rc6)
-rw-r--r--app-emacs/typing/ChangeLog5
-rw-r--r--app-emacs/typing/typing-1.1.2.ebuild28
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