diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-08-09 06:31:13 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-08-09 06:31:13 +0000 |
commit | 45625e8846c42eaf7ce1f9be7fa6aee7c483bde8 (patch) | |
tree | a8e98b4264814f6f97f91e4808199490391a41ab /app-emacs/lua-mode/lua-mode-20100617.ebuild | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-45625e8846c42eaf7ce1f9be7fa6aee7c483bde8.tar.gz gentoo-2-45625e8846c42eaf7ce1f9be7fa6aee7c483bde8.tar.bz2 gentoo-2-45625e8846c42eaf7ce1f9be7fa6aee7c483bde8.zip |
version bump as reported by James Broadhead <jamesbroadhead AT gmail DOT com> in bug 331571
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-emacs/lua-mode/lua-mode-20100617.ebuild')
-rw-r--r-- | app-emacs/lua-mode/lua-mode-20100617.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/lua-mode/lua-mode-20100617.ebuild b/app-emacs/lua-mode/lua-mode-20100617.ebuild new file mode 100644 index 000000000000..ddbda093dd2b --- /dev/null +++ b/app-emacs/lua-mode/lua-mode-20100617.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/lua-mode/lua-mode-20100617.ebuild,v 1.1 2010/08/09 06:31:13 fauli Exp $ + +EAPI=3 + +inherit elisp + +DESCRIPTION="An Emacs major mode for editing Lua scripts" +HOMEPAGE="http://lua-users.org/wiki/LuaEditorSupport" +SRC_URI="http://luaforge.net/frs/download.php/4628/${PN}.el -> ${P}.el" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +SITEFILE="70${PN}-gentoo.el" + +src_prepare() { + mv "${DISTDIR}"/${P}.el "${WORKDIR}"/${PN}.el +} |