summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-03-27 19:24:21 +0000
committerUlrich Müller <ulm@gentoo.org>2008-03-27 19:24:21 +0000
commitf762283fafb957d70385f8cee0d02756280ce1a6 (patch)
treeeba33b2fa806fb78512325b5b6b05d59f3e02dd1 /app-emacs
parentamd64 stable, security bug #212425 (diff)
downloadgentoo-2-f762283fafb957d70385f8cee0d02756280ce1a6.tar.gz
gentoo-2-f762283fafb957d70385f8cee0d02756280ce1a6.tar.bz2
gentoo-2-f762283fafb957d70385f8cee0d02756280ce1a6.zip
Initial import, bug 207191.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/grep-edit/ChangeLog11
-rw-r--r--app-emacs/grep-edit/Manifest5
-rw-r--r--app-emacs/grep-edit/files/50grep-edit-gentoo.el4
-rw-r--r--app-emacs/grep-edit/grep-edit-2.5.ebuild24
-rw-r--r--app-emacs/grep-edit/metadata.xml9
5 files changed, 53 insertions, 0 deletions
diff --git a/app-emacs/grep-edit/ChangeLog b/app-emacs/grep-edit/ChangeLog
new file mode 100644
index 000000000000..ec90ef0934c7
--- /dev/null
+++ b/app-emacs/grep-edit/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-emacs/grep-edit
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/grep-edit/ChangeLog,v 1.1 2008/03/27 19:24:20 ulm Exp $
+
+*grep-edit-2.5 (27 Mar 2008)
+
+ 27 Mar 2008; Ulrich Mueller <ulm@gentoo.org> +files/50grep-edit-gentoo.el,
+ +metadata.xml, +grep-edit-2.5.ebuild:
+ Initial import. Ebuild contributed by MATSUYAMA Tomohiro
+ <matsuyama@ariel-networks.com>, bug 207191.
+
diff --git a/app-emacs/grep-edit/Manifest b/app-emacs/grep-edit/Manifest
new file mode 100644
index 000000000000..e9f4970270b8
--- /dev/null
+++ b/app-emacs/grep-edit/Manifest
@@ -0,0 +1,5 @@
+AUX 50grep-edit-gentoo.el 78 RMD160 859471d28b8e26a922cba39d72c928beb68e40a4 SHA1 6769801b55b40ef4a880fc42e75d26507aece59e SHA256 2f14a081c6c25d3a516e5feb89c1f97a591aa5b6e19bbec764228146b5829ede
+DIST grep-edit-2.5.el.bz2 3397 RMD160 2783da0d607dba15c20ff0d3674527ea4138b1b0 SHA1 fddd8ce813fbb489a965210fd825b3c165321d49 SHA256 778801f851b3a496cd0def0253634491d45f6f402a49b44b0564d8186bdeebe0
+EBUILD grep-edit-2.5.ebuild 567 RMD160 32c1589b0a8cc5eedad6270019d672b63ced30d0 SHA1 75d896071a846a7fa8939664bfe29a698733c6e7 SHA256 7a1a8b33b4201b835a627bbc20f946520579588e2e61d27b66e095f0826665d7
+MISC ChangeLog 373 RMD160 8697852df59f87598d1555777dcd6a982bcde71a SHA1 177a60743d747d216fd5c5a7668e24ab73c130cf SHA256 b33d968022161785dce3c4bc570e70bd2be28e5f7ba0abf11967708bc3c5a01c
+MISC metadata.xml 293 RMD160 215b4002de9e4430ee2aad389b93c23fc6866cfa SHA1 6656f3f254783eb0e5f98bd40365d2a082052f63 SHA256 29b7f212a627b8266cb5e24f40461531012e5b29fce9d42d192624355b730046
diff --git a/app-emacs/grep-edit/files/50grep-edit-gentoo.el b/app-emacs/grep-edit/files/50grep-edit-gentoo.el
new file mode 100644
index 000000000000..124ea8960866
--- /dev/null
+++ b/app-emacs/grep-edit/files/50grep-edit-gentoo.el
@@ -0,0 +1,4 @@
+
+;;; grep-edit site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/grep-edit/grep-edit-2.5.ebuild b/app-emacs/grep-edit/grep-edit-2.5.ebuild
new file mode 100644
index 000000000000..a1857ec91b72
--- /dev/null
+++ b/app-emacs/grep-edit/grep-edit-2.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/grep-edit/grep-edit-2.5.ebuild,v 1.1 2008/03/27 19:24:20 ulm Exp $
+
+inherit elisp
+
+DESCRIPTION="An improved interface to grep for editing"
+HOMEPAGE="http://www.bookshelf.jp/"
+# taken from http://www.bookshelf.jp/elc/grep-edit.el
+SRC_URI="mirror://gentoo/${P}.el.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SIMPLE_ELISP=t
+SITEFILE=50${PN}-gentoo.el
+
+pkg_postinst() {
+ elisp-site-regen
+ elog "To activate grep-edit, add the following line to your ~/.emacs file:"
+ elog " (require 'grep-edit)"
+}
diff --git a/app-emacs/grep-edit/metadata.xml b/app-emacs/grep-edit/metadata.xml
new file mode 100644
index 000000000000..758fbff2fe3b
--- /dev/null
+++ b/app-emacs/grep-edit/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>emacs</herd>
+<longdescription>
+ grep-edit allows to edit the text in the *grep* buffer, and to apply the
+ changes to the file.
+</longdescription>
+</pkgmetadata>