diff options
Diffstat (limited to 'app-emacs/undo-tree/undo-tree-0.1.7_pre20101117-r1.ebuild')
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.1.7_pre20101117-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-emacs/undo-tree/undo-tree-0.1.7_pre20101117-r1.ebuild b/app-emacs/undo-tree/undo-tree-0.1.7_pre20101117-r1.ebuild new file mode 100644 index 000000000000..be5e8e2815f7 --- /dev/null +++ b/app-emacs/undo-tree/undo-tree-0.1.7_pre20101117-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/undo-tree-0.1.7_pre20101117-r1.ebuild,v 1.1 2010/11/17 22:11:16 tomka Exp $ + +NEED_EMACS=22 + +inherit elisp + +DESCRIPTION="undo trees and visualization" +HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree" +SRC_URI="mirror://gentoo/${P}.el.bz2 + http://dev.gentoo.org/~tomka/files/${P}.el.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SITEFILE="50${PN}-gentoo.el" + +pkg_postinst() { + elisp-site-regen + + einfo "To enable undo trees globally place '(global-undo-tree-mode)'" + einfo "in your .emacs file." +} |