diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-30 23:52:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-30 23:52:03 +0000 |
commit | c6f43699dcd6dc5a3684ec44da6c0fb57b1648bf (patch) | |
tree | 7e7df9567c3ee805381c69453a319a374a590813 /app-emacs/mic-paren/mic-paren-3.8.ebuild | |
parent | Added patches to fix link (bug #211715) to list of developers and to fix comp... (diff) | |
download | gentoo-2-c6f43699dcd6dc5a3684ec44da6c0fb57b1648bf.tar.gz gentoo-2-c6f43699dcd6dc5a3684ec44da6c0fb57b1648bf.tar.bz2 gentoo-2-c6f43699dcd6dc5a3684ec44da6c0fb57b1648bf.zip |
Version bump.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-emacs/mic-paren/mic-paren-3.8.ebuild')
-rw-r--r-- | app-emacs/mic-paren/mic-paren-3.8.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/mic-paren/mic-paren-3.8.ebuild b/app-emacs/mic-paren/mic-paren-3.8.ebuild new file mode 100644 index 000000000000..f210b9a83d9c --- /dev/null +++ b/app-emacs/mic-paren/mic-paren-3.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mic-paren/mic-paren-3.8.ebuild,v 1.1 2008/04/30 23:52:03 ulm Exp $ + +inherit elisp + +DESCRIPTION="Advanced highlighting of matching parentheses" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/MicParen + http://user.it.uu.se/~mic/emacs.shtml" +# taken from http://www.gnuvola.org/software/j/mic-paren/mic-paren.el +SRC_URI="mirror://gentoo/${P}.el.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SIMPLE_ELISP=t +SITEFILE=50${PN}-gentoo.el |