summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-01-29 02:05:19 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-01-29 02:05:19 +0000
commit3b749b83687be6f8bc0bd637bcc1271c640db963 (patch)
treebf5a2af01f257db9ff6ca0a7d53d7561fb9e100e /app-emacs/highline/highline-7.2.1.ebuild
parentclean up (diff)
downloadgentoo-2-3b749b83687be6f8bc0bd637bcc1271c640db963.tar.gz
gentoo-2-3b749b83687be6f8bc0bd637bcc1271c640db963.tar.bz2
gentoo-2-3b749b83687be6f8bc0bd637bcc1271c640db963.zip
version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-emacs/highline/highline-7.2.1.ebuild')
-rw-r--r--app-emacs/highline/highline-7.2.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/highline/highline-7.2.1.ebuild b/app-emacs/highline/highline-7.2.1.ebuild
new file mode 100644
index 000000000000..3ae85c85a389
--- /dev/null
+++ b/app-emacs/highline/highline-7.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/highline/highline-7.2.1.ebuild,v 1.1 2009/01/29 02:05:19 fauli Exp $
+
+inherit elisp
+
+DESCRIPTION="Minor mode to highlight current line in buffer"
+HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/HighlineMode"
+# taken from: http://www.emacswiki.org/emacs/download/${PN}.el
+SRC_URI="mirror://gentoo/${P}.el.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~s390 ~x86"
+IUSE=""
+
+SITEFILE="51${PN}-gentoo.el"
+
+src_compile() {
+ elisp-compile *.el || die
+ elisp-make-autoload-file || die
+}