diff options
Diffstat (limited to 'app-emacs/browse-kill-ring')
-rw-r--r-- | app-emacs/browse-kill-ring/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild | 19 | ||||
-rw-r--r-- | app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/browse-kill-ring/metadata.xml | 19 |
4 files changed, 47 insertions, 0 deletions
diff --git a/app-emacs/browse-kill-ring/Manifest b/app-emacs/browse-kill-ring/Manifest new file mode 100644 index 000000000000..3680a8a92e03 --- /dev/null +++ b/app-emacs/browse-kill-ring/Manifest @@ -0,0 +1,4 @@ +AUX 50browse-kill-ring-gentoo.el 284 BLAKE2B 7f9d01bd6c573eb831dc9a8e4d022eacb3bb26b27b26a7654f7ed51ee1e45680be97520211d748a3501a6e93cd3a8b1fb29a0d5238b8bffb444cc504253f4b37 SHA512 64c5c2f97e97cf01874c5dd310ab9e2b913aa48b91a8d9b2d08f87c0c467658c49a3cc5a9e11e06d17820c36e425f09f0b94cc7cd850eb6c382ff25c0b2861d1 +DIST browse-kill-ring-1.3c.el.bz2 9757 BLAKE2B 3287de095f1909a7da702a12575c6ac0254c5dd4ea485007a96bcda0ac75fb9c9017a1f594b688387b7c005bb2dba2c689464730bb8ea9ff3f005a9cc02f4caa SHA512 a7244db55b08b7247047cb71aa024dd2ba8579bd1588a31d65120145228729a329dac87c268b4be14b79beded6ec4f3473542c26bfb3c5624557023369737644 +EBUILD browse-kill-ring-1.3c.ebuild 440 BLAKE2B 81a502190c3a9c2ac867e4ad90362f22484000275859015364b041afc6bc2e6c692b5cc022bc7bca81c55de12215f5e02a44c04a7271bc698b20fe6cd665fa67 SHA512 dd65ef77111cf6a241a67ad30d70a871c51956f15282de795eb3b5b5dd917b46f9ff1cc35bd45a9ae94caf951857edf64a09b8a856f982b0af2c9cf64ed5f86e +MISC metadata.xml 787 BLAKE2B 6b958094927d6211737da88062c0116ae3b4794216361329ee7a6ae016a156c51ee67622c9e3019e31b93049d25086c5744839a1350f175f514b35baa89a41a7 SHA512 6ac913a862bcbea80b75c45a275907237dc5fbfab8cdd7ef945c70c9486cfbcb1cc49ab1ada3a03724c169acf56b757eeb28d0955d04dc61896d43f82822dd08 diff --git a/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild b/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild new file mode 100644 index 000000000000..cda01a9fd76a --- /dev/null +++ b/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +inherit elisp + +DESCRIPTION="An improved interface to kill-ring" +HOMEPAGE="https://www.emacswiki.org/emacs/BrowseKillRing + https://github.com/T-J-Teru/browse-kill-ring" +# taken from upstream git repo +SRC_URI="mirror://gentoo/${P}.el.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el b/app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el new file mode 100644 index 000000000000..b2e352d6eebd --- /dev/null +++ b/app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el @@ -0,0 +1,5 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'browse-kill-ring "browse-kill-ring" + "Display items in the `kill-ring' in another buffer." t) +(autoload 'browse-kill-ring-default-keybindings "browse-kill-ring" + "Set up M-y (`yank-pop') so that it can invoke `browse-kill-ring'." t) diff --git a/app-emacs/browse-kill-ring/metadata.xml b/app-emacs/browse-kill-ring/metadata.xml new file mode 100644 index 000000000000..0ef5057bb279 --- /dev/null +++ b/app-emacs/browse-kill-ring/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<longdescription> + Are you tired of using the endless keystrokes of 'C-y M-y M-y M-y ...' to + get at that bit of text you killed thirty-seven kills ago? Ever wish you + could just look through everything you've killed recently to find out if you + killed that piece of text that you think you killed, but you're not quite + sure? If so, then browse-kill-ring.el is the emacs extension for you. +</longdescription> +<stabilize-allarches/> +<upstream> + <remote-id type="github">todesschaf/browse-kill-ring</remote-id> +</upstream> +</pkgmetadata> |