diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-01-01 16:28:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-01-01 16:28:06 +0000 |
commit | 017709041837c3948c05a8e4208da25dea06c116 (patch) | |
tree | bdcac57e09e596ead5dc99283e443f3d09dcde28 /app-emacs | |
parent | Stable for HPPA (bug #495652). (diff) | |
download | gentoo-2-017709041837c3948c05a8e4208da25dea06c116.tar.gz gentoo-2-017709041837c3948c05a8e4208da25dea06c116.tar.bz2 gentoo-2-017709041837c3948c05a8e4208da25dea06c116.zip |
Version bump. Update HOMEPAGE. Specify LICENSE more precisely.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/typing/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/typing/files/50typing-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/typing/typing-1.1.4.ebuild | 17 |
3 files changed, 26 insertions, 7 deletions
diff --git a/app-emacs/typing/ChangeLog b/app-emacs/typing/ChangeLog index f65b97ffd4e7..16245a637e01 100644 --- a/app-emacs/typing/ChangeLog +++ b/app-emacs/typing/ChangeLog @@ -1,6 +1,12 @@ # 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.10 2007/11/04 17:05:47 ulm Exp $ +# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/ChangeLog,v 1.11 2014/01/01 16:28:06 ulm Exp $ + +*typing-1.1.4 (01 Jan 2014) + + 01 Jan 2014; Ulrich Müller <ulm@gentoo.org> +typing-1.1.4.ebuild, + files/50typing-gentoo.el: + Version bump. Update HOMEPAGE. Specify LICENSE more precisely. 04 Nov 2007; Ulrich Mueller <ulm@gentoo.org> typing-1.1.2.ebuild: amd64 stable, bug 195512 diff --git a/app-emacs/typing/files/50typing-gentoo.el b/app-emacs/typing/files/50typing-gentoo.el index 9a7de41252c8..20dbe6dea160 100644 --- a/app-emacs/typing/files/50typing-gentoo.el +++ b/app-emacs/typing/files/50typing-gentoo.el @@ -1,6 +1,2 @@ - -;;; typing site-lisp configuration - (add-to-list 'load-path "@SITELISP@") - -(autoload 'typing-of-emacs "typing" "The Typing of Emacs, a game." t) +(autoload 'typing-of-emacs "typing" "Play the game The Typing Of Emacs." t) diff --git a/app-emacs/typing/typing-1.1.4.ebuild b/app-emacs/typing/typing-1.1.4.ebuild new file mode 100644 index 000000000000..6790c1b819ab --- /dev/null +++ b/app-emacs/typing/typing-1.1.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/typing-1.1.4.ebuild,v 1.1 2014/01/01 16:28:06 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="The Typing of Emacs -- an Elisp parody of The Typing of the Dead for Dreamcast" +HOMEPAGE="http://www.emacswiki.org/emacs/TypingOfEmacs" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |