diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-emacs/browse-kill-ring | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-emacs/browse-kill-ring')
-rw-r--r-- | app-emacs/browse-kill-ring/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/browse-kill-ring/browse-kill-ring-1.3.ebuild | 20 | ||||
-rw-r--r-- | app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild | 20 | ||||
-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 | 15 |
5 files changed, 62 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..d746a0c04bfc --- /dev/null +++ b/app-emacs/browse-kill-ring/Manifest @@ -0,0 +1,2 @@ +DIST browse-kill-ring-1.3.el.bz2 9225 SHA256 2805f8d512720e14ebeb57bad0b6c9383a4a24fa4d547da99f17594ecdf1ec97 SHA512 f77e41a932b4f28e2a31896424c6ad56d072145609254e3970733e2e4eca515cfe5cd86861f71ab37abfeaa0cc36939f4f50d97ef0ffcbe34e4806bad1819938 WHIRLPOOL 6a4dd7c7eb4087158f5a9f79969997c8e99fb1089392b2f6f5b708ab81a9fe14b61a02338396336949d08880a193188e9ff5da5c7debbdcc9c85994323b131ec +DIST browse-kill-ring-1.3c.el.bz2 9757 SHA256 daa4784c160fd3f03d7e310a965b06da87732728591306d15c1c050cb75f3d18 SHA512 a7244db55b08b7247047cb71aa024dd2ba8579bd1588a31d65120145228729a329dac87c268b4be14b79beded6ec4f3473542c26bfb3c5624557023369737644 WHIRLPOOL 108b3594ba10e0c77ec9e66e2abd2c282fdfc3ec33e4fb9308da3e8e4516a88710d0d01614d470ab47b823f52456fea70baef3eba7b4864ab0e1b6f007e6abfb diff --git a/app-emacs/browse-kill-ring/browse-kill-ring-1.3.ebuild b/app-emacs/browse-kill-ring/browse-kill-ring-1.3.ebuild new file mode 100644 index 000000000000..717652ec92ca --- /dev/null +++ b/app-emacs/browse-kill-ring/browse-kill-ring-1.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit elisp + +DESCRIPTION="An improved interface to kill-ring" +HOMEPAGE="http://www.emacswiki.org/emacs/BrowseKillRing + https://github.com/todesschaf/browse-kill-ring" +# taken from http://www.todesschaf.org/files/browse-kill-ring.el +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/browse-kill-ring-1.3c.ebuild b/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild new file mode 100644 index 000000000000..dfaa1539c8c1 --- /dev/null +++ b/app-emacs/browse-kill-ring/browse-kill-ring-1.3c.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit elisp + +DESCRIPTION="An improved interface to kill-ring" +HOMEPAGE="http://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..883209f9d133 --- /dev/null +++ b/app-emacs/browse-kill-ring/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> + <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> +<upstream> + <remote-id type="github">todesschaf/browse-kill-ring</remote-id> +</upstream> +</pkgmetadata> |