diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-15 19:40:24 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-15 19:40:24 +0000 |
commit | 60baf18e91de5ea3710c6bf4731d5015b38f8586 (patch) | |
tree | 229b70223abee0fdba2a4f35dd1aa6bb0b4baaa3 /app-emacs/develock/develock-0.27.ebuild | |
parent | Change SRC_URI to mirror://gentoo/ since the old link is dead and upstream is... (diff) | |
download | gentoo-2-60baf18e91de5ea3710c6bf4731d5015b38f8586.tar.gz gentoo-2-60baf18e91de5ea3710c6bf4731d5015b38f8586.tar.bz2 gentoo-2-60baf18e91de5ea3710c6bf4731d5015b38f8586.zip |
Initial port. Ebuild contributed by Christian Schlotter <again@gmx.de> of Bug #78884.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'app-emacs/develock/develock-0.27.ebuild')
-rw-r--r-- | app-emacs/develock/develock-0.27.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emacs/develock/develock-0.27.ebuild b/app-emacs/develock/develock-0.27.ebuild new file mode 100644 index 000000000000..0e5c00ba7ad8 --- /dev/null +++ b/app-emacs/develock/develock-0.27.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/develock/develock-0.27.ebuild,v 1.1 2006/05/15 19:40:24 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="An Emacs minor mode for highlighting broken formatting rules" +HOMEPAGE="http://www.jpl.org/ftp/pub/elisp/" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~sparc ~amd64 ~ppc ~x86" + +DEPEND="virtual/emacs" + +SITEFILE=50develock-gentoo.el + +src_compile() { + elisp-comp *.el +} + +src_install() { + elisp-install ${PN} *.{el,elc} + elisp-site-file-install ${FILESDIR}/${SITEFILE} +} |