diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-14 20:33:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-14 20:33:16 +0000 |
commit | e78e6a259da02771c1baa265f733b49c02d91745 (patch) | |
tree | 6abc7a4d68dbb043de27b6493ec7ddc4b842bd9f /app-emacs/grep-edit | |
parent | use PATCHES array (diff) | |
download | gentoo-2-e78e6a259da02771c1baa265f733b49c02d91745.tar.gz gentoo-2-e78e6a259da02771c1baa265f733b49c02d91745.tar.bz2 gentoo-2-e78e6a259da02771c1baa265f733b49c02d91745.zip |
Version bump. LICENSE changed to GPL-3.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-emacs/grep-edit')
-rw-r--r-- | app-emacs/grep-edit/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/grep-edit/grep-edit-2.9.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/app-emacs/grep-edit/ChangeLog b/app-emacs/grep-edit/ChangeLog index 8a47dd6f7cd5..b47ac272fc1b 100644 --- a/app-emacs/grep-edit/ChangeLog +++ b/app-emacs/grep-edit/ChangeLog @@ -1,6 +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.2 2008/06/14 23:26:11 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/grep-edit/ChangeLog,v 1.3 2009/01/14 20:33:16 ulm Exp $ + +*grep-edit-2.9 (11 Jan 2009) + + 11 Jan 2009; Ulrich Mueller <ulm@gentoo.org> +grep-edit-2.9.ebuild: + Version bump. LICENSE changed to GPL-3. 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> grep-edit-2.5.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case diff --git a/app-emacs/grep-edit/grep-edit-2.9.ebuild b/app-emacs/grep-edit/grep-edit-2.9.ebuild new file mode 100644 index 000000000000..b49dee45c8b2 --- /dev/null +++ b/app-emacs/grep-edit/grep-edit-2.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 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.9.ebuild,v 1.1 2009/01/14 20:33:16 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-3" +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)" +} |