diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-11-17 18:17:24 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-11-17 18:17:24 +0000 |
commit | 3847f2e2142440ee0bc080d1d644517feeefec2e (patch) | |
tree | 5d1fb6d3d6f689eb3c410cea99ac0f02373c74e0 /app-emacs | |
parent | Respect LDFLAGS whith use "udf", bug 345809. (diff) | |
download | historical-3847f2e2142440ee0bc080d1d644517feeefec2e.tar.gz historical-3847f2e2142440ee0bc080d1d644517feeefec2e.tar.bz2 historical-3847f2e2142440ee0bc080d1d644517feeefec2e.zip |
new package: app-emacs/undo-tree. Next step in the editor arms race.
Package-Manager: portage-2.1.9.24/cvs/Linux i686
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/undo-tree/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/undo-tree/Manifest | 15 | ||||
-rw-r--r-- | app-emacs/undo-tree/files/50undo-tree-gentoo.el | 4 | ||||
-rw-r--r-- | app-emacs/undo-tree/metadata.xml | 15 | ||||
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.1.7_pre20101117.ebuild | 26 |
5 files changed, 70 insertions, 0 deletions
diff --git a/app-emacs/undo-tree/ChangeLog b/app-emacs/undo-tree/ChangeLog new file mode 100644 index 000000000000..9e51a0fc7b38 --- /dev/null +++ b/app-emacs/undo-tree/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emacs/undo-tree +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.1 2010/11/17 18:17:24 tomka Exp $ + +*undo-tree-0.1.7_pre20101117 (17 Nov 2010) + + 17 Nov 2010; Thomas Kahle <tomka@gentoo.org> +files/50undo-tree-gentoo.el, + +undo-tree-0.1.7_pre20101117.ebuild, +metadata.xml: + initial import. + diff --git a/app-emacs/undo-tree/Manifest b/app-emacs/undo-tree/Manifest new file mode 100644 index 000000000000..e99e928983f7 --- /dev/null +++ b/app-emacs/undo-tree/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX 50undo-tree-gentoo.el 85 RMD160 2fbee6c1a019b904001b1bf675c2a064b57eba54 SHA1 c4583680643667804d8118c5ddf5bf1c8ae44deb SHA256 373e216a2052528f833e3aba6f01f45e3ff89d05d2ed4a429eeaa8e28053ca79 +DIST undo-tree-0.1.7_pre20101117.tar.bz2 14810 RMD160 d4a1f89a86822a6c943712546eb1b076e53d9a60 SHA1 44c997220bc767045fdce1292bc2c71bffbb3628 SHA256 5a3b8956cc23c5e15b85052b433061303b41b089b3297d3e3a9b30f8fd4b0474 +EBUILD undo-tree-0.1.7_pre20101117.ebuild 702 RMD160 fdf07d67ef808ad42c549233c97c8b712c473d42 SHA1 84ef3e20f988645cab8356d6613a16d5bcf79d87 SHA256 2484a4271177e63d9f412106fc108d61b21440a27c671aff97a140bbedc790c1 +MISC ChangeLog 404 RMD160 4abedab07b8c642967811ccf49b1f264009b0d96 SHA1 f7e8d9657de5fcbd6196ada50f4aaed6ef35742b SHA256 db0ca85e2f746c3dc8e5e7932aaf038ec59fef7f19d4625c7462ed8ab7f0e6de +MISC metadata.xml 515 RMD160 6eb777da4b9b42fae92c4bd9f113a200599c1cf8 SHA1 ec8cf00c742faead16719d1bf2866250d9f8a0c7 SHA256 3d5d77b3d46631194c21ac4f576bb37bb86b4389325027202caba3a0664cd03e +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.16 (GNU/Linux) + +iEYEARECAAYFAkzkHDoACgkQnZsgo/h8kNaPgACeLKAjoaWyxv8cyEaKv85oyjtz +y/8An1LdvBhuSQxIYZSOepdy7kr31/1B +=OJpj +-----END PGP SIGNATURE----- diff --git a/app-emacs/undo-tree/files/50undo-tree-gentoo.el b/app-emacs/undo-tree/files/50undo-tree-gentoo.el new file mode 100644 index 000000000000..2f5429d6b910 --- /dev/null +++ b/app-emacs/undo-tree/files/50undo-tree-gentoo.el @@ -0,0 +1,4 @@ +(add-to-list 'load-path "@SITELISP@" ) + +(require 'undo-tree) +(global-undo-tree-mode) diff --git a/app-emacs/undo-tree/metadata.xml b/app-emacs/undo-tree/metadata.xml new file mode 100644 index 000000000000..554422ecfb93 --- /dev/null +++ b/app-emacs/undo-tree/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>tomka@gentoo.org</email> + <name>Thomas Kahle</name> +</maintainer> +<herd>emacs</herd> +<longdescription lang="en"> +undo-tree brings undo trees to emacs. The only downside to this more +advanced yet simpler undo system is that it was inspired by Vim. But, +after all, most successful religions steal the best ideas from their +competitors! +</longdescription> +</pkgmetadata> diff --git a/app-emacs/undo-tree/undo-tree-0.1.7_pre20101117.ebuild b/app-emacs/undo-tree/undo-tree-0.1.7_pre20101117.ebuild new file mode 100644 index 000000000000..444eea71f48b --- /dev/null +++ b/app-emacs/undo-tree/undo-tree-0.1.7_pre20101117.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.ebuild,v 1.1 2010/11/17 18:17:24 tomka Exp $ + +NEED_EMACS=22 + +inherit elisp + +DESCRIPTION="undo trees and vizualization" +HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://dev.gentoo.org/~tomka/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SITEFILE="50${PN}-gentoo.el" + +pkg_postinst() { + elisp-site-regen + + einfo "If you have (require 'site-gentoo) in your .emacs," + einfo "then undo-trees will be globally activiated for you." +} |