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
commita5dcbc42213409bb3810fbc953bf5361bb198b68 (patch)
tree9046763a25535ecd0a8a98d0e3bc0d532ad4bdea /app-emacs/grep-edit
parentStable on ppc wrt bug 214923 (diff)
downloadhistorical-a5dcbc42213409bb3810fbc953bf5361bb198b68.tar.gz
historical-a5dcbc42213409bb3810fbc953bf5361bb198b68.tar.bz2
historical-a5dcbc42213409bb3810fbc953bf5361bb198b68.zip
Initial import, bug 207191.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-emacs/grep-edit')
-rw-r--r--app-emacs/grep-edit/ChangeLog11
-rw-r--r--app-emacs/grep-edit/Manifest15
-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, 63 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..fec8c09988ac
--- /dev/null
+++ b/app-emacs/grep-edit/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+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 666 RMD160 d4edf6d70b14fc465ada9cf57d1ca7410016d44b SHA1 2b31b595388e8aaf539a22b1b3de4297925d0e62 SHA256 aa97ffb127b8cc00ee65ca7df687347ca5146ecc4757c930cb6ea9f5f8ce75a5
+MISC ChangeLog 461 RMD160 9acbe9edf8b377e304411f7395343d6ebde8c806 SHA1 731fe7bfecd930a5bcdd48bd5b291666292ce6ef SHA256 986a8890f8e8db87727b8624f394707d71ad4e9759cb2deca64d5033405bb98f
+MISC metadata.xml 293 RMD160 215b4002de9e4430ee2aad389b93c23fc6866cfa SHA1 6656f3f254783eb0e5f98bd40365d2a082052f63 SHA256 29b7f212a627b8266cb5e24f40461531012e5b29fce9d42d192624355b730046
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEARECAAYFAkfr9DkACgkQOeoy/oIi7uzWwQCgyV2nW+pBCl7hYTDzbdKExMjF
+vKIAoMVpzoggCvijD1AM9DVOilwhimtC
+=xEl1
+-----END PGP SIGNATURE-----
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>