diff options
Diffstat (limited to 'app-emacs/igrep')
-rw-r--r-- | app-emacs/igrep/Manifest | 6 | ||||
-rw-r--r-- | app-emacs/igrep/files/50igrep-gentoo.el | 33 | ||||
-rw-r--r-- | app-emacs/igrep/igrep-2.113.ebuild | 16 | ||||
-rw-r--r-- | app-emacs/igrep/metadata.xml | 8 |
4 files changed, 63 insertions, 0 deletions
diff --git a/app-emacs/igrep/Manifest b/app-emacs/igrep/Manifest new file mode 100644 index 000000000000..3749f9ba87a9 --- /dev/null +++ b/app-emacs/igrep/Manifest @@ -0,0 +1,6 @@ +AUX 50igrep-gentoo.el 1173 SHA256 61dd76fc43eaf5773037b4b82f0919439ca0fda56de9000a7e26d57924cc7339 SHA512 404abf4e786145b276c6dddfefc1d335e4f941e7f8b77fae3668bd7028330f4ee3a19e8940c94e0a7a32cd90813787bcc3317011f1430f084698f2b97f465f7f WHIRLPOOL 47d7bdea6f7b556620643816b8caf960422800915d3d7a437788fde7d2777af49eb43da10d183e87f8077eae2dcd094d5397b6810e0b33fc5194a4c798d93cc8 +DIST igrep-2.113.tar.bz2 10662 SHA256 819c0d5cc4bbcd4503f2429bc4f88a5185cac5504a6679801137c064262b250a SHA512 60ca8fa09cb2aa02ec7178afc7d8a2a6d98ebd98b951b29c9c7150588d5ca0dbf01e23e77c6524e2ce510466bd17aba607a172efde1fb4bc56e8478a752d5ff1 WHIRLPOOL bdddf788ac8c83016f31a1b5aec234222da118f74b242c7a61ebd467a92eabe13f7144d268ff8a691f7515d7aec0897a4af6f9d91c6e66955e336921ddb0f227 +EBUILD igrep-2.113.ebuild 361 SHA256 81a9d57ec700cf56647b38f984b21510d7f54d88d2d166a7d66b1fff57849ecd SHA512 077a441dd2f051715db312e01a44cd267e4e77e0ed0e211f36f54171e70fa39690dfaa4179a5e6142a69e222784e9796b9ca8e691fff318c2a5b6529820c3975 WHIRLPOOL d3ef68f8b2214d5bc83febf8549eeb2f0471491daf31ab5994f37db240dd030a96d3f124e5a8bd0c944bb2f6276d2d73f8351d4d98bcb992e043e2c7478eac78 +MISC ChangeLog 2335 SHA256 e7e3cc5c799449e29936c6e9c26e6ceb22ef158eee79a71dbd4786fd5c587ea4 SHA512 0235a3317663d7c7270ae7a2c30b98a0f99590a5b74bb7cdb422ec9cd6b76ee06200a1bb1b659d2ae56271d1a673069f43b30d8cc126292457066d5150facdec WHIRLPOOL 235b00455d9d5a23901472a2d389087397c6a5554c654777bbb56071bc4ed8556ca8546f2bd92c4bca53090fa32e544b6026a799bf797653042d3986bc37671a +MISC ChangeLog-2015 1472 SHA256 b68a78a8fcdf4195f52e6ee56c9cf7748bdf3241ee2cf5be593fdd1771b3e25f SHA512 a90092b6eff569ddbb4d169500191a1e103a516d7b9bf310af97501c242f549c1170cc82fbf324bbae3814f51730008f802ee6443b18dfdeda22e71cf27de0e9 WHIRLPOOL b3fe0e58efe3deb7d6c7e0646a97a650988d17737c105ccba1e8a3d5b2173f1d412d9fe1a056d1d6a3eef434f00c778ac22d7db27817c14fd8c2110507db1b83 +MISC metadata.xml 259 SHA256 4d59c14917cb31648858cb06bc3c7f224cf1c3906dc3166f8f0d8b8e02970928 SHA512 9a5c456aae7919a4cdbb10b67a27c232daf2ec6db4202e04ba6d5873242fc982a659410443dd6fb4498d42af00b495acc51a6a2cbe12aeab91b585dfac7233a3 WHIRLPOOL 08c68f505a8cc685c52f3a54a07582b64ff7c0b4682c8f9333286fbb5caf4a8d406933c7937fe8c9611f456b5a549ee100657a1c9dc766c8965772f277bf31fb diff --git a/app-emacs/igrep/files/50igrep-gentoo.el b/app-emacs/igrep/files/50igrep-gentoo.el new file mode 100644 index 000000000000..5b44e5f88d5b --- /dev/null +++ b/app-emacs/igrep/files/50igrep-gentoo.el @@ -0,0 +1,33 @@ +(add-to-list 'load-path "@SITELISP@") + +(autoload 'igrep "igrep" + "*Run `grep` PROGRAM to match EXPRESSION in FILES..." t) +(autoload 'igrep-find "igrep" + "*Run `grep` via `find`..." t) +(autoload 'igrep-visited-files "igrep" + "*Run `grep` ... on all visited files." t) +(autoload 'dired-do-igrep "igrep" + "*Run `grep` on the marked (or next prefix ARG) files." t) +(autoload 'dired-do-igrep-find "igrep" + "*Run `grep` via `find` on the marked (or next prefix ARG) directories." t) +(autoload 'Buffer-menu-igrep "igrep" + "*Run `grep` on the files visited in buffers marked with '>'." t) +(autoload 'igrep-insinuate "igrep" + "Define `grep' aliases for the corresponding `igrep' commands." t) +(autoload 'grep "igrep" + "*Run `grep` PROGRAM to match EXPRESSION in FILES..." t) +(autoload 'egrep "igrep" + "*Run `egrep`..." t) +(autoload 'fgrep "igrep" + "*Run `fgrep`..." t) +(autoload 'agrep "igrep" + "*Run `agrep`..." t) +(autoload 'grep-find "igrep" + "*Run `grep` via `find`..." t) +(autoload 'egrep-find "igrep" + "*Run `egrep` via `find`..." t) +(autoload 'fgrep-find "igrep" + "*Run `fgrep` via `find`..." t) +(autoload 'agrep-find "igrep" + "*Run `agrep` via `find`..." t) + diff --git a/app-emacs/igrep/igrep-2.113.ebuild b/app-emacs/igrep/igrep-2.113.ebuild new file mode 100644 index 000000000000..8ce8c562b10b --- /dev/null +++ b/app-emacs/igrep/igrep-2.113.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit elisp + +DESCRIPTION='An improved interface to "grep" and "find"' +HOMEPAGE="http://www.emacswiki.org/emacs/GrepMode" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/igrep/metadata.xml b/app-emacs/igrep/metadata.xml new file mode 100644 index 000000000000..c438baf3b326 --- /dev/null +++ b/app-emacs/igrep/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> |