Portage is a package management system used by Gentoo Linux
# 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.2 2008/06/14 23:26:11 ulm Exp $
14 Jun 2008; Ulrich Mueller
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
automatically.
*grep-edit-2.5 (27 Mar 2008)
27 Mar 2008; Ulrich Mueller
+metadata.xml, +grep-edit-2.5.ebuild:
Initial import. Ebuild contributed by MATSUYAMA Tomohiro
-----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 651 RMD160 121ba09e180ce75e6ee1d82ab0d211b1f4572f9c SHA1 6d2a5e9ecdb3ddd2c0c5ea443048b41a49c718bf SHA256 69de16ae88217a8bdd05192015e3f4592f072be86e79300a5dd4f7c744f7df19
MISC ChangeLog 618 RMD160 db591f026f8a9a6087768ddabb090a0c54117da1 SHA1 118360433e5613de81424fc65a3bc01b82665a2a SHA256 a5521cda9887aabea100f9a0a836340c676c1c0466a3c9988fd28e8925ede970
MISC metadata.xml 293 RMD160 215b4002de9e4430ee2aad389b93c23fc6866cfa SHA1 6656f3f254783eb0e5f98bd40365d2a082052f63 SHA256 29b7f212a627b8266cb5e24f40461531012e5b29fce9d42d192624355b730046
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkhUU8AACgkQOeoy/oIi7uyjGwCgqpx19cDClNKtiMpmZJBS33Rj
EyIAoMiAK9lkJTwDtybSsZEd7J81Gu9Z
=zlLH
-----END PGP SIGNATURE-----
# 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.2 2008/06/14 23:26:11 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=""
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)"
}
grep-edit allows to edit the text in the *grep* buffer, and to apply the
changes to the file.